HomeSort by relevance Sort by last modified time
    Searched refs:OperationConfig (Results 1 - 24 of 24) sorted by null

  /external/curl/src/
tool_operhlp.h 26 struct OperationConfig;
28 void clean_getout(struct OperationConfig *config);
tool_paramhlp.h 26 struct getout *new_getout(struct OperationConfig *config);
39 long proto2num(struct OperationConfig *config, long *val, const char *str);
43 CURLcode get_args(struct OperationConfig *config, const size_t i);
47 int ftpfilemethod(struct OperationConfig *config, const char *str);
49 int ftpcccmethod(struct OperationConfig *config, const char *str);
51 long delegation(struct OperationConfig *config, char *str);
tool_formparse.h 26 int formparse(struct OperationConfig *config,
tool_helpers.h 28 int SetHTTPrequest(struct OperationConfig *config, HttpReq req,
tool_doswin.h 38 CURLcode FindWin32CACert(struct OperationConfig *config,
tool_getparam.h 46 struct OperationConfig;
50 struct OperationConfig *operation);
tool_sdecls.h 54 * 'config' member is a pointer to associated 'OperationConfig' struct.
72 struct OperationConfig *config;
88 * 'config' member is a pointer to associated 'OperationConfig' struct.
93 struct OperationConfig *config;
146 * Complete struct declarations which have OperationConfig struct members,
tool_cb_prg.h 39 struct OperationConfig *config);
tool_cfgable.h 32 struct OperationConfig {
216 struct OperationConfig *prev;
217 struct OperationConfig *next; /* Always last in the struct */
238 struct OperationConfig *first;
239 struct OperationConfig *current;
240 struct OperationConfig *last; /* Always last in the struct */
243 void config_init(struct OperationConfig *config);
244 void config_free(struct OperationConfig *config);
tool_helpers.c 68 int SetHTTPrequest(struct OperationConfig *config, HttpReq req, HttpReq *store)
tool_metalink.h 27 struct OperationConfig;
107 void clean_metalink(struct OperationConfig *config);
119 int parse_metalink(struct OperationConfig *config, struct OutStruct *outs,
tool_cfgable.c 29 void config_init(struct OperationConfig* config)
31 memset(config, 0, sizeof(struct OperationConfig));
45 static void free_config_fields(struct OperationConfig *config)
146 void config_free(struct OperationConfig *config)
148 struct OperationConfig *last = config;
152 struct OperationConfig *prev = last->prev;
tool_paramhlp.c 40 struct getout *new_getout(struct OperationConfig *config)
244 long proto2num(struct OperationConfig *config, long *val, const char *str)
444 int ftpfilemethod(struct OperationConfig *config, const char *str)
459 int ftpcccmethod(struct OperationConfig *config, const char *str)
472 long delegation(struct OperationConfig *config, char *str)
495 CURLcode get_args(struct OperationConfig *config, const size_t i)
tool_cb_prg.c 104 struct OperationConfig *config)
tool_operhlp.c 37 void clean_getout(struct OperationConfig *config)
tool_cb_wrt.c 79 struct OperationConfig *config = outs->config;
tool_parsecfg.c 55 struct OperationConfig *operation = global->first;
234 operation->next = malloc(sizeof(struct OperationConfig));
tool_doswin.c 265 CURLcode FindWin32CACert(struct OperationConfig *config,
tool_main.c 143 config->first = config->last = malloc(sizeof(struct OperationConfig));
tool_metalink.c 794 int parse_metalink(struct OperationConfig *config, struct OutStruct *outs,
875 struct OperationConfig *config = outs->config;
962 void clean_metalink(struct OperationConfig *config)
tool_cb_dbg.c 47 struct OperationConfig *operation = userdata;
tool_formparse.c 143 int formparse(struct OperationConfig *config,
tool_getparam.c 387 struct OperationConfig *config)
    [all...]
tool_operate.c 191 struct OperationConfig *config)
    [all...]

Completed in 132 milliseconds