Home
last modified time | relevance | path

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

/PHP-7.4/ext/zlib/
H A Dzlib.c336 static zend_string *php_zlib_encode(const char *in_buf, size_t in_len, int encoding, int level) in php_zlib_encode() function
686 if ((out = php_zlib_encode(ZSTR_VAL(in), ZSTR_LEN(in), encoding, level)) == NULL) { \

Completed in 11 milliseconds