Searched refs:matches (Results 1 – 25 of 44) sorted by relevance
12
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_WILDCARDMATCH.md | 46 matches all `.txt` files in the root directory. Only two asterisks are allowed 51 Question mark matches any (exactly one) character. 59 right bracket and matches exactly one character. Some examples follow: 71 **[][-!^]** - special case - matches only '-', ']', '[', '!' or '^'. These
|
H A D | CURLMOPT_PIPELINING_SERVER_BL.md | 37 Note that the comparison matches if the Server: header begins with the string
|
H A D | CURLOPT_FNMATCH_FUNCTION.md | 40 Return *CURL_FNMATCHFUNC_MATCH* if pattern matches the string,
|
H A D | CURLINFO_PROXY_ERROR.md | 70 transfer returned a **CURLE_PROXY** error. That error code matches the
|
H A D | CURLOPT_MAXAGE_CONN.md | 36 is to be done, libcurl considers any connection that matches for reuse. The
|
H A D | CURLOPT_MAXLIFETIME_CONN.md | 38 matches for reuse. The CURLOPT_MAXLIFETIME_CONN(3) limit prevents
|
H A D | CURLOPT_SSH_KNOWNHOSTS.md | 35 behavior on host and key matches and mismatches.
|
/curl/.github/scripts/ |
H A D | spellcheck.yaml | 26 - ':matches(code, pre)'
|
/curl/tests/data/ |
H A D | test3000 | 35 HTTPS GET to localhost, first subject alt name matches, CN does not match
|
H A D | test3001 | 35 HTTPS GET to localhost, last subject alt name matches, CN does not match
|
H A D | test3023 | 35 HTTPS GET to localhost, first subject alt name matches, CN does not match (Schannel variant)
|
H A D | test3024 | 35 HTTPS GET to localhost, last subject alt name matches, CN does not match (Schannel variant)
|
H A D | test437 | 60 # matches
|
H A D | test2054 | 30 Connect to specific host: use the first "connect-to" string that matches
|
H A D | test356 | 62 # matches
|
H A D | test1908 | 72 # matches
|
H A D | test438 | 81 # matches
|
H A D | test358 | 85 # matches
|
/curl/docs/cmdline-opts/ |
H A D | proxy-insecure.md | 26 right name which matches the hostname and that the certificate has been signed
|
H A D | url.md | 23 name matches DICT, FTP, IMAP, LDAP, POP3 or SMTP case insensitively, then that
|
H A D | noproxy.md | 19 specified. The only wildcard is a single `*` character, which matches all
|
H A D | insecure.md | 27 the right name which matches the hostname used in the URL and that the
|
/curl/lib/ |
H A D | cookie.c | 1356 size_t matches = 0; in Curl_cookie_getlist() local 1399 matches++; in Curl_cookie_getlist() 1400 if(matches >= MAX_COOKIE_SEND_AMOUNT) { in Curl_cookie_getlist() 1402 matches); in Curl_cookie_getlist() 1410 if(matches) { in Curl_cookie_getlist() 1420 array = malloc(sizeof(struct Cookie *) * matches); in Curl_cookie_getlist() 1430 qsort(array, matches, sizeof(struct Cookie *), cookie_sort); in Curl_cookie_getlist() 1435 for(i = 0; i < matches; i++) in Curl_cookie_getlist()
|
/curl/docs/libcurl/ |
H A D | curl_strequal.md | 51 printf("Name and input matches\n");
|
H A D | curl_strnequal.md | 54 printf("Name and input matches in the 5 first bytes\n");
|
Completed in 29 milliseconds
12