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

/httpd/modules/proxy/
H A Dproxy_util.c878 int n, l3 = 0; local
885 l3 = strlen(urlpart);
895 /* urlpart (l3) assuredly starts with its own '/' */
898 if (l1 >= l2 + l3
900 && strncmp(urlpart, url + l2, l3) == 0) {
901 u = apr_pstrcat(r->pool, ent[i].fake, &url[l2 + l3],

Completed in 2469 milliseconds