Home
last modified time | relevance | path

Searched refs:LoadConfig (Results 1 – 6 of 6) sorted by relevance

/mOS-networking-stack/samples/common/
H A Dapplib.h45 LoadConfig(char *file_name, struct conf_var *vlist, int size);
H A Dapplib.c75 LoadConfig(char *file_name, struct conf_var *vlist, int size) in LoadConfig() function
/mOS-networking-stack/samples/epserver/
H A Depserver-mp.c362 if (LoadConfig(CONFIG_FILE, g_conf, NUM_CONF_VAR)) in GlobInitServer()
H A Depserver.c363 if (LoadConfig(CONFIG_FILE, g_conf, NUM_CONF_VAR)) in GlobInitServer()
/mOS-networking-stack/samples/epwget/
H A Depwget.c542 LoadConfig(CONFIG_FILE, g_conf, NUM_CONF_VAR); in GlbInitWget()
H A Depwget-mp.c540 LoadConfig(CONFIG_FILE, g_conf, NUM_CONF_VAR); in GlbInitWget()