HomeSort by relevance Sort by last modified time
    Searched refs:metalinkfile (Results 1 - 4 of 4) sorted by null

  /external/curl/src/
tool_metalink.h 77 typedef struct metalinkfile { struct
78 struct metalinkfile *next;
82 } metalinkfile; typedef in typeref:struct:metalinkfile
104 * Counts the resource in the metalinkfile.
106 int count_next_metalink_resource(metalinkfile *mlfile);
111 * Metalink and creates metalinkfile structs.
149 metalinkfile *mlfile,
tool_cfgable.h 234 metalinkfile *metalinkfile_list; /* point to the first node */
235 metalinkfile *metalinkfile_last; /* point to the last/current node */