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

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_standalone.c288 switch_database_t *hostService = NULL; local
340 (void) thr_getspecific(switchConfigKey, (void **) &hostService);
341 if (hostService == NULL) {
342 hostService = calloc(1, sizeof (switch_database_t));
343 if (hostService == NULL) {
346 (void) thr_setspecific(switchConfigKey, hostService);
358 if (strlen(linep) >= hostService->alloced) {
359 ptr = (char *)realloc((void *)hostService->conf,
362 free((void *)hostService->conf);
363 hostService
[all...]

Completed in 58 milliseconds