Home
last modified time | relevance | path

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

/external/libmicrohttpd/src/microhttpd/
Dbase64.c14 static const char base64_digits[] = variable
45 char a = base64_digits[(unsigned char)*(src++)]; in BASE64Decode()
46 char b = base64_digits[(unsigned char)*(src++)]; in BASE64Decode()
47 char c = base64_digits[(unsigned char)*(src++)]; in BASE64Decode()
48 char d = base64_digits[(unsigned char)*(src++)]; in BASE64Decode()