Home
last modified time | relevance | path

Searched defs:metalinkfile (Results 1 – 6 of 6) sorted by relevance

/dports/audio/lewton/lewton-0.10.2/cargo-crates/curl-sys-0.4.25/curl/src/
H A Dtool_metalink.h78 typedef struct metalinkfile { struct
79 struct metalinkfile *next; argument
83 } metalinkfile; argument
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/curl/src/
H A Dtool_metalink.h78 typedef struct metalinkfile { struct
79 struct metalinkfile *next; argument
83 } metalinkfile; argument
/dports/net/proby/proby-1.0.2/cargo-crates/curl-sys-0.4.34+curl-7.71.1/curl/src/
H A Dtool_metalink.h72 struct metalinkfile { struct
73 struct metalinkfile *next; argument
74 char *filename;
75 struct metalink_checksum *checksum;
99 * Counts the resource in the metalinkfile. argument
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/curl-sys-0.4.41+curl-7.75.0/curl/src/
H A Dtool_metalink.h72 struct metalinkfile { struct
73 struct metalinkfile *next; argument
74 char *filename;
75 struct metalink_checksum *checksum;
99 * Counts the resource in the metalinkfile. argument
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/curl-sys-0.4.39+curl-7.74.0/curl/src/
H A Dtool_metalink.h72 struct metalinkfile { struct
73 struct metalinkfile *next; argument
74 char *filename;
75 struct metalink_checksum *checksum;
99 * Counts the resource in the metalinkfile. argument
/dports/ftp/wxdfast/wxdfast-0.6.0/src/
H A DDownloadThread.cpp291 mMetalinkDocument metalinkfile; in Entry() local