Searched refs:set_error (Results 1 – 1 of 1) sorted by relevance
/PHP-5.3/ext/zip/lib/ |
H A D | zip_open.c | 81 set_error(zep, NULL, ZIP_ER_OPEN); in zip_open() 130 set_error(zep, NULL, ZIP_ER_MEMORY); in _zip_open() 461 set_error(zep, &error, 0); in _zip_allocate_new() 471 set_error(zep, NULL, ZIP_ER_MEMORY); in _zip_allocate_new() 486 set_error(zep, NULL, ZIP_ER_INVAL); in _zip_file_exists() 494 set_error(zep, NULL, ZIP_ER_OPEN); in _zip_file_exists() 499 set_error(zep, NULL, ZIP_ER_EXISTS); in _zip_file_exists() 522 set_error(zep, NULL, ZIP_ER_SEEK); in _zip_find_central_dir() 529 set_error(zep, NULL, ZIP_ER_MEMORY); in _zip_find_central_dir() 537 set_error(zep, NULL, ZIP_ER_READ); in _zip_find_central_dir() [all …]
|
Completed in 6 milliseconds