Home
last modified time | relevance | path

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

/third_party/curl/src/
Dtool_parsecfg.h28 int parseconfig(const char *filename, struct GlobalConfig *config);
Dtool_parsecfg.c82 int parseconfig(const char *filename, struct GlobalConfig *global) in parseconfig() function
Dtool_getparam.c2268 if(parseconfig(nextarg, global)) { in getparameter()
Dtool_operate.c2921 parseconfig(NULL, global); /* ignore possible failure */ in operate()