Searched refs:wildcard (Results 1 – 25 of 31) sorted by relevance
12
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_FNMATCH_FUNCTION.md | 18 CURLOPT_FNMATCH_FUNCTION - wildcard match callback 38 This callback is used for wildcard matching. 46 NULL == an internal function for wildcard matching.
|
H A D | CURLOPT_WILDCARDMATCH.md | 19 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 D | CURLOPT_CHUNK_BGN_FUNCTION.md | 17 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 D | CURLOPT_CHUNK_END_FUNCTION.md | 17 CURLOPT_CHUNK_END_FUNCTION - callback after a transfer with FTP wildcard match
|
H A D | CURLOPT_SSL_VERIFYHOST.md | 67 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 D | CURLOPT_NOPROXY.md | 32 if one is specified. The only wildcard available is a single * character,
|
H A D | CURLOPT_RESOLVE.md | 50 Specify the host as a single ampersand (`*`) to match all names. This wildcard
|
/curl/lib/ |
H A D | ftp.c | 3744 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 D | Makefile.mk | 145 ifneq ($(wildcard $(OPENSSL_INCLUDE)/openssl/srp.h),) 201 ifneq ($(wildcard $(OPENSSL_INCLUDE)/openssl/aead.h),)
|
H A D | transfer.c | 648 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 D | test1163 | 29 FTP wildcard with pattern ending with an open-bracket
|
H A D | test1162 | 29 FTP wildcard with crazy pattern
|
H A D | test1458 | 36 HTTP with wildcard --resolve
|
H A D | test1113 | 29 FTP wildcard download - changed fnmatch, 2x perform (DOS LIST response)
|
H A D | test1114 | 25 FTP wildcard download - skip/parser_correctness/CURLOPT_FNMATCH_FUNCTION (DOS)
|
H A D | test574 | 26 FTP wildcard download - changed fnmatch, 2x perform (Unix LIST response)
|
H A D | test575 | 27 FTP wildcard download - dup_handle and multi interface
|
H A D | test576 | 25 FTP wildcard download - skip/parser_correctness/CURLOPT_FNMATCH_FUNCTION (Unix)
|
/curl/.github/scripts/ |
H A D | badwords.txt | 11 wild-card:wildcard 12 wild card:wildcard
|
/curl/src/ |
H A D | Makefile.mk | 67 ifneq ($(wildcard tool_hugehelp.c.cvs),)
|
/curl/docs/cmdline-opts/ |
H A D | noproxy.md | 19 specified. The only wildcard is a single `*` character, which matches all
|
H A D | resolve.md | 43 Support for resolving with wildcard was added in 7.64.0.
|
/curl/docs/examples/ |
H A D | .gitignore | 18 ftp-wildcard
|
H A D | Makefile.inc | 39 ftp-wildcard \
|
/curl/docs/libcurl/ |
H A D | curl_easy_setopt.md | 132 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 39 milliseconds
12