Searched refs:ParameterError (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/src/
H A Dtool_paramhlp.h28 ParameterError file2string(char **bufp, FILE *file);
30 ParameterError file2memory(char **bufp, size_t *size, FILE *file);
40 ParameterError checkpasswd(const char *kind, char **userpwd);
42 ParameterError add2list(struct curl_slist **list, const char *ptr);
H A Dtool_getparam.h38 } ParameterError; typedef in typeref:enum:__anon131
40 ParameterError getparameter(char *flag,
H A Dtool_helpers.c45 ParameterError error = (ParameterError)res;
H A Dtool_paramhlp.c60 ParameterError file2string(char **bufp, FILE *file)
88 ParameterError file2memory(char **bufp, size_t *size, FILE *file)
302 ParameterError checkpasswd(const char *kind, /* for what purpose */
343 ParameterError add2list(struct curl_slist **list, const char *ptr)
H A Dtool_getparam.c284 ParameterError getparameter(char *flag, /* f or -long-flag */
299 ParameterError err;

Completed in 86 milliseconds