Home
last modified time | relevance | path

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

12

/third_party/curl/src/
Dtool_paramhlp.h26 struct getout *new_getout(struct OperationConfig *config);
40 long proto2num(struct OperationConfig *config, long *val, const char *str);
46 CURLcode get_args(struct OperationConfig *config, const size_t i);
50 int ftpfilemethod(struct OperationConfig *config, const char *str);
52 int ftpcccmethod(struct OperationConfig *config, const char *str);
54 long delegation(struct OperationConfig *config, const char *str);
Dtool_cfgable.h51 struct OperationConfig { struct
291 struct OperationConfig *prev; argument
292 struct OperationConfig *next; /* Always last in the struct */ argument
321 struct OperationConfig *first;
322 struct OperationConfig *current;
323 struct OperationConfig *last; /* Always last in the struct */
326 void config_init(struct OperationConfig *config);
327 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()
50 static void free_config_fields(struct OperationConfig *config) in free_config_fields()
175 void config_free(struct OperationConfig *config) in config_free()
177 struct OperationConfig *last = config; in config_free()
181 struct OperationConfig *prev = last->prev; in config_free()
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()
281 long proto2num(struct OperationConfig *config, long *val, const char *str) in proto2num()
501 int ftpfilemethod(struct OperationConfig *config, const char *str) in ftpfilemethod()
516 int ftpcccmethod(struct OperationConfig *config, const char *str) in ftpcccmethod()
529 long delegation(struct OperationConfig *config, const char *str) in delegation()
552 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.h84 struct OperationConfig *config;
Dtool_parsecfg.c82 struct OperationConfig *operation = global->last; in parseconfig()
253 operation->next = malloc(sizeof(struct OperationConfig)); in parseconfig()
Dtool_doswin.h60 CURLcode FindWin32CACert(struct OperationConfig *config,
Dtool_operate.h33 struct OperationConfig *config; /* for this transfer */
Dtool_formparse.h63 int formparse(struct OperationConfig *config,
Dtool_cb_rea.c66 struct OperationConfig *config = per->config; in tool_readbusy_cb()
Dtool_operhlp.c37 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()
740 int formparse(struct OperationConfig *config, in formparse()
Dtool_main.c159 config->first = config->last = malloc(sizeof(struct OperationConfig)); in main_init()
Dtool_setopt.h105 struct OperationConfig *config,
Dtool_operate.c109 struct OperationConfig *config,
324 struct OperationConfig *config = per->config; /* for the macro below */ in pre_transfer()
346 struct OperationConfig *config = per->config; in post_per_transfer()
628 static void single_transfer_cleanup(struct OperationConfig *config) in single_transfer_cleanup()
651 struct OperationConfig *config, in single_transfer()
2305 struct OperationConfig *config, in transfer_per_config()
2526 struct OperationConfig *operation = global->first; in operate()
Dtool_cb_dbg.c48 struct OperationConfig *operation = userdata; in tool_debug_cb()

12