Home
last modified time | relevance | path

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

/PHP-8.4/ext/standard/
H A Dfilters.c335 if (in_pp == NULL || in_left_p == NULL) { in php_conv_base64_encode_convert()
341 ps = (unsigned char *)(*in_pp); in php_conv_base64_encode_convert()
429 *in_pp = (const char *)ps; in php_conv_base64_encode_convert()
501 if (in_pp == NULL || in_left_p == NULL) { in php_conv_base64_decode_convert()
510 ps = (unsigned char *)*in_pp; in php_conv_base64_decode_convert()
591 *in_pp = (const char *)ps; in php_conv_base64_decode_convert()
660 if (in_pp == NULL || in_left_p == NULL) { in php_conv_qprint_encode_convert()
664 ps = (unsigned char *)(*in_pp); in php_conv_qprint_encode_convert()
816 *in_pp = (const char *)ps; in php_conv_qprint_encode_convert()
892 ps = (unsigned char *)(*in_pp); in php_conv_qprint_decode_convert()
[all …]

Completed in 12 milliseconds