zip_fread         298 ext/zip/lib/zip.h ZIP_EXTERN zip_int64_t zip_fread(struct zip_file *, void *, zip_uint64_t);
zip_fread         303 ext/zip/php_zip.c 	while ((n=zip_fread(zf, b, sizeof(b))) > 0) {
zip_fread        1407 ext/zip/php_zip.c 		n = zip_fread(zr_rsrc->zf, buffer, len);
zip_fread        2772 ext/zip/php_zip.c 	n = zip_fread(zf, buffer, len);
zip_fread          53 ext/zip/zip_stream.c 		n = zip_fread(self->zf, buf, count);