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

/httpd/modules/proxy/
H A Dproxy_util.c880 const char *urlpart = ap_strchr_c(real + sizeof(BALANCER_PREFIX) - 1, '/'); local
881 if (urlpart) {
882 if (!urlpart[1])
883 urlpart = NULL;
885 l3 = strlen(urlpart);
894 if (urlpart) {
895 /* urlpart (l3) assuredly starts with its own '/' */
900 && strncmp(urlpart, url + l2, l3) == 0) {

Completed in 1048 milliseconds