Home
last modified time | relevance | path

Searched refs:host_head (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/lib/libadutils/common/
H A Dadutils.c45 static adutils_host_t *host_head = NULL; variable
479 for (adh = host_head; adh != NULL; adh = adh->next) { in adutils_reap_idle_connections()
552 p = host_head; in adutils_ad_free()
561 p = host_head; in adutils_ad_free()
673 if (host_head == NULL) { in get_conn()
686 for (adh = host_head, tries = 0; adh != NULL; adh = adh->next) { in get_conn()
716 adh = host_head; in get_conn()
774 for (p = host_head; p != NULL; p = p->next) { in adutils_add_ds()
811 new->next = host_head; in adutils_add_ds()
812 host_head = new; in adutils_add_ds()
[all …]