Home
last modified time | relevance | path

Searched refs:wildcard (Results 1 – 25 of 31) sorted by relevance

12

/curl/docs/libcurl/opts/
H A DCURLOPT_FNMATCH_FUNCTION.md18 CURLOPT_FNMATCH_FUNCTION - wildcard match callback
38 This callback is used for wildcard matching.
46 NULL == an internal function for wildcard matching.
H A DCURLOPT_WILDCARDMATCH.md19 CURLOPT_WILDCARDMATCH - directory wildcard transfers
36 By default, libcurl uses its internal wildcard matching implementation. You
92 /* turn on wildcard matching */
101 /* See more on https://curl.se/libcurl/c/ftp-wildcard.html */
H A DCURLOPT_CHUNK_BGN_FUNCTION.md17 CURLOPT_CHUNK_BGN_FUNCTION - callback before a transfer with FTP wildcard match
73 the FTP wildcard download, the target is **curl_fileinfo** structure (see
H A DCURLOPT_CHUNK_END_FUNCTION.md17 CURLOPT_CHUNK_END_FUNCTION - callback after a transfer with FTP wildcard match
H A DCURLOPT_SSL_VERIFYHOST.md67 A certificate can have the name as a wildcard. The only asterisk (`*`) must
69 wildcard must further contain more than one period as it cannot be set for a
H A DCURLOPT_NOPROXY.md32 if one is specified. The only wildcard available is a single * character,
H A DCURLOPT_RESOLVE.md50 Specify the host as a single ampersand (`*`) to match all names. This wildcard
/curl/lib/
H A Dftp.c3744 struct WildcardData *wildcard = data->wildcard; in init_wc_data() local
3756 if(!wildcard->pattern) in init_wc_data()
3763 if(!wildcard->pattern) in init_wc_data()
3804 if(!wildcard->path) { in init_wc_data()
3827 wildcard->dtor = ZERO_NULL; in init_wc_data()
3828 wildcard->ftpwc = NULL; in init_wc_data()
3834 struct WildcardData * const wildcard = data->wildcard; in wc_statemach() local
3839 switch(wildcard->state) { in wc_statemach()
3937 wildcard->state = (Curl_llist_count(&wildcard->filelist) == 0) ? in wc_statemach()
3955 if(wildcard->dtor) { in wc_statemach()
[all …]
H A DMakefile.mk145 ifneq ($(wildcard $(OPENSSL_INCLUDE)/openssl/srp.h),)
201 ifneq ($(wildcard $(OPENSSL_INCLUDE)/openssl/aead.h),)
H A Dtransfer.c648 if(!data->wildcard) { in Curl_pretransfer()
649 data->wildcard = calloc(1, sizeof(struct WildcardData)); in Curl_pretransfer()
650 if(!data->wildcard) in Curl_pretransfer()
653 wc = data->wildcard; in Curl_pretransfer()
/curl/tests/data/
H A Dtest116329 FTP wildcard with pattern ending with an open-bracket
H A Dtest116229 FTP wildcard with crazy pattern
H A Dtest145836 HTTP with wildcard --resolve
H A Dtest111329 FTP wildcard download - changed fnmatch, 2x perform (DOS LIST response)
H A Dtest111425 FTP wildcard download - skip/parser_correctness/CURLOPT_FNMATCH_FUNCTION (DOS)
H A Dtest57426 FTP wildcard download - changed fnmatch, 2x perform (Unix LIST response)
H A Dtest57527 FTP wildcard download - dup_handle and multi interface
H A Dtest57625 FTP wildcard download - skip/parser_correctness/CURLOPT_FNMATCH_FUNCTION (Unix)
/curl/.github/scripts/
H A Dbadwords.txt11 wild-card:wildcard
12 wild card:wildcard
/curl/src/
H A DMakefile.mk67 ifneq ($(wildcard tool_hugehelp.c.cvs),)
/curl/docs/cmdline-opts/
H A Dnoproxy.md19 specified. The only wildcard is a single `*` character, which matches all
H A Dresolve.md43 Support for resolving with wildcard was added in 7.64.0.
/curl/docs/examples/
H A D.gitignore18 ftp-wildcard
H A DMakefile.inc39 ftp-wildcard \
/curl/docs/libcurl/
H A Dcurl_easy_setopt.md132 Callback for wildcard download start of chunk. See
141 Callback for wildcard download end of chunk. See CURLOPT_CHUNK_END_FUNCTION(3)
316 Data pointer to pass to the wildcard matching callback. See
321 Callback for wildcard matching. See CURLOPT_FNMATCH_FUNCTION(3)

Completed in 47 milliseconds

12