Searched refs:B64_EC (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libast/string/
H A Dbase64.c36 #define B64_EC 4 macro
61 unsigned char tmp[B64_EC * B64_CHUNK];
73 te = tp + tz - B64_EC + 1;
83 te = tp + sizeof(tmp) - B64_EC + 1;
88 tc = tp + B64_EC * B64_CHUNK;
101 te = tp + sizeof(tmp) - B64_EC + 1;
130 te = tp + sizeof(tmp) - B64_EC + 1;

Completed in 6 milliseconds