Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_paramhlp.h26 struct getout *new_getout(struct OperationConfig *config);
38 long proto2num(struct OperationConfig *config, long *val, const char *str);
44 CURLcode get_args(struct OperationConfig *config, const size_t i);
48 int ftpfilemethod(struct OperationConfig *config, const char *str);
50 int ftpcccmethod(struct OperationConfig *config, const char *str);
52 long delegation(struct OperationConfig *config, char *str);
Dtool_cfgable.h40 struct OperationConfig { struct
266 struct OperationConfig *prev; argument
267 struct OperationConfig *next; /* Always last in the struct */ argument
289 struct OperationConfig *first;
290 struct OperationConfig *current;
291 struct OperationConfig *last; /* Always last in the struct */
294 void config_init(struct OperationConfig *config);
295 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()
49 static void free_config_fields(struct OperationConfig *config) in free_config_fields()
166 void config_free(struct OperationConfig *config) in config_free()
168 struct OperationConfig *last = config; in config_free()
172 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_paramhlp.c40 struct getout *new_getout(struct OperationConfig *config) in new_getout()
269 long proto2num(struct OperationConfig *config, long *val, const char *str) in proto2num()
496 int ftpfilemethod(struct OperationConfig *config, const char *str) in ftpfilemethod()
511 int ftpcccmethod(struct OperationConfig *config, const char *str) in ftpcccmethod()
524 long delegation(struct OperationConfig *config, char *str) in delegation()
547 CURLcode get_args(struct OperationConfig *config, const size_t i) in get_args()
Dtool_helpers.h28 int SetHTTPrequest(struct OperationConfig *config, HttpReq req,
31 void customrequest_helper(struct OperationConfig *config, HttpReq req,
Dtool_operhlp.h26 struct OperationConfig;
28 void clean_getout(struct OperationConfig *config);
Dtool_getparam.h49 struct OperationConfig;
53 struct OperationConfig *operation);
Dtool_sdecls.h72 struct OperationConfig *config;
93 struct OperationConfig *config;
Dtool_helpers.c74 int SetHTTPrequest(struct OperationConfig *config, HttpReq req, HttpReq *store) in SetHTTPrequest()
97 void customrequest_helper(struct OperationConfig *config, HttpReq req, in customrequest_helper()
Dtool_cb_hdr.h43 struct OperationConfig *config;
Dtool_parsecfg.c53 struct OperationConfig *operation = global->first; in parseconfig()
226 operation->next = malloc(sizeof(struct OperationConfig)); in parseconfig()
Dtool_cb_prg.h42 struct OperationConfig *config);
Dtool_doswin.h60 CURLcode FindWin32CACert(struct OperationConfig *config,
Dtool_formparse.h64 int formparse(struct OperationConfig *config,
Dtool_operhlp.c38 void clean_getout(struct OperationConfig *config) in clean_getout()
Dtool_metalink.c814 int parse_metalink(struct OperationConfig *config, struct OutStruct *outs, in parse_metalink()
895 struct OperationConfig *config = outs->config; in metalink_write_cb()
982 void clean_metalink(struct OperationConfig *config) in clean_metalink()
Dtool_formparse.c412 static int read_field_headers(struct OperationConfig *config, in read_field_headers()
474 static int get_param_part(struct OperationConfig *config, char endchar, in get_param_part()
736 int formparse(struct OperationConfig *config, in formparse()
Dtool_main.c154 config->first = config->last = malloc(sizeof(struct OperationConfig)); in main_init()
Dtool_cb_wrt.c79 struct OperationConfig *config = outs->config; in tool_write_cb()
Dtool_cb_prg.c193 struct OperationConfig *config) in progressbarinit()
Dtool_cb_dbg.c48 struct OperationConfig *operation = userdata; in tool_debug_cb()
Dtool_getparam.c496 struct OperationConfig *config) in getparameter()
2181 struct OperationConfig *operation = config->first; in parse_args()
2205 operation->next = malloc(sizeof(struct OperationConfig)); in parse_args()
Dtool_doswin.c641 CURLcode FindWin32CACert(struct OperationConfig *config, in FindWin32CACert()
Dtool_operate.c192 struct OperationConfig *config) in operate_do()
2081 struct OperationConfig *operation = config->first; in operate()