Home
last modified time | relevance | path

Searched refs:valid (Results 1 – 25 of 103) sorted by relevance

12345

/curl/src/
H A Dtool_writeout.c158 bool valid = false; in writeTime() local
167 valid = true; in writeTime()
173 if(valid) { in writeTime()
403 if(valid) { in writeString()
433 valid = true; in writeLong()
439 valid = true; in writeLong()
443 valid = true; in writeLong()
447 valid = true; in writeLong()
461 if(valid) { in writeLong()
492 valid = true; in writeOffset()
[all …]
/curl/lib/vauth/
H A Dvauth.c131 bool valid = FALSE; in Curl_auth_user_contains_domain() local
137 valid = (p != NULL && p > user && p < user + strlen(user) - 1 ? TRUE : in Curl_auth_user_contains_domain()
144 valid = TRUE; in Curl_auth_user_contains_domain()
147 return valid; in Curl_auth_user_contains_domain()
/curl/tests/data/
H A Dtest60619 …bkey %LOGDIR/server/curl_client_key.pub -u not-a-valid-user: sftp://%HOSTIP:%SSHPORT%SSH_PWD/not-a…
H A Dtest60719 …bkey %LOGDIR/server/curl_client_key.pub -u not-a-valid-user: scp://%HOSTIP:%SSHPORT%SSH_PWD/not-a-
H A Dtest64933 …il-rcpt recipient@example.com --mail-from sender@example.com -F '=This is valid;encoder=7bit' -F "…
64 This is valid
H A Dtest62919 -u not-a-valid-user: scp://%HOSTIP:%SSHPORT%SSH_PWD/irrelevant-file --insecure
H A Dtest62819 -u not-a-valid-user: sftp://%HOSTIP:%SSHPORT%SSH_PWD/irrelevant-file --insecure
H A Dtest11321 FTP download, failed login: USER not valid
H A Dtest60419 …erver/curl_client_key.pub -u %USER: sftp://%HOSTIP:%SSHPORT%SSH_PWD/not-a-valid-file-moooo --insec…
H A Dtest60519 …server/curl_client_key.pub -u %USER: scp://%HOSTIP:%SSHPORT%SSH_PWD/not-a-valid-file-moooo --insec…
H A Dtest11421 FTP download, failed login: PASS not valid
H A Dtest65619 …erver/curl_client_key.pub -u %USER: sftp://%HOSTIP:%SSHPORT%SSH_PWD/not-a-valid-file-moooo --insec…
H A Dtest112034 # Strip all valid kinds of PORT and EPRT that curl can send
H A Dtest53827 FTP multi-interface download, failed login: PASS not valid
H A Dtest106328 # This range value is 2**32+7, which will be truncated to the valid value 7
H A Dtest80818 * OK [UIDVALIDITY 3857529045] UIDs valid
H A Dtest62019 …rl_client_key.pub -u %USER: sftp://%HOSTIP:%SSHPORT%SSH_PWD/%LOGDIR/not-a-valid-file-moooo sftp://…
H A Dtest62119 …url_client_key.pub -u %USER: scp://%HOSTIP:%SSHPORT%SSH_PWD/%LOGDIR/not-a-valid-file-moooo scp://%…
H A Dtest220126 MQTT PUBLISH with user and password valid
/curl/scripts/
H A Dmk-ca-bundle.pl439 my $valid = 0;
468 $valid = 0;
510 $valid = 0;
513 $valid = 1;
519 elsif(!$valid) {
589 $valid = 0;
/curl/docs/libcurl/opts/
H A DCURLOPT_HTTP200ALIASES.md29 Pass a pointer to a linked list of *aliases* to be treated as valid HTTP 200
34 treated as a valid HTTP header line such as "HTTP/1.0 200 OK".
36 The linked list should be a fully valid list of struct curl_slist structs, and
H A DCURLOPT_SSL_CIPHER_LIST.md45 For OpenSSL and GnuTLS valid examples of cipher lists include **RC4-SHA**,
49 For WolfSSL, valid examples of cipher lists include **ECDHE-RSA-RC4-SHA**,
52 For mbedTLS and BearSSL, valid examples of cipher lists include
H A DCURLOPT_PROXY_SSL_CIPHER_LIST.md46 For OpenSSL and GnuTLS valid examples of cipher lists include **RC4-SHA**,
50 For WolfSSL, valid examples of cipher lists include **ECDHE-RSA-RC4-SHA**,
53 For mbedTLS and BearSSL, valid examples of cipher lists include
/curl/m4/
H A Dxc-translit.m444 dnl example [*+], [*], and [+] are valid 'extra' args.
68 dnl example [*+], [*], and [+] are valid 'extra' args.
100 dnl example [*+], [*], and [+] are valid 'extra' args.
130 dnl example [*+], [*], and [+] are valid 'extra' args.
/curl/docs/cmdline-opts/
H A Dciphers.md22 specify valid ciphers. Read up on SSL cipher list details on this URL:

Completed in 40 milliseconds

12345