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

/bind-9.11.3/contrib/idn/idnkit-1.0-src/wsock/common/
H A Dhook.c72 static HOOKREC hookList = { 0 } ; variable
76 if (hookList.prev == NULL || hookList.next == NULL) {
77 hookList.prev = &hookList;
78 hookList.next = &hookList;
86 for (hp = hookList.next ; hp != &hookList ; hp = hp->next) {
109 prev = hookList
[all...]

Completed in 313 milliseconds