Home
last modified time | relevance | path

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

/third_party/selinux/libsepol/src/
Dhashtab.c56 p->htable = (hashtab_ptr_t *) calloc(size, sizeof(hashtab_ptr_t)); in hashtab_create()
68 hashtab_ptr_t *new_htable, *dst, cur, next; in hashtab_check_resize()
107 hashtab_ptr_t prev, cur, newnode; in hashtab_insert()
125 newnode = (hashtab_ptr_t) malloc(sizeof(hashtab_node_t)); in hashtab_insert()
148 hashtab_ptr_t cur, last; in hashtab_remove()
180 hashtab_ptr_t cur; in hashtab_search()
199 hashtab_ptr_t cur, temp; in hashtab_destroy()
225 hashtab_ptr_t cur; in hashtab_map()
247 hashtab_ptr_t cur; in hashtab_hash_eval()
/third_party/selinux/libsepol/include/sepol/policydb/
Dhashtab.h29 typedef struct hashtab_node *hashtab_ptr_t; typedef
34 hashtab_ptr_t next;
38 hashtab_ptr_t *htable; /* hash table */