Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/epserver/
H A Depserver-mp.c29 #define NUM_CONF_VAR (sizeof(g_conf) / sizeof(struct conf_var)) macro
362 if (LoadConfig(CONFIG_FILE, g_conf, NUM_CONF_VAR)) in GlobInitServer()
H A Depserver.c29 #define NUM_CONF_VAR (sizeof(g_conf) / sizeof(struct conf_var)) macro
363 if (LoadConfig(CONFIG_FILE, g_conf, NUM_CONF_VAR)) in GlobInitServer()
/mOS-networking-stack/samples/epwget/
H A Depwget.c35 #define NUM_CONF_VAR (sizeof(g_conf) / sizeof(struct conf_var)) macro
542 LoadConfig(CONFIG_FILE, g_conf, NUM_CONF_VAR); in GlbInitWget()
H A Depwget-mp.c35 #define NUM_CONF_VAR (sizeof(g_conf) / sizeof(struct conf_var)) macro
540 LoadConfig(CONFIG_FILE, g_conf, NUM_CONF_VAR); in GlbInitWget()