Searched defs:options (Results 1 – 14 of 14) sorted by relevance
/curl/projects/ |
H A D | build-openssl.bat | 383 set options=debug-VC-WIN32 variable 385 set options=VC-WIN32 variable 390 set options=!options! no-asm variable 393 set options=debug-VC-WIN64A variable 395 set options=VC-WIN64A variable 414 set options=VC-WIN32 variable 416 set options=VC-WIN64A variable 422 set options=!options! --debug variable 424 set options=!options! --release variable 430 set options=!options! no-shared variable [all …]
|
/curl/tests/ |
H A D | dictserver.py | 52 def dictserver(options): argument 129 def setup_logging(options): argument 170 options = get_options() variable
|
H A D | smbserver.py | 109 def smbserver(options): argument 404 def setup_logging(options): argument 437 options = get_options() variable
|
H A D | negtelnetserver.py | 52 def telnetserver(options): argument 310 def setup_logging(options): argument 353 options = get_options() variable
|
/curl/lib/ |
H A D | http1.c | 60 static CURLcode trim_line(struct h1_req_parser *parser, int options) in trim_line() 103 const char *buf, const size_t buflen, int options, in next_line() 137 const char *scheme_default, int options) in start_req() 263 const char *scheme_default, int options, in Curl_h1_req_parse_read()
|
H A D | urlapi.c | 74 char *options; /* IMAP only? */ member 1504 char *options = u->options; in curl_url_get() local
|
H A D | asyn-ares.c | 177 struct ares_options options; in Curl_resolver_init() local
|
H A D | c-hyper.c | 828 hyper_clientconn_options *options = NULL; in Curl_http() local
|
H A D | cf-h1-proxy.c | 579 hyper_clientconn_options *options = NULL; in start_CONNECT() local
|
H A D | urldata.h | 838 char *options; /* options string, allocated */ member 1203 char *options; member
|
/curl/tests/unit/ |
H A D | unit1620.c | 51 char *options = NULL; in test_parse() local
|
/curl/tests/http/testenv/ |
H A D | curl.py | 821 def _raw(self, urls, intext='', timeout=None, options=None, insecure=False, argument 839 def _complete_args(self, urls, timeout=None, options=None, argument
|
/curl/lib/vauth/ |
H A D | digest.c | 220 static CURLcode auth_digest_get_qop_values(const char *options, int *value) in auth_digest_get_qop_values()
|
/curl/lib/vtls/ |
H A D | sectransp.c | 629 CFDictionaryRef options = CFDictionaryCreate(NULL, cKeys, cValues, in CopyIdentityFromPKCS12File() local
|
Completed in 46 milliseconds