Searched refs:UNB64 (Results 1 – 1 of 1) sorted by relevance
2340 #define UNB64(c) ((c) == '+' ? 62 : (c) == ',' ? 63 : (c) >= 'a' ? \ macro2443 *outp = UNB64(*inp) << 2; in PHP_FUNCTION()2447 outp[1] = UNB64(*inp); in PHP_FUNCTION()2454 outp[1] = UNB64(*inp); in PHP_FUNCTION()2461 *outp++ |= UNB64(*inp); in PHP_FUNCTION()2595 #undef UNB64
Completed in 17 milliseconds