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

/httpd/modules/examples/
H A Dmod_example_hooks.c638 char *sname = s->server_hostname; local
651 sname = (sname != NULL) ? sname : "";
652 cfg->loc = apr_pstrcat(p, "SVR(", sname, ")", NULL);
833 char *sname = s->server_hostname; local
839 sname = (sname != NULL) ? sname : "";
840 note = apr_pstrcat(s->process->pool, "x_child_exit(", sname, ")", NUL
853 char *sname = s->server_hostname; local
[all...]
/httpd/modules/proxy/
H A Dmod_proxy_balancer.c814 const char *sname; local
817 /* now that we have the right id, we need to redo the sname field */
819 &sname);
820 sname = apr_pstrcat(pconf, conf->id, "_", sname, NULL);
821 PROXY_STRNCPY(balancer->s->sname, sname); /* We know this will succeed */
827 balancer->s->sname, s, pconf, 0);
831 balancer->s->sname);
863 balancer->s->name, balancer->s->sname,
[all...]
H A Dmod_proxy.h429 char sname[PROXY_BALANCER_MAX_NAME_SIZE]; member in struct:__anon286
H A Dproxy_util.c1149 const char *sname; local
1188 * We do the below for verification. The real sname will be
1192 &sname);
1193 sname = apr_pstrcat(p, conf->id, "_", sname, NULL);
1194 if (PROXY_STRNCPY(bshared->sname, sname) != APR_SUCCESS) {
1195 return apr_psprintf(p, "balancer safe-name (%s) too long", sname);
1293 storage->attach(&(balancer->wslot), balancer->s->sname, &size, &num, p);

Completed in 55 milliseconds