Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dfilters.c469 if (in_pp == NULL || in_left_p == NULL) { in php_conv_base64_encode_convert()
475 ps = (unsigned char *)(*in_pp); in php_conv_base64_encode_convert()
566 *in_pp = (const char *)ps; in php_conv_base64_encode_convert()
639 if (in_pp == NULL || in_left_p == NULL) { in php_conv_base64_decode_convert()
648 ps = (unsigned char *)*in_pp; in php_conv_base64_decode_convert()
729 *in_pp = (const char *)ps; in php_conv_base64_decode_convert()
798 if (in_pp == NULL || in_left_p == NULL) { in php_conv_qprint_encode_convert()
802 ps = (unsigned char *)(*in_pp); in php_conv_qprint_encode_convert()
957 *in_pp = (const char *)ps; in php_conv_qprint_encode_convert()
1033 ps = (unsigned char *)(*in_pp); in php_conv_qprint_decode_convert()
[all …]

Completed in 9 milliseconds