Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dhttp_auth.c442 static const unsigned char itoa64[] = /* 0 ... 63 => ASCII - 64 */ in to64() local
446 *s++ = itoa64[v&0x3f]; in to64()