Searched defs:strcache (Results 1 – 2 of 2) sorted by relevance
31 struct strcache { struct32 struct strcache *next; /* The next block of strings. */ argument40 static struct strcache *strcache = NULL; variable
302 TString *strcache[STRCACHE_N][STRCACHE_M]; /* cache for strings in API */ member