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

/httpd/modules/aaa/
H A Dmod_authn_socache.c268 char *new_context; local
270 new_context = apr_palloc(r->pool, slash - r->uri +
272 strcpy(new_context, r->server->server_hostname);
273 strncat(new_context, r->uri, slash - r->uri);
274 context = new_context;

Completed in 12 milliseconds