Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dhttp_auth.c64 static const char base64_pad = '='; variable
106 if (ch == base64_pad) break; in base64_decode()
130 if (ch == base64_pad) { in base64_decode()