Searched refs:_zip_read_data (Results 1 – 4 of 4) sorted by relevance
/PHP-7.2/ext/zip/lib/ |
H A D | zip_io_util.c | 64 _zip_read_data(zip_buffer_t *buffer, zip_source_t *src, size_t length, bool nulp, zip_error_t *erro… in _zip_read_data() function 114 if ((raw=_zip_read_data(buffer, src, len, nulp, error)) == NULL) in _zip_read_string()
|
H A D | zip_extra_field.c | 413 ef_raw = _zip_read_data(NULL, za->src, ef_len, 0, &za->error); in _zip_read_local_ef()
|
H A D | zipint.h | 547 zip_uint8_t *_zip_read_data(zip_buffer_t *buffer, zip_source_t *src, size_t length, bool nulp, zip_…
|
H A D | zip_dirent.c | 418 zip_uint8_t *ef = _zip_read_data(buffer, src, ef_len, 0, error); in _zip_dirent_read()
|
Completed in 18 milliseconds