Home
last modified time | relevance | path

Searched defs:strcache2 (Results 1 – 1 of 1) sorted by relevance

/dports/devel/kBuild/kBuild-0.1.9998/src/kmk/
H A Dstrcache2.h70 struct strcache2 struct
72 struct strcache2_entry **hash_tab; /* The hash table. */ argument
90 struct strcache2_seg *seg_head; /* The memory segment list. */ argument
91 struct strcache2 *next; /* The next string cache. */ argument
96 void strcache2_init (struct strcache2 *cache, const char *name, unsigned int size, argument