Home
last modified time | relevance | path

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

/PHP-8.1/ext/standard/
H A Dfilters.c337 if (in_pp == NULL || in_left_p == NULL) { in php_conv_base64_encode_convert()
343 ps = (unsigned char *)(*in_pp); in php_conv_base64_encode_convert()
434 *in_pp = (const char *)ps; in php_conv_base64_encode_convert()
507 if (in_pp == NULL || in_left_p == NULL) { in php_conv_base64_decode_convert()
516 ps = (unsigned char *)*in_pp; in php_conv_base64_decode_convert()
597 *in_pp = (const char *)ps; in php_conv_base64_decode_convert()
666 if (in_pp == NULL || in_left_p == NULL) { in php_conv_qprint_encode_convert()
670 ps = (unsigned char *)(*in_pp); in php_conv_qprint_encode_convert()
825 *in_pp = (const char *)ps; in php_conv_qprint_encode_convert()
901 ps = (unsigned char *)(*in_pp); in php_conv_qprint_decode_convert()
[all …]

Completed in 9 milliseconds