Searched defs:ll (Results 1 - 4 of 4) sorted by relevance
/httpd/modules/aaa/ |
H A D | mod_authz_groupfile.c | 92 const char *group_name, *ll, *w; local 107 ll = vb.buf; 110 group_name = ap_getword(sp, &ll, ':'); 117 while (ll[0]) { 118 w = ap_getword_conf(sp, &ll);
|
H A D | mod_authnz_ldap.c | 1515 * filter, they'll be put back. 1884 const char *ll = l; local 1890 lang = ap_getword_conf(p, &ll); 1893 if (ll[0]) { 1894 char *charset = ap_getword_conf(p, &ll);
|
/httpd/modules/http/ |
H A D | mod_mime.c | 460 const char *ll = l, *ct; local 465 ct = ap_getword_conf(p, &ll); 467 while (ll[0]) { 468 char *ext = ap_getword_conf(p, &ll);
|
/httpd/server/ |
H A D | protocol.c | 270 /* Would this overrun our buffer? If so, we'll die. */ 287 /* We'll assume the common case where one bucket is enough. */ 558 const char *ll; local 629 ll = r->the_request; 630 r->method = ap_getword_white(r->pool, &ll); 632 uri = ap_getword_white(r->pool, &ll); 643 if (ll[0]) { 645 pro = ll; 646 len = strlen(ll); 949 /* reset the alloc_len so that we'll allocat [all...] |
Completed in 242 milliseconds