Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dfilters.c1008 } php_conv_qprint_decode; typedef
1010 static void php_conv_qprint_decode_dtor(php_conv_qprint_decode *inst) in php_conv_qprint_decode_dtor()
1018 static php_conv_err_t php_conv_qprint_decode_convert(php_conv_qprint_decode *inst, const char **in_… in php_conv_qprint_decode_convert()
1188 static php_conv_err_t php_conv_qprint_decode_ctor(php_conv_qprint_decode *inst, const char *lbchars… in php_conv_qprint_decode_ctor()
1469 retval = pemalloc(sizeof(php_conv_qprint_decode), persistent); in php_conv_open()
1471 …if (php_conv_qprint_decode_ctor((php_conv_qprint_decode *)retval, lbchars, lbchars_len, 1, persist… in php_conv_open()
1477 if (php_conv_qprint_decode_ctor((php_conv_qprint_decode *)retval, NULL, 0, 0, persistent)) { in php_conv_open()

Completed in 25 milliseconds