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

/bind-9.11.3/bin/named/
H A Dcontrolconf.c73 isc_boolean_t sending; member in struct:controlconnection
170 if (conn->sending) {
277 REQUIRE(conn->sending);
281 conn->sending = ISC_FALSE;
293 "error sending command response to %s: %s",
516 conn->sending = ISC_TRUE;
570 conn->sending = ISC_FALSE;
/bind-9.11.3/contrib/perftcpdns/
H A Dperftcpdns.c24 * - the sending thread gets by epoll connected sockets, timeouts
1416 sending(void *dummy) function
1713 "-a<aggressiveness>: When the target sending rate is not yet reached,\n"
1760 "- locallimit: reached to local system limits when sending a message.\n"
2250 ret = pthread_create(&sender, NULL, sending, NULL);
/bind-9.11.3/contrib/queryperf/
H A Dqueryperf.c1085 * Should we keep sending queries or stop here?
1087 * Return TRUE if we should keep on sending queries
1493 fprintf(stderr, "Error sending query to %s: %s\n",
1824 retire_old_queries(int sending) { argument
1835 if (target_qps > 0 && sending == TRUE && count == 0 &&
2138 int sending = FALSE; local
2172 while ((sending = keep_sending(&got_eof)) == TRUE ||
2185 while ((sending = keep_sending(&got_eof)) == TRUE &&
2219 retire_old_queries(sending);

Completed in 26 milliseconds