/curl/src/ |
H A D | tool_cfgable.c | 33 void config_init(struct OperationConfig *config) in config_init() 51 static void free_config_fields(struct OperationConfig *config) in free_config_fields() 186 void config_free(struct OperationConfig *config) in config_free()
|
H A D | tool_msgs.c | 44 static void voutf(struct GlobalConfig *config, in voutf() 95 void notef(struct GlobalConfig *config, const char *fmt, ...) in notef() 108 void warnf(struct GlobalConfig *config, const char *fmt, ...) in warnf() 142 void errorf(struct GlobalConfig *config, const char *fmt, ...) in errorf()
|
H A D | tool_helpers.c | 83 int SetHTTPrequest(struct OperationConfig *config, HttpReq req, HttpReq *store) in SetHTTPrequest() 107 void customrequest_helper(struct OperationConfig *config, HttpReq req, in customrequest_helper()
|
H A D | tool_main.c | 141 static CURLcode main_init(struct GlobalConfig *config) in main_init() 187 static void free_globalconfig(struct GlobalConfig *config) in free_globalconfig() 202 static void main_free(struct GlobalConfig *config) in main_free()
|
H A D | tool_cb_rea.c | 49 struct OperationConfig *config = per->config; in tool_read_cb() local 118 struct OperationConfig *config = per->config; in tool_readbusy_cb() local
|
H A D | tool_cb_prg.c | 138 struct OperationConfig *config = per->config; in tool_progress_cb() local 236 struct OperationConfig *config) in progressbarinit()
|
H A D | tool_setopt.c | 269 CURLcode tool_setopt_enum(CURL *curl, struct GlobalConfig *config, in tool_setopt_enum() 307 CURLcode tool_setopt_SSLVERSION(CURL *curl, struct GlobalConfig *config, in tool_setopt_SSLVERSION() 351 CURLcode tool_setopt_bitmask(CURL *curl, struct GlobalConfig *config, in tool_setopt_bitmask() 428 struct GlobalConfig *config, in libcurl_generate_mime_part() 538 struct GlobalConfig *config, in libcurl_generate_mime() 563 CURLcode tool_setopt_mimepost(CURL *curl, struct GlobalConfig *config, in tool_setopt_mimepost() 583 CURLcode tool_setopt_slist(CURL *curl, struct GlobalConfig *config, in tool_setopt_slist() 606 struct OperationConfig *config, in tool_setopt()
|
H A D | tool_cb_wrt.c | 53 struct OperationConfig *config) in tool_create_output_file() 140 struct OperationConfig *config = per->config; in tool_write_cb() local
|
H A D | tool_cb_hdr.h | 45 struct OperationConfig *config; member
|
H A D | tool_paramhlp.c | 42 struct getout *new_getout(struct OperationConfig *config) in new_getout() 363 ParameterError proto2num(struct OperationConfig *config, in proto2num() 595 int ftpfilemethod(struct OperationConfig *config, const char *str) in ftpfilemethod() 610 int ftpcccmethod(struct OperationConfig *config, const char *str) in ftpcccmethod() 623 long delegation(struct OperationConfig *config, const char *str) in delegation() 668 CURLcode get_args(struct OperationConfig *config, const size_t i) in get_args()
|
H A D | tool_operate.c | 188 struct OperationConfig *config = (struct OperationConfig *)clientp; in sockopt_callback() local 420 struct OperationConfig *config = per->config; /* for the macro below */ in pre_transfer() local 436 void single_transfer_cleanup(struct OperationConfig *config) in single_transfer_cleanup() 460 struct OperationConfig *config = per->config; in post_per_transfer() local 782 struct OperationConfig *config, in url_proto_and_rewrite() 840 static CURLcode set_cert_types(struct OperationConfig *config) in set_cert_types() 881 struct OperationConfig *config, in config2setopts() 1768 struct OperationConfig *config, in append2query() 1804 struct OperationConfig *config, in single_transfer() 2990 static CURLcode cacertpaths(struct OperationConfig *config) in cacertpaths() [all …]
|
H A D | tool_getparam.c | 675 struct OperationConfig *config, in sethttpver() 686 const char *config) in set_trace_config() 816 struct OperationConfig *config) in url_query() 853 struct OperationConfig *config) in set_data() 1029 struct OperationConfig *config) in getparameter() 2694 struct OperationConfig *config = global->first; in parse_args() local
|
H A D | tool_formparse.c | 327 static char *get_param_word(struct OperationConfig *config, char **str, in get_param_word() 399 static int read_field_headers(struct OperationConfig *config, in read_field_headers() 460 static int get_param_part(struct OperationConfig *config, char endchar, in get_param_part() 715 int formparse(struct OperationConfig *config, in formparse()
|
H A D | tool_ipfs.c | 138 struct OperationConfig *config) in ipfs_url_rewrite()
|
H A D | tool_formparse.h | 58 struct GlobalConfig *config; /* For access from callback. */ member
|
H A D | tool_operhlp.c | 38 void clean_getout(struct OperationConfig *config) in clean_getout()
|
H A D | tool_easysrc.c | 173 void dumpeasysrc(struct GlobalConfig *config) in dumpeasysrc()
|
H A D | tool_cb_dbg.c | 95 struct GlobalConfig *config = operation->global; in tool_debug_cb() local
|
H A D | tool_progress.c | 88 struct OperationConfig *config = per->config; in xferinfo_cb() local
|
H A D | tool_operate.h | 35 struct OperationConfig *config; /* for this transfer */ member
|
H A D | tool_doswin.c | 589 CURLcode FindWin32CACert(struct OperationConfig *config, in FindWin32CACert()
|
/curl/docs/examples/ |
H A D | debug.c | 91 struct data *config = (struct data *)userp; in my_trace() local 129 struct data config; in main() local
|
/curl/tests/http/ |
H A D | conftest.py | 37 def pytest_report_header(config): argument
|
/curl/tests/libtest/ |
H A D | lib552.c | 92 struct testdata *config = (struct testdata *)userp; in my_trace() local 173 struct testdata config; in test() local
|
/curl/lib/ |
H A D | curl_trc.c | 359 static CURLcode trc_opt(const char *config) in trc_opt() 400 CURLcode Curl_trc_opt(const char *config) in Curl_trc_opt()
|