Home
last modified time | relevance | path

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

/PHP-7.4/ext/imap/
H A Dphp_imap.c2818 #define UNB64(c) ((c) == '+' ? 62 : (c) == ',' ? 63 : (c) >= 'a' ? \ macro
2922 *outp = UNB64(*inp) << 2; in PHP_FUNCTION()
2926 outp[1] = UNB64(*inp); in PHP_FUNCTION()
2933 outp[1] = UNB64(*inp); in PHP_FUNCTION()
2940 *outp++ |= UNB64(*inp); in PHP_FUNCTION()
3075 #undef UNB64

Completed in 15 milliseconds