Searched defs:xlist (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/contrib/perftcpdns/
H A Dperftcpdns.c152 *(headl) = (elm) - xlist; \
158 xlist[(elm)->next].prev = (elm)->prev; \
191 struct exchange *xlist; /* exchange list */ variable in typeref:struct:exchange
322 xlist = (struct exchange *) malloc(xlast * sizeof(struct exchange));
323 if (xlist == NULL) {
327 memset(xlist, 0, xlast * sizeof(struct exchange));
330 xlist[idx].sock = xlist[idx].next = -1;
552 x = xlist + idx;
608 x = xlist
[all...]

Completed in 14 milliseconds