Searched defs:ll (Results 1 - 4 of 4) sorted by relevance

/httpd/modules/aaa/
H A Dmod_authz_groupfile.c92 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 Dmod_authnz_ldap.c1515 * 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 Dmod_mime.c460 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 Dprotocol.c270 /* 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