Home
last modified time | relevance | path

Searched refs:OperationConfig (Results 1 – 24 of 24) sorted by relevance

/external/curl/src/
Dtool_paramhlp.h26 struct getout *new_getout(struct OperationConfig *config);
39 long proto2num(struct OperationConfig *config, long *val, const char *str);
45 CURLcode get_args(struct OperationConfig *config, const size_t i);
49 int ftpfilemethod(struct OperationConfig *config, const char *str);
51 int ftpcccmethod(struct OperationConfig *config, const char *str);
53 long delegation(struct OperationConfig *config, char *str);
Dtool_cfgable.h32 struct OperationConfig { struct
239 struct OperationConfig *prev; argument
240 struct OperationConfig *next; /* Always last in the struct */ argument
261 struct OperationConfig *first;
262 struct OperationConfig *current;
263 struct OperationConfig *last; /* Always last in the struct */
266 void config_init(struct OperationConfig *config);
267 void config_free(struct OperationConfig *config);
Dtool_cfgable.c29 void config_init(struct OperationConfig* config) in config_init()
31 memset(config, 0, sizeof(struct OperationConfig)); in config_init()
47 static void free_config_fields(struct OperationConfig *config) in free_config_fields()
161 void config_free(struct OperationConfig *config) in config_free()
163 struct OperationConfig *last = config; in config_free()
167 struct OperationConfig *prev = last->prev; in config_free()
Dtool_metalink.h27 struct OperationConfig;
107 void clean_metalink(struct OperationConfig *config);
119 int parse_metalink(struct OperationConfig *config, struct OutStruct *outs,
Dtool_helpers.h28 int SetHTTPrequest(struct OperationConfig *config, HttpReq req,
31 void customrequest_helper(struct OperationConfig *config, HttpReq req,
Dtool_paramhlp.c40 struct getout *new_getout(struct OperationConfig *config) in new_getout()
244 long proto2num(struct OperationConfig *config, long *val, const char *str) in proto2num()
467 int ftpfilemethod(struct OperationConfig *config, const char *str) in ftpfilemethod()
482 int ftpcccmethod(struct OperationConfig *config, const char *str) in ftpcccmethod()
495 long delegation(struct OperationConfig *config, char *str) in delegation()
518 CURLcode get_args(struct OperationConfig *config, const size_t i) in get_args()
Dtool_operhlp.h26 struct OperationConfig;
28 void clean_getout(struct OperationConfig *config);
Dtool_getparam.h47 struct OperationConfig;
51 struct OperationConfig *operation);
Dtool_sdecls.h72 struct OperationConfig *config;
93 struct OperationConfig *config;
Dtool_helpers.c70 int SetHTTPrequest(struct OperationConfig *config, HttpReq req, HttpReq *store) in SetHTTPrequest()
93 void customrequest_helper(struct OperationConfig *config, HttpReq req, in customrequest_helper()
Dtool_formparse.h26 int formparse(struct OperationConfig *config,
Dtool_cb_prg.h39 struct OperationConfig *config);
Dtool_doswin.h60 CURLcode FindWin32CACert(struct OperationConfig *config,
Dtool_parsecfg.c55 struct OperationConfig *operation = global->first; in parseconfig()
234 operation->next = malloc(sizeof(struct OperationConfig)); in parseconfig()
Dtool_cb_prg.c104 struct OperationConfig *config) in progressbarinit()
Dtool_operhlp.c38 void clean_getout(struct OperationConfig *config) in clean_getout()
Dtool_cb_wrt.c79 struct OperationConfig *config = outs->config; in tool_write_cb()
Dtool_main.c143 config->first = config->last = malloc(sizeof(struct OperationConfig)); in main_init()
Dtool_metalink.c788 int parse_metalink(struct OperationConfig *config, struct OutStruct *outs, in parse_metalink()
869 struct OperationConfig *config = outs->config; in metalink_write_cb()
956 void clean_metalink(struct OperationConfig *config) in clean_metalink()
Dtool_formparse.c143 int formparse(struct OperationConfig *config, in formparse()
Dtool_cb_dbg.c47 struct OperationConfig *operation = userdata; in tool_debug_cb()
Dtool_getparam.c424 struct OperationConfig *config) in getparameter()
2007 struct OperationConfig *operation = config->first; in parse_args()
2032 operation->next = malloc(sizeof(struct OperationConfig)); in parse_args()
Dtool_doswin.c640 CURLcode FindWin32CACert(struct OperationConfig *config, in FindWin32CACert()
Dtool_operate.c192 struct OperationConfig *config) in operate_do()
1947 struct OperationConfig *operation = config->first; in operate()