ZOO-Project: caching.h File Reference
ZOO-Project
caching.h File Reference
#include "ulinet.h"
#include "service.h"

Go to the source code of this file.

Search

Context Navigation

ZOO Sponsors

http://www.zoo-project.org/trac/chrome/site/img/geolabs-logo.pnghttp://www.zoo-project.org/trac/chrome/site/img/neogeo-logo.png http://www.zoo-project.org/trac/chrome/site/img/apptech-logo.png http://www.zoo-project.org/trac/chrome/site/img/3liz-logo.png http://www.zoo-project.org/trac/chrome/site/img/gateway-logo.png

Become a sponsor !

Knowledge partners

http://www.zoo-project.org/trac/chrome/site/img/ocu-logo.png http://www.zoo-project.org/trac/chrome/site/img/gucas-logo.png http://www.zoo-project.org/trac/chrome/site/img/polimi-logo.png http://www.zoo-project.org/trac/chrome/site/img/fem-logo.png http://www.zoo-project.org/trac/chrome/site/img/supsi-logo.png http://www.zoo-project.org/trac/chrome/site/img/cumtb-logo.png

Become a knowledge partner

Related links

http://zoo-project.org/img/ogclogo.png http://zoo-project.org/img/osgeologo.png

Functions

void addToCache (maps *, char *, char *, char *, int, char *, size_t)
 Cache a file for a given request. More...
 
char * isInCache (maps *, char *)
 Verify if a url is available in the cache. More...
 
int runHttpRequests (maps **, maps **, HINTERNET *, map **)
 Effectively run all the HTTP requests in the queue. More...
 
void addRequestToQueue (maps **, HINTERNET *, const char *, bool)
 Add a request in the download queue. More...
 
int loadRemoteFile (maps **, map **, HINTERNET *, char *)
 Try to load file from cache or download a remote file if not in cache. More...
 
char * getMd5f (char *)
 Compute md5 of a file. More...