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

1 2

  /external/curl/src/
tool_helpers.h 28 int SetHTTPrequest(struct OperationConfig *config, HttpReq req,
31 void customrequest_helper(struct OperationConfig *config, HttpReq req,
tool_operhlp.h 26 struct OperationConfig;
28 void clean_getout(struct OperationConfig *config);
tool_paramhlp.h 26 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);
tool_formparse.h 26 int formparse(struct OperationConfig *config,
tool_getparam.h 49 struct OperationConfig;
53 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;
144 * Complete struct declarations which have OperationConfig struct members,
tool_cfgable.h 38 struct OperationConfig {
253 struct OperationConfig *prev;
254 struct OperationConfig *next; /* Always last in the struct */
275 struct OperationConfig *first;
276 struct OperationConfig *current;
277 struct OperationConfig *last; /* Always last in the struct */
280 void config_init(struct OperationConfig *config);
281 void config_free(struct OperationConfig *config);
tool_helpers.c 74 int SetHTTPrequest(struct OperationConfig *config, HttpReq req, HttpReq *store)
97 void customrequest_helper(struct OperationConfig *config, HttpReq req,
tool_cb_prg.h 42 struct OperationConfig *config);
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));
47 static void free_config_fields(struct OperationConfig *config)
161 void config_free(struct OperationConfig *config)
163 struct OperationConfig *last = config;
167 struct OperationConfig *prev = last->prev;
tool_doswin.h 60 CURLcode FindWin32CACert(struct OperationConfig *config,
tool_paramhlp.c 40 struct getout *new_getout(struct OperationConfig *config)
269 long proto2num(struct OperationConfig *config, long *val, const char *str)
497 int ftpfilemethod(struct OperationConfig *config, const char *str)
512 int ftpcccmethod(struct OperationConfig *config, const char *str)
525 long delegation(struct OperationConfig *config, char *str)
548 CURLcode get_args(struct OperationConfig *config, const size_t i)
tool_cb_wrt.c 79 struct OperationConfig *config = outs->config;
tool_operhlp.c 38 void clean_getout(struct OperationConfig *config)
tool_parsecfg.c 55 struct OperationConfig *operation = global->first;
230 operation->next = malloc(sizeof(struct OperationConfig));
tool_cb_prg.c 174 struct OperationConfig *config)
tool_main.c 152 config->first = config->last = malloc(sizeof(struct OperationConfig));
tool_formparse.c 120 static int read_field_headers(struct OperationConfig *config,
183 static int get_param_part(struct OperationConfig *config, char endchar,
549 int formparse(struct OperationConfig *config,
tool_cb_dbg.c 48 struct OperationConfig *operation = userdata;
tool_doswin.c 640 CURLcode FindWin32CACert(struct OperationConfig *config,
tool_metalink.c 814 int parse_metalink(struct OperationConfig *config, struct OutStruct *outs,
895 struct OperationConfig *config = outs->config;
982 void clean_metalink(struct OperationConfig *config)
tool_getparam.c 484 struct OperationConfig *config)
    [all...]
  /system/security/keystore/
operation_proto_handler.cpp 31 void determinePurpose(KeyPurpose purpose, OperationConfig* operationConfig) {
34 operationConfig->set_purpose("verify");
37 operationConfig->set_purpose("encrypt");
40 operationConfig->set_purpose("sign");
43 operationConfig->set_purpose("decrypt");
46 operationConfig->set_purpose("wrap");
54 OperationConfig* operationConfig) {
58 operationConfig->set_algorithm(toString(accessTagValue(TAG_ALGORITHM, opParam)))
    [all...]
operation_config.proto 23 message OperationConfig {

Completed in 408 milliseconds

1 2