Home
last modified time | relevance | path

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

/dports/games/jfsw/jfsw-c434002/jfbuild/src/
H A Dpolymosttexcache.c49 typedef struct PTCacheIndex_typ PTCacheIndex; typedef
51 static PTCacheIndex * cachehead[PTCACHEHASHSIZ]; // will be initialized 0 by .bss segment
85 PTCacheIndex * pci = (PTCacheIndex *) malloc(sizeof(PTCacheIndex) + strlen(filename) + 1); in ptcache_addhash()
87 pci->filename = (char *) pci + sizeof(PTCacheIndex); in ptcache_addhash()
104 static PTCacheIndex * ptcache_findhash(const char * filename, int effects, int flags) in ptcache_findhash()
106 PTCacheIndex * pci; in ptcache_findhash()
142 PTCacheIndex * pci; in PTCacheLoadIndex()
245 PTCacheIndex * pci, * next; in PTCacheUnloadIndex()
360 PTCacheIndex * pci; in PTCacheLoadTile()
442 PTCacheIndex * pci; in PTCacheWriteTile()