Searched refs:b64table (Results 1 – 2 of 2) sorted by relevance
9763 static const signed char b64table[] = { variable9801 int32_t b64lookup(unsigned char ch) { return b64table[ch]; } in b64lookup()
10459 static const signed char b64table[] = { variable10497 int32_t b64lookup(unsigned char ch) { return b64table[ch]; } in b64lookup()