HomeSort by relevance Sort by last modified time
    Searched refs:keycmp (Results 1 - 2 of 2) sorted by null

  /external/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/libsepol/include/sepol/policydb/
hashtab.h 38 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 48 milliseconds