Home
last modified time | relevance | path

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

/PHP-8.3/ext/imap/
H A Dphp_imap.c2263 #define UNB64(c) ((c) == '+' ? 62 : (c) == ',' ? 63 : (c) >= 'a' ? \ macro
2367 *outp = UNB64(*inp) << 2; in PHP_FUNCTION()
2371 outp[1] = UNB64(*inp); in PHP_FUNCTION()
2378 outp[1] = UNB64(*inp); in PHP_FUNCTION()
2385 *outp++ |= UNB64(*inp); in PHP_FUNCTION()
2519 #undef UNB64

Completed in 12 milliseconds