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

/httpd/modules/proxy/
H A Dmod_proxy.h256 const char *uds_path; /* Unix domain socket path */ member in struct:__anon281
354 char uds_path[PROXY_WORKER_MAX_NAME_SIZE]; /* path to worker's unix domain socket if applicable */ member in struct:__anon284
908 * @param uds_path UDS path to connect to
913 const char *uds_path,
H A Dproxy_util.c1505 if (!(*worker->s->uds_path) || !p) {
1509 return apr_pstrcat(p, "unix:", worker->s->uds_path, "|", worker->s->name, NULL);
1762 if (PROXY_STRNCPY(wshared->uds_path, sockpath) != APR_SUCCESS) {
1768 *wshared->uds_path = '\0';
1980 * were passed a UDS url (eg: from mod_proxy) and adjust uds_path
1998 apr_table_setn(r->notes, "uds_path", sockpath);
2248 const char *uds_path; local
2293 uds_path = (*worker->s->uds_path ? worker->s->uds_path
[all...]

Completed in 22 milliseconds