/curl/lib/ |
H A D | setopt.c | 112 static CURLcode setstropt_userpwd(char *option, char **userp, char **passwdp) in setstropt_userpwd() 142 static CURLcode setstropt_interface(char *option, char **devp, in setstropt_interface() 258 static CURLcode setopt_long(struct Curl_easy *data, CURLoption option, in setopt_long() 1420 static CURLcode setopt_slist(struct Curl_easy *data, CURLoption option, in setopt_slist() 1517 static CURLcode setopt_pointers(struct Curl_easy *data, CURLoption option, in setopt_pointers() 1669 static CURLcode setopt_cptr(struct Curl_easy *data, CURLoption option, in setopt_cptr() 2699 static CURLcode setopt_func(struct Curl_easy *data, CURLoption option, in setopt_func() 2873 static CURLcode setopt_offt(struct Curl_easy *data, CURLoption option, in setopt_offt() 2952 static CURLcode setopt_blob(struct Curl_easy *data, CURLoption option, in setopt_blob() 3020 CURLcode Curl_vsetopt(struct Curl_easy *data, CURLoption option, va_list param) in Curl_vsetopt()
|
H A D | telnet.c | 270 static void printoption(struct Curl_easy *data, in printoption() 306 static void send_negotiation(struct Curl_easy *data, int cmd, int option) in send_negotiation() 326 void set_remote_option(struct Curl_easy *data, int option, int newstate) in set_remote_option() 400 void rec_will(struct Curl_easy *data, int option) in rec_will() 448 void rec_wont(struct Curl_easy *data, int option) in rec_wont() 490 set_local_option(struct Curl_easy *data, int option, int newstate) in set_local_option() 564 void rec_do(struct Curl_easy *data, int option) in rec_do() 624 void rec_dont(struct Curl_easy *data, int option) in rec_dont() 822 char *option = head->data; in check_telnet_options() local 1008 static void sendsuboption(struct Curl_easy *data, int option) in sendsuboption()
|
H A D | share.c | 56 curl_share_setopt(CURLSH *sh, CURLSHoption option, ...) in curl_share_setopt()
|
H A D | tftp.c | 290 const char **option, const char **value) in tftp_option_get() 321 const char *option, *value; in tftp_parse_option_ack() local 385 char *buf, const char *option) in tftp_option_add()
|
H A D | formdata.c | 217 CURLformoption option; in FormAdd() local
|
H A D | altsvc.c | 524 char option[32]; in Curl_altsvc_parse() local
|
H A D | multi.c | 3624 CURLMoption option, ...)
|
/curl/include/curl/ |
H A D | typecheck-gcc.h | 43 #define curl_easy_setopt(handle, option, value) \ argument 253 #define curlcheck_long_option(option) \ argument 256 #define curlcheck_off_t_option(option) \ argument 260 #define curlcheck_string_option(option) \ argument 355 #define curlcheck_write_cb_option(option) \ argument 360 #define curlcheck_conv_cb_option(option) \ argument 366 #define curlcheck_cb_data_option(option) \ argument 391 #define curlcheck_postfields_option(option) \ argument 397 #define curlcheck_slist_option(option) \ argument
|
H A D | curl.h | 2554 CURLformoption option; member
|
/curl/tests/libtest/ |
H A D | lib2405.c | 57 #define test_run_check(option, expected_fds) do { \ argument 76 static CURLcode set_easy(char *URL, CURL *easy, long option) in set_easy() 118 static CURLcode test_run(char *URL, long option, unsigned int *max_fd_count) in test_run()
|
/curl/src/ |
H A D | tool_parsecfg.c | 91 char *option; in parseconfig() local
|
/curl/packages/OS400/ |
H A D | ccsidcurl.c | 668 Curl_is_formadd_string(CURLformoption option) in Curl_is_formadd_string() 747 CURLformoption option; in curl_formadd_ccsid() local 1484 const struct curl_easyoption *option = NULL; in curl_easy_option_by_name_ccsid() local 1500 curl_easy_option_get_name_ccsid(const struct curl_easyoption *option, in curl_easy_option_get_name_ccsid()
|
/curl/tests/server/ |
H A D | tftpd.c | 899 const char *option = "mode"; /* mode is implicit */ in do_tftp() local
|