Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dhttp_auth.c90 int ch, j = 0, k; in base64_decode() local
99 ch = in[0]; in base64_decode()
102 ch = (unsigned char) in[i]; in base64_decode()
104 if (ch == '\0') break; in base64_decode()
108 ch = base64_reverse_table[ch]; in base64_decode()
109 if (ch < 0) continue; in base64_decode()
113 result[j] = ch << 2; in base64_decode()
116 result[j++] |= ch >> 4; in base64_decode()
120 result[j++] |= ch >>2; in base64_decode()
124 result[j++] |= ch; in base64_decode()
[all …]
H A Dconnections.c996 char ch = b.ptr[i]; local
998 if ('\r' == ch) {
1012 ch = bb.ptr[j];
1014 if (ch == header_end[header_end_match_pos]) {
/mOS-networking-stack/util/
H A Dhttp_parsing.c19 char ch = data[len]; /* remember it */ in find_http_header() local
30 data[len] = ch; /* put it back */ in find_http_header()
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Drrdtool.txt27 .. _RRD: http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A Dltmain.sh5626 (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))