Searched refs:ZIP_ER_RENAME (Results 1 – 4 of 4) sorted by relevance
107 #define ZIP_ER_RENAME 2 /* S Renaming temporary file failed */ macro
249 zip_error_set(&ctx->error, ZIP_ER_RENAME, errno); in read_file()
168 zip_error_set(&ctx->error, ZIP_ER_RENAME, _zip_win32_error_to_errno(GetLastError())); in _win32_read_file()
3093 REGISTER_ZIP_CLASS_CONST_LONG("ER_RENAME", ZIP_ER_RENAME); /* S Renaming temporary file failed */ in PHP_MINIT_FUNCTION()
Completed in 16 milliseconds