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

/bind-9.6-ESV-R11/bin/named/
H A Dcontrolconf.c82 isc_boolean_t sending; member in struct:controlconnection
175 if (conn->sending) {
277 REQUIRE(conn->sending);
281 conn->sending = ISC_FALSE;
293 "error sending command response to %s: %s",
495 conn->sending = ISC_TRUE;
542 conn->sending = ISC_FALSE;
/bind-9.6-ESV-R11/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 1340 milliseconds