Searched refs:keycmp (Results 1 - 2 of 2) sorted by relevance
/third_party/selinux/libsepol/src/ |
H A D | hashtab.c | 39 int (*keycmp) (hashtab_t h, in hashtab_create() 55 p->keycmp = keycmp; in hashtab_create() 89 while (*dst && h->keycmp(h, cur->key, (*dst)->key) > 0) in hashtab_check_resize() 117 while (cur && h->keycmp(h, key, cur->key) > 0) { in hashtab_insert() 122 if (cur && (h->keycmp(h, key, cur->key) == 0)) in hashtab_insert() 156 while (cur != NULL && h->keycmp(h, key, cur->key) > 0) { in hashtab_remove() 161 if (cur == NULL || (h->keycmp(h, key, cur->key) != 0)) in hashtab_remove() 187 while (cur != NULL && h->keycmp(h, key, cur->key) > 0) in hashtab_search() 190 if (cur == NULL || (h->keycmp( in hashtab_search() [all...] |
/third_party/selinux/libsepol/include/sepol/policydb/ |
H A D | hashtab.h | 42 int (*keycmp) (struct hashtab_val * h, const_hashtab_key_t key1, const_hashtab_key_t key2); /* key comparison function */ member 56 int (*keycmp) (hashtab_t h,
|
Completed in 2 milliseconds