Searched refs:server_count (Results 1 – 8 of 8) sorted by relevance
44 static int server_count; variable140 assert(server_count < server_limit); in server_read()242 if (++server_count == server_limit) { in server_read()259 assert(server_count > 0); in server_down()263 if (server_count-- == server_limit) in server_down()340 sdp_put_uint8(&buf, (UINT8_MAX - server_count * UINT8_MAX / server_limit)); in server_mkrecord()
115 t->compresstable *= opt->server_count; in account_total()120 t->rrl *= opt->server_count; in account_total()
89 int server_count; member
444 SERV_GET_INT(server_count, o); in config_print_zone()619 printf("\tserver-count: %d\n", opt->server_count); in config_test_print_server()
268 cfg_parser->opt->server_count = (int)$2;
1178 nsd.child_count = nsd.options->server_count; in main()
1640 cfg_parser->opt->server_count = (int)(yyvsp[0].llng); in yyparse()
79 opt->server_count = 1; in nsd_options_create()