Home
last modified time | relevance | path

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

/PHP-7.4/ext/zlib/
H A Dzlib.c373 static inline int php_zlib_inflate_rounds(z_stream *Z, size_t max, char **buf, size_t *len) in php_zlib_inflate_rounds() function
438 switch (status = php_zlib_inflate_rounds(&Z, max_len, out_buf, out_len)) { in php_zlib_decode()

Completed in 12 milliseconds