Searched refs:ZIP_ER_REMOVE (Results 1 – 4 of 4) sorted by relevance
127 #define ZIP_ER_REMOVE 22 /* S Can't remove file */ macro
321 zip_error_set(&ctx->error, ZIP_ER_REMOVE, errno); in read_file()
240 zip_error_set(&ctx->error, ZIP_ER_REMOVE, _zip_win32_error_to_errno(GetLastError())); in _win32_read_file()
3113 REGISTER_ZIP_CLASS_CONST_LONG("ER_REMOVE", ZIP_ER_REMOVE); /* S Can't remove file */ in PHP_MINIT_FUNCTION()
Completed in 15 milliseconds