Home
last modified time | relevance | path

Searched refs:php_conv_qprint_decode (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/ext/standard/
H A Dfilters.c1004 } php_conv_qprint_decode; typedef
1006 static void php_conv_qprint_decode_dtor(php_conv_qprint_decode *inst) in php_conv_qprint_decode_dtor()
1014 static php_conv_err_t php_conv_qprint_decode_convert(php_conv_qprint_decode *inst, const char **in_… in php_conv_qprint_decode_convert()
1183 static php_conv_err_t php_conv_qprint_decode_ctor(php_conv_qprint_decode *inst, const char *lbchars… in php_conv_qprint_decode_ctor()
1395 retval = pemalloc(sizeof(php_conv_qprint_decode), persistent); in php_conv_open()
1397 …if (php_conv_qprint_decode_ctor((php_conv_qprint_decode *)retval, lbchars, lbchars_len, 1, persist… in php_conv_open()
1403 if (php_conv_qprint_decode_ctor((php_conv_qprint_decode *)retval, NULL, 0, 0, persistent)) { in php_conv_open()

Completed in 17 milliseconds