Home
last modified time | relevance | path

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

12

/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, const char *str);
Dtool_cfgable.h52 struct OperationConfig { struct
286 struct OperationConfig *prev; argument
287 struct OperationConfig *next; /* Always last in the struct */ argument
316 struct OperationConfig *first;
317 struct OperationConfig *current;
318 struct OperationConfig *last; /* Always last in the struct */
321 void config_init(struct OperationConfig *config);
322 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()
171 void config_free(struct OperationConfig *config) in config_free()
173 struct OperationConfig *last = config; in config_free()
177 struct OperationConfig *prev = last->prev; in config_free()
Dtool_metalink.h28 struct OperationConfig;
104 void clean_metalink(struct OperationConfig *config);
116 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_operhlp.h26 struct OperationConfig;
28 void clean_getout(struct OperationConfig *config);
Dtool_paramhlp.c41 struct getout *new_getout(struct OperationConfig *config) in new_getout()
261 long proto2num(struct OperationConfig *config, long *val, const char *str) in proto2num()
481 int ftpfilemethod(struct OperationConfig *config, const char *str) in ftpfilemethod()
496 int ftpcccmethod(struct OperationConfig *config, const char *str) in ftpcccmethod()
509 long delegation(struct OperationConfig *config, const char *str) in delegation()
532 CURLcode get_args(struct OperationConfig *config, const size_t i) in get_args()
Dtool_getparam.h50 struct OperationConfig;
54 struct OperationConfig *operation);
Dtool_helpers.c76 int SetHTTPrequest(struct OperationConfig *config, HttpReq req, HttpReq *store) in SetHTTPrequest()
99 void customrequest_helper(struct OperationConfig *config, HttpReq req, in customrequest_helper()
Dtool_cb_wrt.h34 struct OperationConfig *config);
Dtool_cb_hdr.h43 struct OperationConfig *config;
Dtool_cb_prg.h42 struct OperationConfig *config);
Dtool_cb_wrt.c53 struct OperationConfig *config) in tool_create_output_file()
112 struct OperationConfig *config = per->config; in tool_write_cb()
Dtool_cb_prg.c133 struct OperationConfig *config = per->config; in tool_progress_cb()
213 struct OperationConfig *config) in progressbarinit()
Dtool_sdecls.h92 struct OperationConfig *config;
Dtool_doswin.h60 CURLcode FindWin32CACert(struct OperationConfig *config,
Dtool_parsecfg.c82 struct OperationConfig *operation = global->last; in parseconfig()
253 operation->next = malloc(sizeof(struct OperationConfig)); in parseconfig()
Dtool_formparse.h63 int formparse(struct OperationConfig *config,
Dtool_cb_rea.c66 struct OperationConfig *config = per->config; in tool_readbusy_cb()
Dtool_operate.h33 struct OperationConfig *config; /* for this transfer */
Dtool_operhlp.c38 void clean_getout(struct OperationConfig *config) in clean_getout()
Dtool_formparse.c414 static int read_field_headers(struct OperationConfig *config, in read_field_headers()
476 static int get_param_part(struct OperationConfig *config, char endchar, in get_param_part()
737 int formparse(struct OperationConfig *config, in formparse()
Dtool_metalink.c747 int parse_metalink(struct OperationConfig *config, struct OutStruct *outs, in parse_metalink()
829 struct OperationConfig *config = per->config; in metalink_write_cb()
915 void clean_metalink(struct OperationConfig *config) in clean_metalink()
Dtool_main.c155 config->first = config->last = malloc(sizeof(struct OperationConfig)); in main_init()
Dtool_setopt.h102 struct OperationConfig *config,

12