Home
last modified time | relevance | path

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

12345

/curl/src/
H A Dtool_writeout.c168 valid = true; in writeTime()
174 if(valid) { in writeTime()
414 if(valid) { in writeString()
444 valid = true; in writeLong()
450 valid = true; in writeLong()
455 valid = true; in writeLong()
459 valid = true; in writeLong()
463 valid = true; in writeLong()
477 if(valid) { in writeLong()
508 valid = true; in writeOffset()
[all …]
H A Dtool_doswin.c674 LONG valid; member
683 if(InterlockedExchange(&TerminalSettings.valid, (LONG)FALSE)) in restore_terminal()
720 (void)InterlockedExchange(&TerminalSettings.valid, (LONG)TRUE); in init_terminal()
730 (void)InterlockedExchange(&TerminalSettings.valid, (LONG)FALSE); in init_terminal()
/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); in Curl_auth_user_contains_domain()
143 valid = TRUE; in Curl_auth_user_contains_domain()
146 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 Dtest62819 -u not-a-valid-user: sftp://%HOSTIP:%SSHPORT%SSH_PWD/irrelevant-file --insecure
H A Dtest62919 -u not-a-valid-user: scp://%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 Dtest65619 …erver/curl_client_key.pub -u %USER: sftp://%HOSTIP:%SSHPORT%SSH_PWD/not-a-valid-file-moooo --insec…
H A Dtest11421 FTP download, failed login: PASS not valid
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 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 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 Dtest220126 MQTT PUBLISH with user and password valid
H A Dtest14437 # Strip all valid kinds of PORT and EPRT that curl can send
H A Dtest10339 # Strip all valid kinds of PORT and EPRT that curl can send
/curl/docs/libcurl/opts/
H A DCURLOPT_HTTP200ALIASES.md30 Pass a pointer to a linked list of *aliases* to be treated as valid HTTP 200
35 treated as a valid HTTP header line such as "HTTP/1.0 200 OK".
37 The linked list should be a fully valid list of struct curl_slist structs, and
/curl/scripts/
H A Dmk-ca-bundle.pl440 my $valid = 0;
469 $valid = 0;
511 $valid = 0;
514 $valid = 1;
520 elsif(!$valid) {
/curl/docs/cmdline-opts/
H A Dvlan-priority.md23 The valid range for \<priority\> is 0 to 7.
H A Dciphers.md22 TLS 1.2 (1.1, 1.0). The list of ciphers suites must specify valid ciphers.

Completed in 33 milliseconds

12345