Searched refs:zip_source_buffer (Results 1 – 7 of 7) sorted by relevance
/PHP-7.1/ext/zip/lib/ |
H A D | zip_dir_add.c | 74 if ((source=zip_source_buffer(za, NULL, 0, 0)) == NULL) { in zip_dir_add()
|
H A D | zip_source_zip_new.c | 108 return zip_source_buffer(za, NULL, 0, 0); in _zip_source_zip_new()
|
H A D | zip_source_buffer.c | 75 zip_source_buffer(zip_t *za, const void *data, zip_uint64_t len, int freep) in zip_source_buffer() function
|
H A D | zip.h | 376 ZIP_EXTERN zip_source_t *zip_source_buffer(zip_t *, const void *, zip_uint64_t, int);
|
/PHP-7.1/ext/zip/ |
H A D | config.w32 | 26 … zip_set_file_compression.c zip_set_name.c zip_source_buffer.c zip_source_close.c zip_source_crc.c\
|
H A D | config.m4 | 127 …lib/zip_set_file_compression.c lib/zip_set_name.c lib/zip_source_buffer.c lib/zip_source_close.c l…
|
H A D | php_zip.c | 1825 zs = zip_source_buffer(intern, ze_obj->buffers[pos], ZSTR_LEN(buffer), 0); in ZIPARCHIVE_METHOD()
|
Completed in 24 milliseconds