Searched refs:hashtab (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/selinux/ss/
H A Dhashtab.h2 * A hash table (hashtab) maintains associations between
21 struct hashtab { struct
25 u32 (*hash_value)(struct hashtab *h, const void *key);
27 int (*keycmp)(struct hashtab *h, const void *key1, const void *key2);
42 struct hashtab *hashtab_create(u32 (*hash_value)(struct hashtab *h, const void *key),
43 int (*keycmp)(struct hashtab *h, const void *key1, const void *key2),
54 int hashtab_insert(struct hashtab *h, void *k, void *d);
62 void *hashtab_search(struct hashtab *h, const void *k);
67 void hashtab_destroy(struct hashtab *
[all...]
H A Dsymtab.h5 * using the hash table type (hashtab).
12 #include "hashtab.h"
15 struct hashtab *table; /* hash table (keyed on a string) */
H A DMakefile8 ss-y := ebitmap.o hashtab.o symtab.o sidtab.o avtab.o policydb.o services.o conditional.o mls.o
H A Dhashtab.c9 #include "hashtab.h"
11 struct hashtab *hashtab_create(u32 (*hash_value)(struct hashtab *h, const void *key),
12 int (*keycmp)(struct hashtab *h, const void *key1, const void *key2),
15 struct hashtab *p;
38 int hashtab_insert(struct hashtab *h, void *key, void *datum)
74 void *hashtab_search(struct hashtab *h, const void *key)
93 void hashtab_destroy(struct hashtab *h)
117 int hashtab_map(struct hashtab *h,
141 void hashtab_stat(struct hashtab *
[all...]
H A Dsymtab.c11 static unsigned int symhash(struct hashtab *h, const void *key)
25 static int symcmp(struct hashtab *h, const void *key1, const void *key2)
H A Dconditional.h70 int cond_read_bool(struct policydb *p, struct hashtab *h, void *fp);
H A Dpolicydb.h248 struct hashtab *range_tr;
H A Dpolicydb.c178 static u32 rangetr_hash(struct hashtab *h, const void *k)
185 static int rangetr_cmp(struct hashtab *h, const void *k1, const void *k2)
419 struct hashtab *h = s[i].table;
429 static void rangetr_hash_eval(struct hashtab *h)
439 static inline void rangetr_hash_eval(struct hashtab *h)
965 static int perm_read(struct policydb *p, struct hashtab *h, void *fp)
1006 static int common_read(struct policydb *p, struct hashtab *h, void *fp)
1141 static int class_read(struct policydb *p, struct hashtab *h, void *fp)
1234 static int role_read(struct policydb *p, struct hashtab *h, void *fp)
1299 static int type_read(struct policydb *p, struct hashtab *
[all...]
H A Dconditional.c216 int cond_read_bool(struct policydb *p, struct hashtab *h, void *fp)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dmakefile.sl789 hashtab.obj: $(XPMDIR)\hashtab.c
790 *$(CC) $(CPPFLAGS) $(IFLAGS) $(XPMDIR)\hashtab.c

Completed in 179 milliseconds