Searched defs:c2 (Results 1 - 2 of 2) sorted by relevance

/httpd/server/
H A Dprotocol.c1687 char c2 = (char)c; local
1693 if (buffer_output(r, &c2, 1) != APR_SUCCESS)
/httpd/modules/generators/
H A Dmod_autoindex.c1903 struct ent *c2; local
1924 * All of our comparisons will be of the c1 entry against the c2 one,
1929 c2 = *e2;
1933 c2 = *e1;
1938 if (c1->lm > c2->lm) {
1941 else if (c1->lm < c2->lm) {
1946 if (c1->size > c2->size) {
1949 else if (c1->size < c2->size) {
1956 c2->desc ? c2
[all...]

Completed in 2481 milliseconds