Lines Matching refs:htable
35 s->htable = (struct sidtab_node **)avc_malloc in sidtab_init()
38 if (!s->htable) { in sidtab_init()
43 s->htable[i] = NULL; in sidtab_init()
68 newnode->next = s->htable[hvalue]; in sidtab_insert()
71 s->htable[hvalue] = newnode; in sidtab_insert()
88 cur = s->htable[hvalue]; in sidtab_context_to_sid()
112 cur = h->htable[i]; in sidtab_sid_stats()
141 cur = s->htable[i]; in sidtab_destroy()
148 s->htable[i] = NULL; in sidtab_destroy()
150 avc_free(s->htable); in sidtab_destroy()
151 s->htable = NULL; in sidtab_destroy()