Lines Matching refs:real
593 newcopy->real = (old[i].flags & PROXYPASS_INTERPOLATE)
594 ? proxy_interpolate(r, old[i].real) : old[i].real;
604 const char *real;
614 real = proxy_interpolate(r, ent->real);
618 real = ent->real;
622 if ((real[0] == '!') && (real[1] == '\0')) {
631 found = ap_pregsub(r->pool, real, use_uri, AP_MAX_REG_MATCH,
653 if (strcmp(found, real) != 0) {
657 found = apr_pstrcat(r->pool, "proxy:", real, use_uri, NULL);
665 if ((real[0] == '!') && (real[1] == '\0')) {
672 found = apr_pstrcat(r->pool, "proxy:", real, use_uri + len, NULL);
1709 new->real = apr_pstrdup(cmd->pool, ap_proxy_de_socketfy(cmd->pool, r));
1758 proxy_worker *worker = ap_proxy_get_worker(cmd->temp_pool, NULL, conf, new->real);
1785 ap_proxy_worker_name(cmd->pool, worker), new->real);
1823 const char *real;
1837 real = r;
1845 real = f;
1851 new->real = real;
1864 new->real = r;
1877 new->real = r;