Searched refs:ZIP_ER_INCONS (Results 1 – 6 of 6) sorted by relevance
/PHP-7.3/ext/zip/lib/ |
H A D | zip_open.c | 313 zip_error_set(error, ZIP_ER_INCONS, 0); in _zip_read_cdir() 471 zip_error_set(error, ZIP_ER_INCONS, 0); in _zip_checkcons() 673 zip_error_set(error, ZIP_ER_INCONS, 0); in _zip_read_eocd() 706 zip_error_set(error, ZIP_ER_INCONS, 0); in _zip_read_eocd() 711 zip_error_set(error, ZIP_ER_INCONS, 0); in _zip_read_eocd() 750 zip_error_set(error, ZIP_ER_INCONS, 0); in _zip_read_eocd64() 770 zip_error_set(error, ZIP_ER_INCONS, 0); in _zip_read_eocd64() 780 zip_error_set(error, ZIP_ER_INCONS, 0); in _zip_read_eocd64() 802 zip_error_set(error, ZIP_ER_INCONS, 0); in _zip_read_eocd64() 842 zip_error_set(error, ZIP_ER_INCONS, 0); in _zip_read_eocd64() [all …]
|
H A D | zip_dirent.c | 382 zip_error_set(error, ZIP_ER_INCONS, 0); in _zip_dirent_read() 398 zip_error_set(error, ZIP_ER_INCONS, 0); in _zip_dirent_read() 408 zip_error_set(error, ZIP_ER_INCONS, 0); in _zip_dirent_read() 448 zip_error_set(error, ZIP_ER_INCONS, 0); in _zip_dirent_read() 499 zip_error_set(error, ZIP_ER_INCONS, 0); in _zip_dirent_read()
|
H A D | zip_extra_field.c | 230 zip_error_set(error, ZIP_ER_INCONS, 0); in _zip_ef_parse() 258 zip_error_set(error, ZIP_ER_INCONS, 0); in _zip_ef_parse()
|
H A D | zip_source_crc.c | 117 zip_error_set(&ctx->error, ZIP_ER_INCONS, 0); in crc_read()
|
H A D | zip.h | 126 #define ZIP_ER_INCONS 21 /* N Zip archive inconsistent */ macro
|
/PHP-7.3/ext/zip/ |
H A D | php_zip.c | 3273 REGISTER_ZIP_CLASS_CONST_LONG("ER_INCONS", ZIP_ER_INCONS); /* N Zip archive inconsistent */ in PHP_MINIT_FUNCTION()
|
Completed in 31 milliseconds