Home
last modified time | relevance | path

Searched refs:g_conf (Results 1 – 4 of 4) sorted by relevance

/mOS-networking-stack/samples/epwget/
H A Depwget.c27 static struct conf_var g_conf[] = { variable
35 #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()
H A Depwget-mp.c27 static struct conf_var g_conf[] = { variable
35 #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()
/mOS-networking-stack/samples/epserver/
H A Depserver-mp.c25 static struct conf_var g_conf[] = { variable
29 #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()
H A Depserver.c25 static struct conf_var g_conf[] = { variable
29 #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()