Searched refs:B64 (Results 1 – 1 of 1) sorted by relevance
2336 #define B64(n) ("ABCDEFGHIJKLMNOPQRSTUVWXYZ" \ macro2556 c = B64(*outp); in PHP_FUNCTION()2565 *outp++ = B64(*inp >> 2); in PHP_FUNCTION()2570 c = B64(*outp | *inp >> 4); in PHP_FUNCTION()2576 c = B64(*outp | *inp >> 6); in PHP_FUNCTION()2578 *outp++ = B64(*inp++); in PHP_FUNCTION()2594 #undef B64
Completed in 15 milliseconds