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

/httpd/modules/proxy/
H A Dmod_proxy.c39 static const char * const proxy_id = "proxy"; variable
2657 proxy_id, NULL, s, pconf, 0);
2660 "failed to create %s mutex", proxy_id);
2866 apr_status_t rv = ap_mutex_register(pconf, proxy_id, NULL,
2870 "failed to register %s mutex", proxy_id);

Completed in 518 milliseconds