Home
last modified time | relevance | path

Searched defs:htable (Results 1 - 25 of 25) sorted by relevance

/third_party/selinux/libselinux/src/
H A Davc_sidtab.h22 struct sidtab_node **htable; member
/third_party/selinux/libsepol/include/sepol/policydb/
H A Dsidtab.h34 sidtab_ptr_t *htable; member
H A Dhashtab.h38 hashtab_ptr_t *htable; /* hash table */ member
H A Davtab.h101 avtab_ptr_t *htable; member
/kernel/linux/linux-5.10/drivers/crypto/vmx/
H A Dghash.c34 u128 htable[16]; member
/kernel/linux/linux-5.10/security/selinux/ss/
H A Dhashtab.h33 struct hashtab_node **htable; /* hash table */ member
H A Davtab.h84 struct avtab_node **htable; member
/kernel/linux/linux-6.6/drivers/crypto/vmx/
H A Dghash.c35 u128 htable[16]; member
/kernel/linux/linux-6.6/security/selinux/ss/
H A Dhashtab.h33 struct hashtab_node **htable; /* hash table */ member
H A Davtab.h84 struct avtab_node **htable; member
/third_party/node/deps/cares/src/lib/
H A Dares__htable_strvp.c43 void ares__htable_strvp_destroy(ares__htable_strvp_t *htable) in ares__htable_strvp_destroy() argument
92 ares__htable_strvp_t *htable = ares_malloc(sizeof(*htable)); in ares__htable_strvp_create() local
115 ares__htable_strvp_insert(ares__htable_strvp_t *htable, const char *key, void *val) ares__htable_strvp_insert() argument
150 ares__htable_strvp_get(const ares__htable_strvp_t *htable, const char *key, void **val) ares__htable_strvp_get() argument
174 ares__htable_strvp_get_direct(const ares__htable_strvp_t *htable, const char *key) ares__htable_strvp_get_direct() argument
182 ares__htable_strvp_remove(ares__htable_strvp_t *htable, const char *key) ares__htable_strvp_remove() argument
192 ares__htable_strvp_num_keys(const ares__htable_strvp_t *htable) ares__htable_strvp_num_keys() argument
[all...]
H A Dares__htable_szvp.c43 void ares__htable_szvp_destroy(ares__htable_szvp_t *htable) in ares__htable_szvp_destroy() argument
92 ares__htable_szvp_t *htable = ares_malloc(sizeof(*htable)); in ares__htable_szvp_create() local
115 ares__htable_szvp_insert(ares__htable_szvp_t *htable, size_t key, void *val) ares__htable_szvp_insert() argument
146 ares__htable_szvp_get(const ares__htable_szvp_t *htable, size_t key, void **val) ares__htable_szvp_get() argument
170 ares__htable_szvp_get_direct(const ares__htable_szvp_t *htable, size_t key) ares__htable_szvp_get_direct() argument
178 ares__htable_szvp_remove(ares__htable_szvp_t *htable, size_t key) ares__htable_szvp_remove() argument
187 ares__htable_szvp_num_keys(const ares__htable_szvp_t *htable) ares__htable_szvp_num_keys() argument
[all...]
H A Dares__htable_asvp.c43 void ares__htable_asvp_destroy(ares__htable_asvp_t *htable) in ares__htable_asvp_destroy() argument
92 ares__htable_asvp_t *htable = ares_malloc(sizeof(*htable)); in ares__htable_asvp_create() local
115 ares__htable_asvp_keys(const ares__htable_asvp_t *htable, size_t *num) ares__htable_asvp_keys() argument
149 ares__htable_asvp_insert(ares__htable_asvp_t *htable, ares_socket_t key, void *val) ares__htable_asvp_insert() argument
180 ares__htable_asvp_get(const ares__htable_asvp_t *htable, ares_socket_t key, void **val) ares__htable_asvp_get() argument
204 ares__htable_asvp_get_direct(const ares__htable_asvp_t *htable, ares_socket_t key) ares__htable_asvp_get_direct() argument
212 ares__htable_asvp_remove(ares__htable_asvp_t *htable, ares_socket_t key) ares__htable_asvp_remove() argument
222 ares__htable_asvp_num_keys(const ares__htable_asvp_t *htable) ares__htable_asvp_num_keys() argument
[all...]
H A Dares__htable.c54 static unsigned int ares__htable_generate_seed(ares__htable_t *htable) in ares__htable_generate_seed() argument
93 void ares__htable_destroy(ares__htable_t *htable) in ares__htable_destroy() argument
107 ares__htable_t *htable = NULL; in ares__htable_create() local
138 ares__htable_all_buckets(const ares__htable_t *htable, size_t *num) ares__htable_all_buckets() argument
174 ares__htable_find(const ares__htable_t *htable, unsigned int idx, const void *key) ares__htable_find() argument
189 ares__htable_expand(ares__htable_t *htable) ares__htable_expand() argument
313 ares__htable_insert(ares__htable_t *htable, void *bucket) ares__htable_insert() argument
368 ares__htable_get(const ares__htable_t *htable, const void *key) ares__htable_get() argument
381 ares__htable_remove(ares__htable_t *htable, const void *key) ares__htable_remove() argument
407 ares__htable_num_keys(const ares__htable_t *htable) ares__htable_num_keys() argument
[all...]
/third_party/selinux/libsepol/cil/src/
H A Dcil_symtab.h67 struct cil_complex_symtab_node **htable; member
/third_party/icu/icu4c/source/common/
H A Dudata.cpp307 UHashtable *htable; in udata_findCachedData() local
335 UHashtable *htable; in udata_cacheDataItem() local
/third_party/node/deps/icu-small/source/common/
H A Dudata.cpp307 UHashtable *htable; in udata_findCachedData() local
335 UHashtable *htable; in udata_cacheDataItem() local
/third_party/skia/third_party/externals/icu/source/common/
H A Dudata.cpp307 UHashtable *htable; in udata_findCachedData() local
335 UHashtable *htable; in udata_cacheDataItem() local
/kernel/linux/linux-5.10/net/netfilter/
H A Dxt_hashlimit.c1055 struct xt_hashlimit_htable *htable = PDE_DATA(file_inode(s->file)); variable
1072 struct xt_hashlimit_htable *htable = PDE_DATA(file_inode(s->file)); in dl_seq_next() local
1086 struct xt_hashlimit_htable *htable = PDE_DATA(file_inode(s->file)); variable
1172 struct xt_hashlimit_htable *htable = PDE_DATA(file_inode(s->file)); dl_seq_show_v2() local
1186 struct xt_hashlimit_htable *htable = PDE_DATA(file_inode(s->file)); dl_seq_show_v1() local
1200 struct xt_hashlimit_htable *htable = PDE_DATA(file_inode(s->file)); dl_seq_show() local
[all...]
/kernel/linux/linux-5.10/net/netfilter/ipset/
H A Dip_set_hash_gen.h106 struct htable { struct
[all...]
/kernel/linux/linux-6.6/net/netfilter/
H A Dxt_hashlimit.c1055 struct xt_hashlimit_htable *htable = pde_data(file_inode(s->file)); variable
1072 struct xt_hashlimit_htable *htable = pde_data(file_inode(s->file)); in dl_seq_next() local
1086 struct xt_hashlimit_htable *htable = pde_data(file_inode(s->file)); variable
1172 struct xt_hashlimit_htable *htable = pde_data(file_inode(s->file)); dl_seq_show_v2() local
1186 struct xt_hashlimit_htable *htable = pde_data(file_inode(s->file)); dl_seq_show_v1() local
1200 struct xt_hashlimit_htable *htable = pde_data(file_inode(s->file)); dl_seq_show() local
[all...]
/kernel/linux/linux-6.6/net/netfilter/ipset/
H A Dip_set_hash_gen.h81 struct htable { struct
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dtmutfmt.cpp693 TimeUnitFormat::deleteHash(Hashtable* htable) { in deleteHash() argument
/third_party/node/deps/icu-small/source/i18n/
H A Dtmutfmt.cpp700 TimeUnitFormat::deleteHash(Hashtable* htable) { in deleteHash() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dtmutfmt.cpp693 TimeUnitFormat::deleteHash(Hashtable* htable) { in deleteHash() argument

Completed in 22 milliseconds