ZOO-Project
|
caching.h
Go to the documentation of this file.
int loadRemoteFile(maps **, map **, HINTERNET *, char *)
Try to load file from cache or download a remote file if not in cache.
Definition: caching.c:677
char * isInCache(maps *, char *)
Verify if a url is available in the cache.
Definition: caching.c:359
int runHttpRequests(maps **, maps **, HINTERNET *, map **)
Effectively run all the HTTP requests in the queue.
Definition: caching.c:618
void addToCache(maps *, char *, char *, char *, int, char *, size_t)
Cache a file for a given request.
Definition: caching.c:293
void addRequestToQueue(maps **, HINTERNET *, const char *, bool)
Add a request in the download queue.
Definition: caching.c:652
Generated on Wed Apr 2 2025 09:00:01 for ZOO-Project by
