| /third_party/selinux/libselinux/src/ |
| H A D | avc_sidtab.h | 22 struct sidtab_node **htable; member
|
| /third_party/selinux/libsepol/include/sepol/policydb/ |
| H A D | sidtab.h | 34 sidtab_ptr_t *htable; member
|
| H A D | hashtab.h | 38 hashtab_ptr_t *htable; /* hash table */ member
|
| H A D | avtab.h | 101 avtab_ptr_t *htable; member
|
| /kernel/linux/linux-5.10/drivers/crypto/vmx/ |
| H A D | ghash.c | 34 u128 htable[16]; member
|
| /kernel/linux/linux-5.10/security/selinux/ss/ |
| H A D | hashtab.h | 33 struct hashtab_node **htable; /* hash table */ member
|
| H A D | avtab.h | 84 struct avtab_node **htable; member
|
| /kernel/linux/linux-6.6/drivers/crypto/vmx/ |
| H A D | ghash.c | 35 u128 htable[16]; member
|
| /kernel/linux/linux-6.6/security/selinux/ss/ |
| H A D | hashtab.h | 33 struct hashtab_node **htable; /* hash table */ member
|
| H A D | avtab.h | 84 struct avtab_node **htable; member
|
| /third_party/node/deps/cares/src/lib/ |
| H A D | ares__htable_strvp.c | 43 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 D | ares__htable_szvp.c | 43 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 D | ares__htable_asvp.c | 43 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 D | ares__htable.c | 54 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 D | cil_symtab.h | 67 struct cil_complex_symtab_node **htable; member
|
| /third_party/icu/icu4c/source/common/ |
| H A D | udata.cpp | 307 UHashtable *htable; in udata_findCachedData() local 335 UHashtable *htable; in udata_cacheDataItem() local
|
| /third_party/node/deps/icu-small/source/common/ |
| H A D | udata.cpp | 307 UHashtable *htable; in udata_findCachedData() local 335 UHashtable *htable; in udata_cacheDataItem() local
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | udata.cpp | 307 UHashtable *htable; in udata_findCachedData() local 335 UHashtable *htable; in udata_cacheDataItem() local
|
| /kernel/linux/linux-5.10/net/netfilter/ |
| H A D | xt_hashlimit.c | 1055 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 D | ip_set_hash_gen.h | 106 struct htable { struct [all...] |
| /kernel/linux/linux-6.6/net/netfilter/ |
| H A D | xt_hashlimit.c | 1055 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 D | ip_set_hash_gen.h | 81 struct htable { struct [all...] |
| /third_party/icu/icu4c/source/i18n/ |
| H A D | tmutfmt.cpp | 693 TimeUnitFormat::deleteHash(Hashtable* htable) { in deleteHash() argument
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | tmutfmt.cpp | 700 TimeUnitFormat::deleteHash(Hashtable* htable) { in deleteHash() argument
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | tmutfmt.cpp | 693 TimeUnitFormat::deleteHash(Hashtable* htable) { in deleteHash() argument
|