Home
last modified time | relevance | path

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

/PHP-7.3/ext/zip/lib/
H A Dzip_source_win32handle.c231 zip_error_set(&ctx->error, ZIP_ER_READ, _zip_win32_error_to_errno(GetLastError())); in _win32_read_file()
348 zip_error_set(&ctx->error, ZIP_ER_READ, ENOENT); in _win32_read_file()
363 zip_error_set(&ctx->error, ZIP_ER_READ, _zip_win32_error_to_errno(win32err)); in _win32_read_file()
551 zip_error_set(&ctx->error, ZIP_ER_READ, _zip_win32_error_to_errno(GetLastError())); in _zip_stat_win32()
555 zip_error_set(&ctx->error, ZIP_ER_READ, ERANGE); in _zip_stat_win32()
565 zip_error_set(&ctx->error, ZIP_ER_READ, _zip_win32_error_to_errno(GetLastError())); in _zip_stat_win32()
H A Dzip_source_filep.c311 zip_error_set(&ctx->error, ZIP_ER_READ, errno); in read_file()
421 zip_error_set(&ctx->error, ZIP_ER_READ, errno); in read_file()
H A Dzip.h110 #define ZIP_ER_READ 5 /* S Read error */ macro
H A Dzip_open.c548 … if (zip_error_code_zip(src_error) == ZIP_ER_READ && zip_error_code_system(src_error) == ENOENT) { in _zip_file_exists()
/PHP-7.3/ext/zip/
H A Dphp_zip.c3257 REGISTER_ZIP_CLASS_CONST_LONG("ER_READ", ZIP_ER_READ); /* S Read error */ in PHP_MINIT_FUNCTION()

Completed in 29 milliseconds