Home
last modified time | relevance | path

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

/PHP-5.5/ext/zip/lib/
H A Dzip_filerange_crc.c61 _zip_error_set(errp, ZIP_ER_READ, errno); in _zip_filerange_crc()
H A Dzip_source_filep.c171 z->e[0] = ZIP_ER_READ; in read_file()
206 z->e[0] = ZIP_ER_READ; /* best match */ in read_file()
H A Dzip.h97 #define ZIP_ER_READ 5 /* S Read error */ macro
H A Dzip_dirent.c246 _zip_error_set(error, ZIP_ER_READ, errno); in _zip_dirent_read()
540 _zip_error_set(error, ZIP_ER_READ, errno); in _zip_readfpstr()
H A Dzip_open.c537 set_error(zep, NULL, ZIP_ER_READ); in _zip_find_central_dir()
H A Dzip_close.c455 _zip_error_set(error, ZIP_ER_READ, errno); in copy_data()
/PHP-5.5/ext/zip/
H A Dphp_zip.c2837 REGISTER_ZIP_CLASS_CONST_LONG("ER_READ", ZIP_ER_READ); /* S Read error */ in PHP_MINIT_FUNCTION()

Completed in 27 milliseconds