Home
last modified time | relevance | path

Searched refs:elements (Results 1 – 9 of 9) sorted by relevance

/curl/src/
H A Dtool_urlglob.c48 if(!pat->content.Set.elements) in glob_fixed()
51 pat->content.Set.elements[0] = malloc(len + 1); in glob_fixed()
52 if(!pat->content.Set.elements[0]) in glob_fixed()
56 pat->content.Set.elements[0][len] = 0; in glob_fixed()
107 pat->content.Set.elements = NULL; in glob_set()
132 if(pat->content.Set.elements) { in glob_set()
139 pat->content.Set.elements = new_arr; in glob_set()
144 if(!pat->content.Set.elements) in glob_set()
550 if((pat->content.Set.elements) && in glob_next_url()
586 if(pat->content.Set.elements) { in glob_next_url()
[all …]
H A Dtool_urlglob.h40 char **elements; member
/curl/tests/libtest/
H A Dstub_gssapi.h92 void *elements; member
/curl/docs/libcurl/opts/
H A DCURLINFO_CERTINFO.md49 which is the number of elements in the array. Each certificate's list has
H A DCURLOPT_CRLFILE.md44 elements of the certificate chain if a CRL file is passed. Also note that
H A DCURLOPT_PROXY_CRLFILE.md44 requiring CRL check against all the elements of the certificate chain if a CRL
/curl/packages/vms/
H A Dbuild_curl-config_script.com122 $ ! Replace between pairs of @ by alternating the elements.
/curl/lib/
H A Dmemdebug.h58 CURL_EXTERN ALLOC_FUNC ALLOC_SIZE2(1, 2) void *curl_dbg_calloc(size_t elements,
/curl/tests/
H A Dftpserver.pl858 my @elements = split(/ /, $args);
861 for my $e (@elements) {

Completed in 49 milliseconds