Home
last modified time | relevance | path

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

/PHP-5.5/ext/zip/lib/
H A Dzip_file_get_offset.c62 _zip_error_set(&za->error, ZIP_ER_SEEK, errno); in _zip_file_get_offset()
H A Dzip_filerange_crc.c54 _zip_error_set(errp, ZIP_ER_SEEK, errno); in _zip_filerange_crc()
H A Dzip_source_filep.c145 z->e[0] = ZIP_ER_SEEK; in read_file()
164 z->e[0] = ZIP_ER_SEEK; in read_file()
H A Dzip_open.c99 *zep = ZIP_ER_SEEK; in _zip_open()
255 _zip_error_set(error, ZIP_ER_SEEK, errno); in _zip_readcdir()
330 _zip_error_set(error, ZIP_ER_SEEK, 0); in _zip_checkcons()
522 set_error(zep, NULL, ZIP_ER_SEEK); in _zip_find_central_dir()
H A Dzip_close.c197 _zip_error_set(&za->error, ZIP_ER_SEEK, errno); in zip_close()
417 _zip_error_set(&za->error, ZIP_ER_SEEK, errno); in add_data()
434 _zip_error_set(&za->error, ZIP_ER_SEEK, errno); in add_data()
534 _zip_error_set(&za->error, ZIP_ER_SEEK, errno); in write_cdir()
H A Dzip.h96 #define ZIP_ER_SEEK 4 /* S Seek error */ macro
/PHP-5.5/ext/zip/
H A Dphp_zip.c2836 REGISTER_ZIP_CLASS_CONST_LONG("ER_SEEK", ZIP_ER_SEEK); /* S Seek error */ in PHP_MINIT_FUNCTION()

Completed in 31 milliseconds