Home
last modified time | relevance | path

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; in get_db() local
340 (void) thr_getspecific(switchConfigKey, (void **) &hostService); in get_db()
341 if (hostService == NULL) { in get_db()
342 hostService = calloc(1, sizeof (switch_database_t)); in get_db()
343 if (hostService == NULL) { in get_db()
346 (void) thr_setspecific(switchConfigKey, hostService); in get_db()
358 if (strlen(linep) >= hostService->alloced) { in get_db()
359 ptr = (char *)realloc((void *)hostService->conf, in get_db()
362 free((void *)hostService->conf); in get_db()
363 hostService->conf = NULL; in get_db()
[all …]