Searched refs:g_conf (Results 1 – 4 of 4) sorted by relevance
27 static struct conf_var g_conf[] = { variable35 #define NUM_CONF_VAR (sizeof(g_conf) / sizeof(struct conf_var))542 LoadConfig(CONFIG_FILE, g_conf, NUM_CONF_VAR); in GlbInitWget()544 url = g_conf[0].value; in GlbInitWget()545 total_flows = atoi(g_conf[1].value); in GlbInitWget()546 core_limit = atoi(g_conf[2].value); in GlbInitWget()547 total_concurrency = atoi(g_conf[3].value); in GlbInitWget()548 dest_port = atoi(g_conf[4].value); in GlbInitWget()549 keep_alive = atoi(g_conf[5].value); in GlbInitWget()
27 static struct conf_var g_conf[] = { variable35 #define NUM_CONF_VAR (sizeof(g_conf) / sizeof(struct conf_var))540 LoadConfig(CONFIG_FILE, g_conf, NUM_CONF_VAR); in GlbInitWget()542 url = g_conf[0].value; in GlbInitWget()543 total_flows = atoi(g_conf[1].value); in GlbInitWget()544 core_limit = atoi(g_conf[2].value); in GlbInitWget()545 total_concurrency = atoi(g_conf[3].value); in GlbInitWget()546 dest_port = atoi(g_conf[4].value); in GlbInitWget()547 keep_alive = atoi(g_conf[5].value); in GlbInitWget()
25 static struct conf_var g_conf[] = { variable29 #define NUM_CONF_VAR (sizeof(g_conf) / sizeof(struct conf_var))362 if (LoadConfig(CONFIG_FILE, g_conf, NUM_CONF_VAR)) in GlobInitServer()365 core_limit = atoi(g_conf[0].value); in GlobInitServer()366 www_main = g_conf[1].value; in GlobInitServer()
25 static struct conf_var g_conf[] = { variable29 #define NUM_CONF_VAR (sizeof(g_conf) / sizeof(struct conf_var))363 if (LoadConfig(CONFIG_FILE, g_conf, NUM_CONF_VAR)) in GlobInitServer()366 core_limit = atoi(g_conf[0].value); in GlobInitServer()367 www_main = g_conf[1].value; in GlobInitServer()