/external/selinux/libsepol/src/ |
hashtab.c | 37 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(h, key, cur->key) > 0 [all...] |
/external/selinux/policycoreutils/newrole/ |
hashtab.c | 16 int (*keycmp) (hashtab_t h, 33 p->keycmp = keycmp; 56 while (cur && h->keycmp(h, key, cur->key) > 0) { 61 if (cur && (h->keycmp(h, key, cur->key) == 0)) 95 while (cur != NULL && h->keycmp(h, key, cur->key) > 0) { 100 if (cur == NULL || (h->keycmp(h, key, cur->key) != 0)) 128 while (cur != NULL && h->keycmp(h, key, cur->key) > 0) { 133 if (cur && (h->keycmp(h, key, cur->key) == 0)) { 168 while (cur != NULL && h->keycmp(h, key, cur->key) > 0 [all...] |
hashtab.h | 38 int (*keycmp) (struct hashtab_val * h, const_hashtab_key_t key1, const_hashtab_key_t key2); /* key comparison function */ member in struct:hashtab_val 58 int (*keycmp) (hashtab_t h,
|
/external/selinux/libsepol/include/sepol/policydb/ |
hashtab.h | 42 int (*keycmp) (struct hashtab_val * h, const_hashtab_key_t key1, const_hashtab_key_t key2); /* key comparison function */ member in struct:hashtab_val 56 int (*keycmp) (hashtab_t h,
|