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

/httpd/modules/ldap/
H A Dutil_ldap.c2911 server_rec *s_vhost; local
2961 s_vhost = s->next;
2962 while (s_vhost) {
2964 ap_get_module_config(s_vhost->module_config,
2975 s_vhost->server_hostname);
2977 s_vhost = s_vhost->next;
3034 s_vhost = s->next;
3035 while (s_vhost) {
3037 ap_get_module_config(s_vhost
[all...]

Completed in 653 milliseconds