Home
last modified time | relevance | path

Searched refs:php_conv_base64_decode (Results 1 – 1 of 1) sorted by last modified time

/PHP-7.4/ext/standard/
H A Dfilters.c585 } php_conv_base64_decode; typedef
587 static php_conv_err_t php_conv_base64_decode_convert(php_conv_base64_decode *inst, const char **in_…
588 static void php_conv_base64_decode_dtor(php_conv_base64_decode *inst);
609 static int php_conv_base64_decode_ctor(php_conv_base64_decode *inst) in php_conv_base64_decode_ctor()
621 static void php_conv_base64_decode_dtor(php_conv_base64_decode *inst) in php_conv_base64_decode_dtor()
627 static php_conv_err_t php_conv_base64_decode_convert(php_conv_base64_decode *inst, const char **in_… in php_conv_base64_decode_convert()
1337 retval = pemalloc(sizeof(php_conv_base64_decode), persistent); in php_conv_open()
1338 if (php_conv_base64_decode_ctor((php_conv_base64_decode *)retval)) { in php_conv_open()

Completed in 21 milliseconds