Home
last modified time | relevance | path

Searched refs:ZIP_ER_OPEN (Results 1 – 5 of 5) sorted by relevance

/PHP-7.2/ext/zip/lib/
H A Dzip_fdopen.c59 _zip_set_open_error(zep, NULL, ZIP_ER_OPEN); in zip_fdopen()
65 _zip_set_open_error(zep, NULL, ZIP_ER_OPEN); in zip_fdopen()
H A Dzip.h116 #define ZIP_ER_OPEN 11 /* S Can't open file */ macro
H A Dzip_source_filep.c282 zip_error_set(&ctx->error, ZIP_ER_OPEN, errno); in read_file()
H A Dzip_source_win32handle.c197 zip_error_set(&ctx->error, ZIP_ER_OPEN, _zip_win32_error_to_errno(GetLastError())); in _win32_read_file()
/PHP-7.2/ext/zip/
H A Dphp_zip.c3243 REGISTER_ZIP_CLASS_CONST_LONG("ER_OPEN", ZIP_ER_OPEN); /* S Can't open file */ in PHP_MINIT_FUNCTION()

Completed in 20 milliseconds