Home
last modified time | relevance | path

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

12

/curl/docs/libcurl/opts/
H A DCURLOPT_FNMATCH_FUNCTION.md17 CURLOPT_FNMATCH_FUNCTION - wildcard match callback
37 This callback is used for wildcard matching.
45 NULL == an internal function for wildcard matching.
H A DCURLOPT_WILDCARDMATCH.md18 CURLOPT_WILDCARDMATCH - directory wildcard transfers
35 By default, libcurl uses its internal wildcard matching implementation. You
89 /* turn on wildcard matching */
98 /* See more on https://curl.se/libcurl/c/ftp-wildcard.html */
H A DCURLOPT_CHUNK_BGN_FUNCTION.md16 CURLOPT_CHUNK_BGN_FUNCTION - callback before a transfer with FTP wildcard match
72 the FTP wildcard download, the target is **curl_fileinfo** structure (see
H A DCURLOPT_CHUNK_END_FUNCTION.md16 CURLOPT_CHUNK_END_FUNCTION - callback after a transfer with FTP wildcard match
H A DCURLOPT_NOPROXY.md31 if one is specified. The only wildcard available is a single * character,
/curl/src/
H A DMakefile.mk60 ifneq ($(wildcard tool_hugehelp.c.cvs),)
67 $(PROOT)/docs/curl.1: $(wildcard $(PROOT)/docs/cmdline-opts/*.d)
/curl/lib/
H A Dftp.c3903 struct WildcardData *wildcard = data->wildcard; in init_wc_data() local
3916 if(!wildcard->pattern) in init_wc_data()
3923 if(!wildcard->pattern) in init_wc_data()
3965 if(!wildcard->path) { in init_wc_data()
3989 wildcard->ftpwc = NULL; in init_wc_data()
3995 struct WildcardData * const wildcard = data->wildcard; in wc_statemach() local
4077 Curl_llist_remove(&wildcard->filelist, wildcard->filelist.head, NULL); in wc_statemach()
4094 Curl_llist_remove(&wildcard->filelist, wildcard->filelist.head, NULL); in wc_statemach()
4095 wildcard->state = (wildcard->filelist.size == 0) ? in wc_statemach()
4113 if(wildcard->dtor) { in wc_statemach()
[all …]
H A DMakefile.mk145 ifneq ($(wildcard $(OPENSSL_INCLUDE)/openssl/srp.h),)
193 ifneq ($(wildcard $(OPENSSL_INCLUDE)/openssl/aead.h),)
H A Dtransfer.c639 if(!data->wildcard) { in Curl_pretransfer()
640 data->wildcard = calloc(1, sizeof(struct WildcardData)); in Curl_pretransfer()
641 if(!data->wildcard) in Curl_pretransfer()
644 wc = data->wildcard; in Curl_pretransfer()
H A Dftplistparser.c311 struct WildcardData *wc = data->wildcard; in ftp_pl_insert_finfo()
369 struct ftp_wc *ftpwc = data->wildcard->ftpwc; in Curl_ftp_parselist()
H A Dmulti.c918 Curl_wildcard_dtor(&data->wildcard); in curl_multi_remove_handle()
2244 struct WildcardData *wc = data->wildcard;
2395 data->wildcard->state = CURLWC_DONE;
2621 if(data->wildcard->state != CURLWC_DONE) {
/curl/.github/scripts/
H A Dbadwords.txt11 wild-card:wildcard
12 wild card:wildcard
/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 Dtest57428 FTP wildcard download - changed fnmatch, 2x perform (Unix LIST response)
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 Dtest57527 FTP wildcard download - dup_handle and multi interface
H A Dtest57625 FTP wildcard download - skip/parser_correctness/CURLOPT_FNMATCH_FUNCTION (Unix)
/curl/docs/examples/
H A D.gitignore15 ftp-wildcard
H A DMakefile.inc39 ftp-wildcard \
/curl/docs/cmdline-opts/
H A Dnoproxy.md19 specified. The only wildcard is a single `*` character, which matches all
H A Dresolve.md44 Support for resolving with wildcard was added in 7.64.0.
/curl/docs/libcurl/
H A Dcurl_easy_setopt.md214 Callback for wildcard download start of chunk. See CURLOPT_CHUNK_BGN_FUNCTION(3)
218 Callback for wildcard download end of chunk. See CURLOPT_CHUNK_END_FUNCTION(3)
226 Callback for wildcard matching. See CURLOPT_FNMATCH_FUNCTION(3)
230 Data pointer to pass to the wildcard matching callback. See CURLOPT_FNMATCH_DATA(3)

Completed in 82 milliseconds

12