Searched refs:UNB64 (Results 1 – 1 of 1) sorted by relevance
2263 #define UNB64(c) ((c) == '+' ? 62 : (c) == ',' ? 63 : (c) >= 'a' ? \ macro2367 *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