Searched refs:php_zlib_encode (Results 1 - 1 of 1) sorted by relevance
| /PHP_TRUNK/ext/zlib/ |
| H A D | zlib.c | 304 /* {{{ php_zlib_encode() */ 305 static int php_zlib_encode(const char *in_buf, size_t in_len, char **out_buf, size_t *out_len, int encoding, int level TSRMLS_DC) function 661 if (SUCCESS != php_zlib_encode(in_buf, in_len, &out_buf, &out_len, encoding, level TSRMLS_CC)) { \
|
Completed in 5 milliseconds