Searched defs:in_buf (Results 1 – 4 of 4) sorted by relevance
/PHP-7.1/ext/zlib/ |
H A D | zlib.c | 338 static zend_string *php_zlib_encode(const char *in_buf, size_t in_len, int encoding, int level) in php_zlib_encode() 424 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() 908 char *in_buf; in PHP_FUNCTION() local 1114 char *in_buf; in PHP_FUNCTION() local
|
/PHP-7.1/sapi/fpm/fpm/ |
H A D | fpm_stdio.c | 119 int in_buf = 0; local
|
/PHP-7.1/ext/xmlrpc/libxmlrpc/ |
H A D | xmlrpc.c | 745 XMLRPC_VALUE XMLRPC_VALUE_FromXML (const char *in_buf, int len, XMLRPC_REQUEST_INPUT_OPTIONS in_opt… in XMLRPC_VALUE_FromXML() 804 XMLRPC_REQUEST XMLRPC_REQUEST_FromXML (const char *in_buf, int len, in XMLRPC_REQUEST_FromXML()
|
H A D | xml_element.c | 687 xml_element* xml_elem_parse_buf(const char* in_buf, int len, XML_ELEM_INPUT_OPTIONS options, XML_EL… in xml_elem_parse_buf()
|
Completed in 20 milliseconds