ZIP_ER_SEEK       229 ext/zip/lib/zip_close.c 		_zip_error_set(&za->error, ZIP_ER_SEEK, errno);
ZIP_ER_SEEK       413 ext/zip/lib/zip_close.c 	_zip_error_set(&za->error, ZIP_ER_SEEK, errno);
ZIP_ER_SEEK       445 ext/zip/lib/zip_close.c 	_zip_error_set(&za->error, ZIP_ER_SEEK, errno);
ZIP_ER_SEEK       550 ext/zip/lib/zip_close.c 	_zip_error_set(&za->error, ZIP_ER_SEEK, errno);
ZIP_ER_SEEK       495 ext/zip/lib/zip_dirent.c             _zip_error_set(error, ZIP_ER_SEEK, EFBIG);
ZIP_ER_SEEK       552 ext/zip/lib/zip_dirent.c 	_zip_error_set(error, ZIP_ER_SEEK, errno);
ZIP_ER_SEEK       341 ext/zip/lib/zip_extra_field.c 	_zip_error_set(&za->error, ZIP_ER_SEEK, errno);
ZIP_ER_SEEK       359 ext/zip/lib/zip_extra_field.c 	    _zip_error_set(&za->error, ZIP_ER_SEEK, errno);
ZIP_ER_SEEK        62 ext/zip/lib/zip_file_get_offset.c 	_zip_error_set(error, ZIP_ER_SEEK, errno);
ZIP_ER_SEEK        71 ext/zip/lib/zip_file_get_offset.c         _zip_error_set(error, ZIP_ER_SEEK, EFBIG);
ZIP_ER_SEEK        54 ext/zip/lib/zip_filerange_crc.c 	_zip_error_set(errp, ZIP_ER_SEEK, errno);
ZIP_ER_SEEK       133 ext/zip/lib/zip_open.c 	*zep = ZIP_ER_SEEK;
ZIP_ER_SEEK       274 ext/zip/lib/zip_open.c 		_zip_error_set(error, ZIP_ER_SEEK, errno);
ZIP_ER_SEEK       341 ext/zip/lib/zip_open.c 	    _zip_error_set(error, ZIP_ER_SEEK, errno);
ZIP_ER_SEEK       509 ext/zip/lib/zip_open.c 	set_error(zep, NULL, ZIP_ER_SEEK);
ZIP_ER_SEEK       626 ext/zip/lib/zip_open.c         _zip_error_set(error, ZIP_ER_SEEK, EFBIG);
ZIP_ER_SEEK       667 ext/zip/lib/zip_open.c         _zip_error_set(error, ZIP_ER_SEEK, EFBIG);
ZIP_ER_SEEK       680 ext/zip/lib/zip_open.c 	    _zip_error_set(error, ZIP_ER_SEEK, errno);
ZIP_ER_SEEK       726 ext/zip/lib/zip_open.c         _zip_error_set(error, ZIP_ER_SEEK, EFBIG);
ZIP_ER_SEEK       146 ext/zip/lib/zip_source_filep.c 		z->e[0] = ZIP_ER_SEEK;
ZIP_ER_SEEK       166 ext/zip/lib/zip_source_filep.c 		z->e[0] = ZIP_ER_SEEK;
ZIP_ER_SEEK      3084 ext/zip/php_zip.c 	REGISTER_ZIP_CLASS_CONST_LONG("ER_SEEK",		ZIP_ER_SEEK);		/* S Seek error */