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

/haiku/src/system/libnetwork/netresolv/net/
H A Dbase64.c76 static const char Base64[] = variable
99 Table 1: The Base64 Alphabet
172 target[datalength++] = Base64[output[0]];
173 target[datalength++] = Base64[output[1]];
174 target[datalength++] = Base64[output[2]];
175 target[datalength++] = Base64[output[3]];
196 target[datalength++] = Base64[output[0]];
197 target[datalength++] = Base64[output[1]];
201 target[datalength++] = Base64[output[2]];
238 pos = strchr(Base64, c
[all...]

Completed in 177 milliseconds