Searched refs:keycmp (Results 1 - 2 of 2) sorted by relevance

/external/libsepol/src/
H A Dhashtab.c37 int (*keycmp) (hashtab_t h,
54 p->keycmp = keycmp;
77 while (cur && h->keycmp(h, key, cur->key) > 0) {
82 if (cur && (h->keycmp(h, key, cur->key) == 0))
116 while (cur != NULL && h->keycmp(h, key, cur->key) > 0) {
121 if (cur == NULL || (h->keycmp(h, key, cur->key) != 0))
149 while (cur != NULL && h->keycmp(h, key, cur->key) > 0) {
154 if (cur && (h->keycmp(h, key, cur->key) == 0)) {
189 while (cur != NULL && h->keycmp(
[all...]
/external/libsepol/include/sepol/policydb/
H A Dhashtab.h38 int (*keycmp) (struct hashtab_val * h, hashtab_key_t key1, hashtab_key_t key2); /* key comparison function */ member in struct:hashtab_val
52 int (*keycmp) (hashtab_t h,

Completed in 182 milliseconds