Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsldap/common/
H A Dns_connmgmt.c913 cm->cu_head = NULL; in init_conn_mt()
950 if (cm->cu_head == NULL) { in add_cu2cm()
951 cm->cu_head = cu; in add_cu2cm()
991 if (cu == NULL || cm->cu_head == NULL || cm->cu_cnt == 0) in del_cu4cm()
995 if (cm->cu_head == cm->cu_tail) { in del_cu4cm()
996 if (cu == cm->cu_head) { in del_cu4cm()
997 cm->cu_head = cm->cu_tail = NULL; in del_cu4cm()
1005 if (cu == cm->cu_head) { in del_cu4cm()
1006 cm->cu_head = cu->next; in del_cu4cm()
1012 pu = cm->cu_head; in del_cu4cm()
[all …]
H A Dns_connmgmt.h153 ns_conn_user_t *cu_head; /* head of conn_user linked list */ member