Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Dbase64.c246 static zend_always_inline int php_base64_decode_impl(const unsigned char *in, size_t inl, unsigned … in php_base64_decode_impl() function
848 if (!php_base64_decode_impl(c, length, (unsigned char*)ZSTR_VAL(result), &outl, strict)) { in php_base64_decode_ex()
871 if (!php_base64_decode_impl(c, length, (unsigned char*)ZSTR_VAL(result), &outl, strict)) { in php_base64_decode_ex_ssse3()
916 if (!php_base64_decode_impl(str, length, (unsigned char*)ZSTR_VAL(result), &outl, strict)) { in php_base64_decode_ex_default()

Completed in 7 milliseconds