Lines Matching defs:real
868 const char *real = ent[i].real;
876 if (ap_proxy_valid_balancer_name((char *)real, 0) &&
877 (balancer = ap_proxy_get_balancer(r->pool, sconf, real, 1))) {
880 const char *urlpart = ap_strchr_c(real + sizeof(BALANCER_PREFIX) - 1, '/');
920 l2 = strlen(real);
921 if (real[0] == '/') {
936 if (l2 > 0 && l1 >= l2 && strncasecmp(real, part, l2) == 0) {
995 newpath = ent[i].real;
1017 newdomain = ent[i].real;
1188 * We do the below for verification. The real sname will be
2333 * Save our real backend data for using it later during HTTP CONNECT.