Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Dfilters.c578 } php_conv_base64_decode; typedef
580 static php_conv_err_t php_conv_base64_decode_convert(php_conv_base64_decode *inst, const char **in_…
581 static void php_conv_base64_decode_dtor(php_conv_base64_decode *inst);
602 static int php_conv_base64_decode_ctor(php_conv_base64_decode *inst) in php_conv_base64_decode_ctor()
614 static void php_conv_base64_decode_dtor(php_conv_base64_decode *inst) in php_conv_base64_decode_dtor()
620 static php_conv_err_t php_conv_base64_decode_convert(php_conv_base64_decode *inst, const char **in_… in php_conv_base64_decode_convert()
1330 retval = pemalloc(sizeof(php_conv_base64_decode), persistent); in php_conv_open()
1331 if (php_conv_base64_decode_ctor((php_conv_base64_decode *)retval)) { in php_conv_open()

Completed in 8 milliseconds