Home
last modified time | relevance | path

Searched refs:matches (Results 1 – 25 of 44) sorted by relevance

12

/curl/docs/libcurl/opts/
H A DCURLOPT_WILDCARDMATCH.md46 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 DCURLMOPT_PIPELINING_SERVER_BL.md37 Note that the comparison matches if the Server: header begins with the string
H A DCURLOPT_FNMATCH_FUNCTION.md40 Return *CURL_FNMATCHFUNC_MATCH* if pattern matches the string,
H A DCURLINFO_PROXY_ERROR.md70 transfer returned a **CURLE_PROXY** error. That error code matches the
H A DCURLOPT_MAXAGE_CONN.md36 is to be done, libcurl considers any connection that matches for reuse. The
H A DCURLOPT_MAXLIFETIME_CONN.md38 matches for reuse. The CURLOPT_MAXLIFETIME_CONN(3) limit prevents
H A DCURLOPT_SSH_KNOWNHOSTS.md35 behavior on host and key matches and mismatches.
/curl/.github/scripts/
H A Dspellcheck.yaml26 - ':matches(code, pre)'
/curl/tests/data/
H A Dtest300035 HTTPS GET to localhost, first subject alt name matches, CN does not match
H A Dtest300135 HTTPS GET to localhost, last subject alt name matches, CN does not match
H A Dtest302335 HTTPS GET to localhost, first subject alt name matches, CN does not match (Schannel variant)
H A Dtest302435 HTTPS GET to localhost, last subject alt name matches, CN does not match (Schannel variant)
H A Dtest43760 # matches
H A Dtest205430 Connect to specific host: use the first "connect-to" string that matches
H A Dtest35662 # matches
H A Dtest190872 # matches
H A Dtest43881 # matches
H A Dtest35885 # matches
/curl/docs/cmdline-opts/
H A Dproxy-insecure.md26 right name which matches the hostname and that the certificate has been signed
H A Durl.md23 name matches DICT, FTP, IMAP, LDAP, POP3 or SMTP case insensitively, then that
H A Dnoproxy.md19 specified. The only wildcard is a single `*` character, which matches all
H A Dinsecure.md27 the right name which matches the hostname used in the URL and that the
/curl/lib/
H A Dcookie.c1356 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 Dcurl_strequal.md51 printf("Name and input matches\n");
H A Dcurl_strnequal.md54 printf("Name and input matches in the 5 first bytes\n");

Completed in 249 milliseconds

12