Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/
H A Dfilters.c462 if (in_pp == NULL || in_left_p == NULL) { in php_conv_base64_encode_convert()
468 ps = (unsigned char *)(*in_pp); in php_conv_base64_encode_convert()
559 *in_pp = (const char *)ps; in php_conv_base64_encode_convert()
632 if (in_pp == NULL || in_left_p == NULL) { in php_conv_base64_decode_convert()
641 ps = (unsigned char *)*in_pp; in php_conv_base64_decode_convert()
722 *in_pp = (const char *)ps; in php_conv_base64_decode_convert()
791 if (in_pp == NULL || in_left_p == NULL) { in php_conv_qprint_encode_convert()
795 ps = (unsigned char *)(*in_pp); in php_conv_qprint_encode_convert()
950 *in_pp = (const char *)ps; in php_conv_qprint_encode_convert()
1026 ps = (unsigned char *)(*in_pp); in php_conv_qprint_decode_convert()
[all …]

Completed in 9 milliseconds