Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dbase64.c248 static zend_always_inline int php_base64_decode_impl(const unsigned char *in, size_t inl, unsigned … in php_base64_decode_impl() function
847 if (!php_base64_decode_impl(c, length, (unsigned char*)ZSTR_VAL(result), &outl, strict)) { in php_base64_decode_ex()
870 if (!php_base64_decode_impl(c, length, (unsigned char*)ZSTR_VAL(result), &outl, strict)) { in php_base64_decode_ex_ssse3()
915 if (!php_base64_decode_impl(str, length, (unsigned char*)ZSTR_VAL(result), &outl, strict)) { in php_base64_decode_ex_default()

Completed in 7 milliseconds