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

/macosx-10.10/apache-793/httpd/modules/proxy/
H A Dproxy_util.c886 const char *urlpart = ap_strchr_c(real + sizeof(BALANCER_PREFIX) - 1, '/'); local
887 if (urlpart) {
888 if (!urlpart[1])
889 urlpart = NULL;
891 l3 = strlen(urlpart);
900 if (urlpart) {
901 /* urlpart (l3) assuredly starts with its own '/' */
906 && strncmp(urlpart, url + l2, l3) == 0) {

Completed in 113 milliseconds