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

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/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_easysrc.h31 void dumpeasysrc(struct Configurable *config);
H A Dtool_msgs.h26 void warnf(struct Configurable *config, const char *fmt, ...);
H A Dtool_paramhlp.h26 struct getout *new_getout(struct Configurable *config);
36 long proto2num(struct Configurable *config, long *val, const char *str);
44 int ftpfilemethod(struct Configurable *config, const char *str);
46 int ftpcccmethod(struct Configurable *config, const char *str);
48 long delegation(struct Configurable *config, char *str);
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_doswin.h38 CURLcode FindWin32CACert(struct Configurable *config, const char *bundle_file);
H A Dtool_sdecls.h49 * 'config' member is a pointer to associated 'Configurable' struct.
63 struct Configurable *config;
76 * 'config' member is a pointer to associated 'Configurable' struct.
81 struct Configurable *config;
134 * Complete struct declarations which have Configurable struct members,
H A Dtool_cb_prg.h38 struct Configurable *config);
H A Dtool_getparam.h43 struct Configurable *config);
H A Dtool_operhlp.h30 void clean_getout(struct Configurable *config);
H A Dtool_main.c84 struct Configurable config;
86 memset(&config, 0, sizeof(struct Configurable));
H A Dtool_helpers.c68 int SetHTTPrequest(struct Configurable *config, HttpReq req, HttpReq *store)
H A Dtool_cb_skt.c46 struct Configurable *config = userdata;
H A Dtool_setopt.h26 CURLcode tool_setopt(CURL *curl, bool str, struct Configurable *config,
H A Dtool_paramhlp.c41 struct getout *new_getout(struct Configurable *config)
185 long proto2num(struct Configurable *config, long *val, const char *str)
354 int ftpfilemethod(struct Configurable *config, const char *str)
366 int ftpcccmethod(struct Configurable *config, const char *str)
376 long delegation(struct Configurable *config, char *str)
H A Dtool_cfgable.h28 struct Configurable { struct
199 }; /* struct Configurable */
201 void free_config_fields(struct Configurable *config);
H A Dtool_easysrc.c54 void dumpeasysrc(struct Configurable *config)
H A Dtool_msgs.c41 void warnf(struct Configurable *config, const char *fmt, ...)
H A Dtool_cb_prg.c101 struct Configurable *config)
H A Dtool_setopt.c36 CURLcode tool_setopt(CURL *curl, bool str, struct Configurable *config,
H A Dtool_cb_wrt.c44 struct Configurable *config = outs->config;
H A Dtool_cfgable.c30 void free_config_fields(struct Configurable *config)
H A Dtool_operhlp.c66 void clean_getout(struct Configurable *config)

Completed in 72 milliseconds

12