Home
last modified time | relevance | path

Searched refs:URLCacheRec (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dnavigate.c90 static struct URLCacheRec *firstURLCache=NULL, *lastURLCache=NULL;
256 struct URLCacheRec *url_cache; in FreeAnURLCache()
268 struct URLCacheRec *next_cache; in CleanUpURLCache()
413 struct URLCacheRec *url_cache; in UnlinkURLCache()
432 struct URLCacheRec *prev_url, *next_url, *url_cache; in InsertURLCache()
450 struct URLCacheRec *url_cache; in UpdateLRU()
456 struct URLCacheRec *FindURLCache(psz_url, update_lru) in FindURLCache()
461 struct URLCacheRec *url_cache;
490 struct URLCacheRec *url_cache;
512 url_cache = (struct URLCacheRec*)malloc(sizeof(struct URLCacheRec));
[all …]
H A Dnavigate.e48 extern void UpdateLRU ARGS_DECL((struct URLCacheRec *url_cache));
49 extern struct URLCacheRec *FindURLCache ARGS_DECL((char *psz_url,
H A Dtypes.h609 struct URLCacheRec { struct
612 struct URLCacheRec *next, *prev; argument
H A Dremote.c1177 struct URLCacheRec *url_cache=NULL;