Searched refs:Configurable (Results 1 - 25 of 33) sorted by relevance

12

/macosx-10.9.5/curl-78.94.1/curl/src/
H A Dtool_operate.h26 int operate(struct Configurable *config, int argc, argv_item_t argv[]);
H A Dtool_parsecfg.h27 struct Configurable *config);
H A Dtool_msgs.h26 void warnf(struct Configurable *config, const char *fmt, ...);
H A Dtool_formparse.h26 int formparse(struct Configurable *config,
H A Dtool_helpers.h28 int SetHTTPrequest(struct Configurable *config, HttpReq req, HttpReq *store);
H A Dtool_getparam.h41 struct Configurable;
46 struct Configurable *config);
H A Dtool_paramhlp.h26 struct getout *new_getout(struct Configurable *config);
37 long proto2num(struct Configurable *config, long *val, const char *str);
45 int ftpfilemethod(struct Configurable *config, const char *str);
47 int ftpcccmethod(struct Configurable *config, const char *str);
49 long delegation(struct Configurable *config, char *str);
H A Dtool_doswin.h38 CURLcode FindWin32CACert(struct Configurable *config, const char *bundle_file);
H A Dtool_sdecls.h54 * 'config' member is a pointer to associated 'Configurable' struct.
72 struct Configurable *config;
88 * 'config' member is a pointer to associated 'Configurable' struct.
93 struct Configurable *config;
146 * Complete struct declarations which have Configurable struct members,
H A Dtool_cb_prg.h38 struct Configurable *config);
H A Dtool_helpers.c68 int SetHTTPrequest(struct Configurable *config, HttpReq req, HttpReq *store)
H A Dtool_operhlp.h30 void clean_getout(struct Configurable *config);
H A Dtool_main.c88 struct Configurable config;
90 memset(&config, 0, sizeof(struct Configurable));
H A Dtool_easysrc.h43 void dumpeasysrc(struct Configurable *config);
H A Dtool_metalink.h104 void clean_metalink(struct Configurable *config);
116 int parse_metalink(struct Configurable *config, struct OutStruct *outs,
145 int metalink_check_hash(struct Configurable *config,
H A Dtool_setopt.h70 CURLcode tool_setopt_enum(CURL *curl, struct Configurable *config,
73 CURLcode tool_setopt_flags(CURL *curl, struct Configurable *config,
76 CURLcode tool_setopt_bitmask(CURL *curl, struct Configurable *config,
79 CURLcode tool_setopt_httppost(CURL *curl, struct Configurable *config,
82 CURLcode tool_setopt_slist(CURL *curl, struct Configurable *config,
85 CURLcode tool_setopt(CURL *curl, bool str, struct Configurable *config,
H A Dtool_paramhlp.c39 struct getout *new_getout(struct Configurable *config)
197 long proto2num(struct Configurable *config, long *val, const char *str)
374 int ftpfilemethod(struct Configurable *config, const char *str)
386 int ftpcccmethod(struct Configurable *config, const char *str)
396 long delegation(struct Configurable *config, char *str)
H A Dtool_cfgable.h30 struct Configurable { struct
207 }; /* struct Configurable */
209 void free_config_fields(struct Configurable *config);
H A Dtool_msgs.c41 void warnf(struct Configurable *config, const char *fmt, ...)
H A Dtool_setopt.c213 CURLcode tool_setopt_enum(CURL *curl, struct Configurable *config,
246 CURLcode tool_setopt_flags(CURL *curl, struct Configurable *config,
288 CURLcode tool_setopt_bitmask(CURL *curl, struct Configurable *config,
331 CURLcode tool_setopt_httppost(CURL *curl, struct Configurable *config,
407 CURLcode tool_setopt_slist(CURL *curl, struct Configurable *config,
447 CURLcode tool_setopt(CURL *curl, bool str, struct Configurable *config,
H A Dtool_cb_prg.c99 struct Configurable *config)
H A Dtool_cb_wrt.c42 struct Configurable *config = outs->config;
H A Dtool_cfgable.c28 void free_config_fields(struct Configurable *config)
H A Dtool_operhlp.c60 void clean_getout(struct Configurable *config)
H A Dtool_doswin.c265 CURLcode FindWin32CACert(struct Configurable *config, const char *bundle_file)

Completed in 159 milliseconds

12