Searched defs:in_buf (Results 1 – 2 of 2) sorted by relevance
/php-src/ext/zlib/ |
H A D | zlib.c | 383 static zend_string *php_zlib_encode(const char *in_buf, size_t in_len, int encoding, int level) in php_zlib_encode() 469 static int php_zlib_decode(const char *in_buf, size_t in_len, char **out_buf, size_t *out_len, int … in php_zlib_decode() 936 char *in_buf; in PHP_FUNCTION() local 1173 char *in_buf; in PHP_FUNCTION() local
|
/php-src/sapi/fpm/fpm/ |
H A D | fpm_stdio.c | 176 int in_buf = 0, cmd_pos = 0, pos, start; local
|
Completed in 14 milliseconds