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

/bind-9.6-ESV-R11/lib/dns/
H A Dmessage.c898 unsigned int tries; local
906 tries = 0;
907 while (tries < 2) {
912 tries++;
936 unsigned int tries; local
948 * Subsequent tries: double buffer size on each try.
950 tries = 0;
952 /* XXX possibly change this to a while (tries < 2) loop */
959 if (tries == 0) {
970 tries
[all...]
/bind-9.6-ESV-R11/bin/dig/
H A Ddighost.c139 int tries = 3; variable
767 looknew->retries = tries;
2532 debug("making new TCP request, %d tries left",
/bind-9.6-ESV-R11/lib/isc/unix/
H A Dsocket.c168 * In this state, the watcher tries to detect whether this is a break
2094 int tries = 0; local
2121 if (sock->fd == -1 && errno == EINTR && tries++ < 42)

Completed in 38 milliseconds