Home
last modified time | relevance | path

Searched defs:in_buf (Results 1 – 4 of 4) 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()
422 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()
909 char *in_buf; in PHP_FUNCTION() local
1165 char *in_buf; in PHP_FUNCTION() local
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_stdio.c125 int in_buf = 0, cmd_pos = 0, pos, start; local
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c739 XMLRPC_VALUE XMLRPC_VALUE_FromXML (const char *in_buf, int len, XMLRPC_REQUEST_INPUT_OPTIONS in_opt… in XMLRPC_VALUE_FromXML()
798 XMLRPC_REQUEST XMLRPC_REQUEST_FromXML (const char *in_buf, int len, in XMLRPC_REQUEST_FromXML()
H A Dxml_element.c680 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 22 milliseconds