Searched defs:sidtab (Results 1 – 2 of 2) sorted by relevance
24 struct sidtab { struct25 struct sidtab_node **htable; argument30 struct sidtab_node *cache[SIDTAB_CACHE_LEN]; argument34 int sidtab_init(struct sidtab *s); argument
79 static struct sidtab sidtab; variable