Searched refs:php_zlib_decode (Results 1 - 1 of 1) sorted by relevance
| /PHP_TRUNK/ext/zlib/ |
| H A D | zlib.c | 393 /* {{{ php_zlib_decode() */ 394 static int php_zlib_decode(const char *in_buf, size_t in_len, char **out_buf, size_t *out_len, int encoding, size_t max_len TSRMLS_DC) function 681 if (SUCCESS != php_zlib_decode(in_buf, in_len, &out_buf, &out_len, encoding, max_len TSRMLS_CC)) { \
|
Completed in 3 milliseconds