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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/security/selinux/ss/
H A Dhashtab.h27 int (*keycmp)(struct hashtab *h, const void *key1, const void *key2); member in struct:hashtab
43 int (*keycmp)(struct hashtab *h, const void *key1, const void *key2),
H A Dhashtab.c12 int (*keycmp)(struct hashtab *h, const void *key1, const void *key2),
25 p->keycmp = keycmp;
49 while (cur && h->keycmp(h, key, cur->key) > 0) {
54 if (cur && (h->keycmp(h, key, cur->key) == 0))
84 while (cur != NULL && h->keycmp(h, key, cur->key) > 0)
87 if (cur == NULL || (h->keycmp(h, key, cur->key) != 0))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/plugins/pppoe/
H A Dpppoehash.c17 static inline int keycmp(char *a, char *b, int x, int y){ function
44 while (ret && !keycmp(ret->key,key, ret->key_len, len))
57 if (!keycmp(ret->key, pc->key, ret->key_len, pc->key_len))
80 if (keycmp(ret->key,key, ret->key_len, len)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hfs/
H A Dbtree.c17 struct hfs_btree *hfs_btree_open(struct super_block *sb, u32 id, btree_keycmp keycmp) argument
34 tree->keycmp = keycmp;
H A Dbtree.h19 btree_keycmp keycmp; member in struct:hfs_btree
H A Dbfind.c56 cmpval = bnode->tree->keycmp(fd->key, fd->search_key);
H A Dcatalog.c232 if (fd.tree->keycmp(fd.search_key, (void *)&rd->key) < 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hfsplus/
H A Dbtree.c60 tree->keycmp = hfsplus_ext_cmp_key;
64 tree->keycmp = hfsplus_cat_bin_cmp_key;
66 tree->keycmp = hfsplus_cat_case_cmp_key;
H A Dbfind.c56 cmpval = bnode->tree->keycmp(fd->key, fd->search_key);
H A Dhfsplus_fs.h47 btree_keycmp keycmp; member in struct:hfs_btree
H A Dcatalog.c275 if (fd.tree->keycmp(fd.search_key, (void *)&rd->key) < 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hfsplus_journal/
H A Dbtree.c64 tree->keycmp = hfsplus_ext_cmp_key;
68 tree->keycmp = hfsplus_cat_bin_cmp_key;
70 tree->keycmp = hfsplus_cat_case_cmp_key;
H A Dbfind.c79 cmpval = bnode->tree->keycmp(fd->key, fd->search_key);
H A Dhfsplus_fs.h62 btree_keycmp keycmp; member in struct:hfs_btree
H A Dcatalog.c278 if (fd.tree->keycmp(fd.search_key, (void *)&rd->key) < 0)

Completed in 101 milliseconds