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

/bind-9.11.3/contrib/perftcpdns/
H A Dperftcpdns.c192 int xlast; /* number of exchanges */ variable
322 xlist = (struct exchange *) malloc(xlast * sizeof(struct exchange));
327 memset(xlist, 0, xlast * sizeof(struct exchange));
329 for (idx = 0; idx < xlast; idx++)
1050 } else if (xused < xlast) {
1218 } else if (xused < xlast) {
1842 xlast = atoi(optarg);
1843 if (xlast <= 1000) {
2062 if (xlast == 0)
2063 xlast
[all...]

Completed in 16 milliseconds