Searched refs:php_conv_qprint_decode (Results 1 – 1 of 1) sorted by relevance
/PHP-8.1/ext/standard/ |
H A D | filters.c | 872 } php_conv_qprint_decode; typedef 874 static void php_conv_qprint_decode_dtor(php_conv_qprint_decode *inst) in php_conv_qprint_decode_dtor() 882 static php_conv_err_t php_conv_qprint_decode_convert(php_conv_qprint_decode *inst, const char **in_… in php_conv_qprint_decode_convert() 1051 static php_conv_err_t php_conv_qprint_decode_ctor(php_conv_qprint_decode *inst, const char *lbchars… in php_conv_qprint_decode_ctor() 1263 retval = pemalloc(sizeof(php_conv_qprint_decode), persistent); in php_conv_open() 1265 …if (php_conv_qprint_decode_ctor((php_conv_qprint_decode *)retval, lbchars, lbchars_len, 1, persist… in php_conv_open() 1271 if (php_conv_qprint_decode_ctor((php_conv_qprint_decode *)retval, NULL, 0, 0, persistent)) { in php_conv_open()
|
Completed in 14 milliseconds