Lines Matching refs:host_head
46 static adutils_host_t *host_head = NULL; variable
480 for (adh = host_head; adh != NULL; adh = adh->next) { in adutils_reap_idle_connections()
553 p = host_head; in adutils_ad_free()
562 p = host_head; in adutils_ad_free()
675 if (host_head == NULL) { in get_conn()
688 for (adh = host_head, tries = 0; adh != NULL; adh = adh->next) { in get_conn()
718 adh = host_head; in get_conn()
776 for (p = host_head; p != NULL; p = p->next) { in adutils_add_ds()
813 new->next = host_head; in adutils_add_ds()
814 host_head = new; in adutils_add_ds()
840 for (p = &host_head; *p != NULL; p = &((*p)->next)) { in delete_ds()