OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:curl_fileinfo
(Results
1 - 10
of
10
) sorted by null
/external/curl/lib/
fileinfo.c
31
struct
curl_fileinfo
*Curl_fileinfo_alloc(void)
33
struct
curl_fileinfo
*tmp = malloc(sizeof(struct
curl_fileinfo
));
36
memset(tmp, 0, sizeof(struct
curl_fileinfo
));
42
struct
curl_fileinfo
*finfo = element;
fileinfo.h
27
struct
curl_fileinfo
*Curl_fileinfo_alloc(void);
31
struct
curl_fileinfo
*Curl_fileinfo_dup(const struct
curl_fileinfo
*src);
wildcard.h
47
struct curl_llist *filelist; /* llist with struct
Curl_fileinfo
*/
ftplistparser.c
169
struct
curl_fileinfo
*file_data;
299
struct
curl_fileinfo
*finfo)
361
struct
curl_fileinfo
*finfo;
ftp.c
[
all
...]
/external/curl/docs/libcurl/opts/
CURLOPT_CHUNK_BGN_FUNCTION.3
42
The \fItransfer_info\fP pointer will point to a struct
curl_fileinfo
with
49
the FTP wildcard download, the target is
curl_fileinfo
structure (see
/external/curl/docs/examples/
ftp-wildcard.c
29
static long file_is_coming(struct
curl_fileinfo
*finfo,
92
static long file_is_coming(struct
curl_fileinfo
*finfo,
/external/curl/tests/libtest/
lib576.c
33
long chunk_bgn(const struct
curl_fileinfo
*finfo, void *ptr, int remains);
38
long chunk_bgn(const struct
curl_fileinfo
*finfo, void *ptr, int remains)
/external/curl/packages/OS400/
curl.inc.in
[
all
...]
/external/curl/include/curl/
curl.h
230
struct
curl_fileinfo
{
struct
[
all
...]
Completed in 273 milliseconds