Searched refs:zip_fread (Results 1 – 5 of 5) sorted by relevance
/PHP-7.3/ext/zip/lib/ |
H A D | zip_fread.c | 39 zip_fread(zip_file_t *zf, void *outbuf, zip_uint64_t toread) in zip_fread() function
|
H A D | zip.h | 363 ZIP_EXTERN zip_int64_t zip_fread(zip_file_t *, void *, zip_uint64_t);
|
/PHP-7.3/ext/zip/ |
H A D | zip_stream.c | 54 n = zip_fread(self->zf, buf, count); in php_zip_ops_read()
|
H A D | config.m4 | 143 lib/zip_fopen_encrypted.c lib/zip_fopen_index.c lib/zip_fopen_index_encrypted.c lib/zip_fread.c\
|
H A D | php_zip.c | 262 while ((n=zip_fread(zf, b, sizeof(b))) > 0) { in php_zip_extract_file() 1323 n = zip_fread(zr_rsrc->zf, ZSTR_VAL(buffer), ZSTR_LEN(buffer)); in PHP_NAMED_FUNCTION() 2879 n = zip_fread(zf, ZSTR_VAL(buffer), ZSTR_LEN(buffer)); in php_zip_get_from()
|
Completed in 42 milliseconds