Searched refs:tcp_query_count (Results 1 – 8 of 8) sorted by relevance
305 int tcp_query_count; member
95 int tcp_query_count; member
4042 if ((data->nsd->tcp_query_count > 0 && in handle_tcp_reading()4043 data->query_count >= data->nsd->tcp_query_count) || in handle_tcp_reading()4452 if ((data->nsd->tcp_query_count > 0 && in handle_tcp_writing()4453 data->query_count >= data->nsd->tcp_query_count) || in handle_tcp_writing()4610 if ((data->nsd->tcp_query_count > 0 && in handle_tls_reading()4611 data->query_count >= data->nsd->tcp_query_count) || in handle_tls_reading()4987 if ((data->nsd->tcp_query_count > 0 && in handle_tls_writing()4988 data->query_count >= data->nsd->tcp_query_count) || in handle_tls_writing()
446 SERV_GET_INT(tcp_query_count, o); in config_print_zone()641 printf("\ttcp-query-count: %d\n", opt->tcp_query_count); in config_test_print_server()
1190 nsd.tcp_query_count = nsd.options->tcp_query_count; in main()
350 { cfg_parser->opt->tcp_query_count = (int)$2; }
1810 { cfg_parser->opt->tcp_query_count = (int)(yyvsp[0].llng); } in yyparse()
84 opt->tcp_query_count = 0; in nsd_options_create()