Home
last modified time | relevance | path

Searched refs:Base64 (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/dns/net/
Dbase64.c69 static const char Base64[] = variable
170 target[datalength++] = Base64[output[0]];
171 target[datalength++] = Base64[output[1]];
172 target[datalength++] = Base64[output[2]];
173 target[datalength++] = Base64[output[3]];
194 target[datalength++] = Base64[output[0]];
195 target[datalength++] = Base64[output[1]];
199 target[datalength++] = Base64[output[2]];
237 pos = strchr(Base64, ch);
246 target[tarindex] = (pos - Base64) << 2;
[all …]