Home
last modified time | relevance | path

Searched refs:nulp (Results 1 – 2 of 2) sorted by relevance

/PHP-7.1/ext/zip/lib/
H A Dzip_io_util.c64 _zip_read_data(zip_buffer_t *buffer, zip_source_t *src, size_t length, bool nulp, zip_error_t *erro… in _zip_read_data() argument
68 if (length == 0 && !nulp) { in _zip_read_data()
72 r = (zip_uint8_t *)malloc(length + (nulp ? 1 : 0)); in _zip_read_data()
95 if (nulp) { in _zip_read_data()
109 _zip_read_string(zip_buffer_t *buffer, zip_source_t *src, zip_uint16_t len, bool nulp, zip_error_t … in _zip_read_string() argument
114 if ((raw=_zip_read_data(buffer, src, len, nulp, error)) == NULL) in _zip_read_string()
H A Dzipint.h547 zip_uint8_t *_zip_read_data(zip_buffer_t *buffer, zip_source_t *src, size_t length, bool nulp, zip_…
549 …string(zip_buffer_t *buffer, zip_source_t *src, zip_uint16_t lenght, bool nulp, zip_error_t *error…

Completed in 9 milliseconds