Searched refs:host_service (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-dns.c45 static char *host_service = NULL; variable
190 * Since host_service applies to all connections, calling
216 * the host_service
264 if (host_service != NULL)
265 free(host_service);
266 host_service = name_list;
293 p->default_config = host_service == NULL ? no_service : host_service;
/illumos-gate/usr/src/lib/libldap5/sources/ldap/ssldap/
H A Dldapsinit.c94 static char *host_service = NULL; variable
1104 p->default_config = host_service == NULL ? no_service : host_service;
1114 p->default_config = host_service == NULL ? no_service : host_service;
1231 * Since host_service applies to all connections, calling
1256 * the host_service
1304 if (host_service != NULL)
1305 free(host_service);
1306 host_service
[all...]

Completed in 61 milliseconds