Searched refs:php_conv_qprint_decode (Results 1 – 1 of 1) sorted by relevance
/PHP-8.4/ext/standard/ |
H A D | filters.c | 863 } php_conv_qprint_decode; typedef 865 static void php_conv_qprint_decode_dtor(php_conv_qprint_decode *inst) in php_conv_qprint_decode_dtor() 873 static php_conv_err_t php_conv_qprint_decode_convert(php_conv_qprint_decode *inst, const char **in_… in php_conv_qprint_decode_convert() 1042 static php_conv_err_t php_conv_qprint_decode_ctor(php_conv_qprint_decode *inst, const char *lbchars… in php_conv_qprint_decode_ctor() 1250 retval = pemalloc(sizeof(php_conv_qprint_decode), persistent); in php_conv_open() 1252 …if (php_conv_qprint_decode_ctor((php_conv_qprint_decode *)retval, lbchars, lbchars_len, 1, persist… in php_conv_open() 1258 …if (php_conv_qprint_decode_ctor((php_conv_qprint_decode *)retval, NULL, 0, 0, persistent) != PHP_C… in php_conv_open()
|
Completed in 9 milliseconds