Lines Matching defs:TRUE

80 #define TRUE				1
157 int use_stdin = TRUE;
184 int setup_phase = TRUE;
335 use_stdin = TRUE;
386 if ((is_uint(new_port, &uint_val)) != TRUE)
445 * Return TRUE if it is
453 return (TRUE);
462 * Return TRUE if it is
482 return (TRUE);
562 if (is_uint(optarg, &uint_arg_val) == TRUE) {
564 queriesset = TRUE;
574 if (is_uint(optarg, &uint_arg_val) == TRUE) {
576 timeoutset = TRUE;
586 ignore_config_changes = TRUE;
603 serverset = TRUE;
607 if (is_uint(optarg, &uint_arg_val) == TRUE &&
611 portset = TRUE;
621 run_only_once = TRUE;
625 if (is_uint(optarg, &uint_arg_val) == TRUE) {
626 use_timelimit = TRUE;
637 if (is_uint(optarg, &uint_arg_val) == TRUE) {
647 edns = TRUE;
650 dnssec = TRUE;
651 edns = TRUE;
654 countrcodes = TRUE;
660 if (is_uint(optarg, &uint_arg_val) == TRUE)
672 if (is_uint(optarg, &uint_arg_val) == TRUE)
681 if (is_uint(optarg, &uint_arg_val) == TRUE)
693 if (is_uint(optarg, &uint_arg_val) == TRUE)
710 run_only_once = TRUE;
724 if (use_stdin == TRUE) {
1057 * Returns TRUE otherwise
1068 if (setup_phase == TRUE) {
1073 return (TRUE);
1079 return (TRUE);
1087 * Return TRUE if we should keep on sending queries
1099 if (stop == TRUE)
1103 return (TRUE);
1104 else if ((*reached_end_input == TRUE) && (run_only_once == FALSE)
1109 return (TRUE);
1111 if (*reached_end_input == TRUE)
1114 stop = TRUE;
1194 if (ignore_config_changes == TRUE) {
1240 if (serverset && (setup_phase == TRUE)) {
1272 if (portset && (setup_phase == TRUE)) {
1280 if ((check == TRUE) && (uint_val > 0)) {
1297 if (queriesset && (setup_phase == TRUE)) {
1305 if ((check == TRUE) && (uint_val > 0)) {
1313 if (timeoutset && (setup_phase == TRUE)) {
1321 if ((check == TRUE) && (uint_val > 0)) {
1376 found = TRUE;
1498 if (setup_phase == TRUE) {
1514 for (count = 0; (status[count].in_use == TRUE)
1517 if (status[count].in_use == TRUE) {
1535 status[count].in_use = TRUE;
1558 oldquery = TRUE;
1619 found = TRUE;
1624 if (status[ct].in_use == TRUE && status[ct].id == id &&
1629 found = TRUE;
1642 if (countrcodes && (found == TRUE || target_qps > 0))
1711 * Return TRUE if there is
1745 available = TRUE;
1749 available = TRUE;
1769 if (adjust_rate == TRUE) {
1786 if (data_available(wait) != TRUE)
1794 while (data_available(0.0) == TRUE)
1810 if (data_available(first_packet_wait) == TRUE) {
1811 while (data_available(0.0) == TRUE)
1835 if (target_qps > 0 && sending == TRUE && count == 0 &&
1847 timeout_reduced = TRUE;
1855 if ((status[count].in_use == TRUE) &&
2010 ((run_only_once == TRUE) ? "once" : "multiple times"));
2092 if (setup_phase == TRUE)
2098 if (timelimit_reached() == TRUE)
2108 print_statistics(TRUE, num_queries_sent_interval,
2172 while ((sending = keep_sending(&got_eof)) == TRUE ||
2185 while ((sending = keep_sending(&got_eof)) == TRUE &&
2190 got_eof = TRUE;
2212 adjust_rate = TRUE;