Home
last modified time | relevance | path

Searched refs:hash_table_entry (Results 1 – 25 of 93) sorted by relevance

1234

/dports/sysutils/fusefs-rar2fs/rar2fs-1.29.5/src/
H A Dhashtable.c38 struct hash_table_entry *bucket;
68 p->next = malloc(sizeof(struct hash_table_entry)); in hashtable_entry_alloc_hash()
127 struct hash_table_entry *p = b; in hashtable_entry_delete_hash()
132 struct hash_table_entry *prev = p; in hashtable_entry_delete_hash()
154 struct hash_table_entry *tmp = b->next; in hashtable_entry_delete_hash()
181 struct hash_table_entry *next = b->next; in hashtable_entry_delete()
185 struct hash_table_entry *p = next; in hashtable_entry_delete()
209 struct hash_table_entry *p; in __hashtable_entry_delete_subkeys()
210 struct hash_table_entry *b; in __hashtable_entry_delete_subkeys()
251 struct hash_table_entry *p; in hashtable_entry_delete_subkeys()
[all …]
H A Dhashtable.h41 struct hash_table_entry {
45 struct hash_table_entry *next;
50 struct hash_table_entry *hashtable_entry_alloc(void *h, const char *key);
51 struct hash_table_entry *hashtable_entry_alloc_hash(void *h, const char *key, uint32_t hash);
52 struct hash_table_entry *hashtable_entry_get(void *h, const char *key);
53 struct hash_table_entry *hashtable_entry_get_hash(void *h, const char *key, uint32_t hash);
H A Drarconfig.c79 struct hash_table_entry *hte; in rarconfig_getprop_int()
106 struct hash_table_entry *hte; in rarconfig_getprop_char()
129 struct hash_table_entry *hte; in rarconfig_getprop_wchar()
152 struct hash_table_entry *hte; in rarconfig_getalias()
225 struct hash_table_entry *hte; in rarconfig_setalias()
372 struct hash_table_entry *hte; in alloc_entry()
H A Ddircache.c135 struct hash_table_entry *hte; in dircache_alloc()
171 struct hash_table_entry *hte;
H A Dfilecache.c87 struct hash_table_entry *hte; in filecache_alloc()
100 struct hash_table_entry *hte; in filecache_get()
/dports/net-mgmt/seafile-client/seafile-7.0.9/common/index/
H A Dhash.c12 static struct hash_table_entry *lookup_hash_entry(unsigned int hash, const struct hash_table *table) in lookup_hash_entry()
15 struct hash_table_entry *array = table->array; in lookup_hash_entry()
38 struct hash_table_entry *entry = lookup_hash_entry(hash, table); in insert_hash_entry()
53 struct hash_table_entry *old_array = table->array, *new_array; in grow_hash_table()
56 new_array = calloc(sizeof(struct hash_table_entry), new_size); in grow_hash_table()
89 struct hash_table_entry *array = table->array; in for_each_hash()
H A Dhash.h21 struct hash_table_entry { struct
28 struct hash_table_entry *array; argument
/dports/devel/aws-c-common/aws-c-common-0.6.15/source/
H A Dhash_table.c298 struct hash_table_entry **p_entry,
307 struct hash_table_entry **p_entry, in s_find_entry()
334 struct hash_table_entry **p_entry, in s_find_entry1()
342 struct hash_table_entry *entry; in s_find_entry1()
403 struct hash_table_entry *entry; in aws_hash_table_find()
424 struct hash_table_entry entry, in s_emplace_item()
432 struct hash_table_entry *rval = NULL; in s_emplace_item()
518 struct hash_table_entry *entry; in aws_hash_table_create()
558 struct hash_table_entry new_entry; in aws_hash_table_create()
667 struct hash_table_entry *entry; in aws_hash_table_remove()
[all …]
/dports/textproc/sgmls/sgmls/
H A Dcatalog.c54 struct hash_table_entry { struct
70 struct hash_table_entry **v; argument
134 struct hash_table_entry *hash_table_lookup P((struct hash_table *table,
238 const struct hash_table_entry *entry = 0;
247 const struct hash_table_entry *entity_entry = 0;
637 struct hash_table_entry *p;
651 struct hash_table_entry **old_table = table->v;
670 = (struct hash_table_entry **)xmalloc(sizeof(struct hash_table_entry *)
693 p = (struct hash_table_entry *)xmalloc(sizeof(struct hash_table_entry));
703 struct hash_table_entry *hash_table_lookup(table, s) in hash_table_lookup()
[all …]
/dports/sysutils/squashfs-tools/squashfs4.4/squashfs-tools/
H A Dunsquashfs.h80 struct hash_table_entry { struct
83 struct hash_table_entry *next; argument
231 extern struct hash_table_entry *inode_table_hash[65536],
245 extern long long lookup_entry(struct hash_table_entry **, long long);
H A Dunsquashfs.c606 struct hash_table_entry *hash_table_entry; in add_entry() local
608 hash_table_entry = malloc(sizeof(struct hash_table_entry)); in add_entry()
609 if(hash_table_entry == NULL) in add_entry()
612 hash_table_entry->start = start; in add_entry()
613 hash_table_entry->bytes = bytes; in add_entry()
615 hash_table[hash] = hash_table_entry; in add_entry()
622 struct hash_table_entry *hash_table_entry; in lookup_entry() local
624 for(hash_table_entry = hash_table[hash]; hash_table_entry; in lookup_entry()
625 hash_table_entry = hash_table_entry->next) in lookup_entry()
627 if(hash_table_entry->start == start) in lookup_entry()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dprotoize.c255 void (*)(const hash_table_entry *));
256 static hash_table_entry *add_symbol (hash_table_entry *, const char *);
257 static hash_table_entry *lookup (hash_table_entry *, const char *);
898 const hash_table_entry *primary; in visit_each_hash_node()
903 hash_table_entry *second; in visit_each_hash_node()
916 static hash_table_entry *
931 static hash_table_entry *
936 hash_table_entry *p; in lookup()
1276 hash_table_entry *hash_entry_p; in find_file()
2280 rename_c_file (const hash_table_entry *hp) in rename_c_file()
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dprotoize.c253 void (*)(const hash_table_entry *));
254 static hash_table_entry *add_symbol (hash_table_entry *, const char *);
255 static hash_table_entry *lookup (hash_table_entry *, const char *);
884 const hash_table_entry *primary; in visit_each_hash_node()
889 hash_table_entry *second; in visit_each_hash_node()
902 static hash_table_entry *
917 static hash_table_entry *
922 hash_table_entry *p; in lookup()
1262 hash_table_entry *hash_entry_p; in find_file()
2266 rename_c_file (const hash_table_entry *hp) in rename_c_file()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dprotoize.c255 void (*)(const hash_table_entry *));
256 static hash_table_entry *add_symbol (hash_table_entry *, const char *);
257 static hash_table_entry *lookup (hash_table_entry *, const char *);
898 const hash_table_entry *primary; in visit_each_hash_node()
903 hash_table_entry *second; in visit_each_hash_node()
916 static hash_table_entry *
931 static hash_table_entry *
936 hash_table_entry *p; in lookup()
1276 hash_table_entry *hash_entry_p; in find_file()
2280 rename_c_file (const hash_table_entry *hp) in rename_c_file()
[all …]
/dports/games/freecell-solver/freecell-solver-6.2.0/
H A Dfcs_hash.h42 } hash_table_entry; typedef
58 hash_table_entry *entries;
119 (hash_table_entry *)calloc(initial_hash_size, sizeof(hash->entries[0])); in fc_solve_hash_init()
/dports/devel/aws-c-common/aws-c-common-0.6.15/include/aws/common/private/
H A Dhash_table_impl.h13 struct hash_table_entry { struct
41 struct hash_table_entry slots[];
/dports/devel/aws-c-common/aws-c-common-0.6.15/verification/cbmc/stubs/
H A Ds_emplace_item_override.c25 struct hash_table_entry *__CPROVER_file_local_hash_table_c_s_emplace_item( in __CPROVER_file_local_hash_table_c_s_emplace_item()
27 struct hash_table_entry entry, in __CPROVER_file_local_hash_table_c_s_emplace_item()
H A Ds_remove_entry_override.c18 struct hash_table_entry *entry) { in __CPROVER_file_local_hash_table_c_s_remove_entry()
H A Daws_hash_table_find_override.c24 const struct hash_table_entry *const entry = &state->slots[i]; in aws_hash_table_find()
H A Ds_expand_table_override.c21 …required_bytes = sizeof(struct hash_table_state) + template.size * sizeof(struct hash_table_entry); in __CPROVER_file_local_hash_table_c_s_expand_table()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/parser/
H A Dcss_property_parser.cc205 const Property* hash_table_entry = FindProperty(name, length); in UnresolvedCSSPropertyID() local
206 if (!hash_table_entry) in UnresolvedCSSPropertyID()
208 CSSPropertyID property_id = static_cast<CSSPropertyID>(hash_table_entry->id); in UnresolvedCSSPropertyID()
250 const Value* hash_table_entry = FindValue(buffer, length); in CssValueKeywordID() local
251 return hash_table_entry ? static_cast<CSSValueID>(hash_table_entry->id) in CssValueKeywordID()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/parser/
H A Dcss_property_parser.cc208 const Property* hash_table_entry = FindProperty(name, length); in UnresolvedCSSPropertyID() local
209 if (!hash_table_entry) in UnresolvedCSSPropertyID()
211 CSSPropertyID property_id = static_cast<CSSPropertyID>(hash_table_entry->id); in UnresolvedCSSPropertyID()
247 const Value* hash_table_entry = FindValue(buffer, length); in CssValueKeywordID() local
248 return hash_table_entry ? static_cast<CSSValueID>(hash_table_entry->id) in CssValueKeywordID()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/build/scripts/core/css/parser/templates/
H A Dat_rule_descriptors.cc.tmpl69 const Property* hash_table_entry = FindDescriptor(name, length);
70 if (!hash_table_entry)
72 return static_cast<AtRuleDescriptorID>(hash_table_entry->id);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/build/scripts/core/css/parser/templates/
H A Dat_rule_descriptors.cc.tmpl69 const Property* hash_table_entry = FindDescriptor(name, length);
70 if (!hash_table_entry)
72 return static_cast<AtRuleDescriptorID>(hash_table_entry->id);
/dports/devel/aws-c-common/aws-c-common-0.6.15/tests/
H A Dhash_table_test.c1149 struct hash_table_entry { struct
1155 struct hash_table_entry *entry = item; in s_hash_table_entry_destroy() argument
1180 struct hash_table_entry *val_1 = aws_mem_acquire(allocator, sizeof(struct hash_table_entry)); in AWS_TEST_CASE()
1186 struct hash_table_entry *val_2 = aws_mem_acquire(allocator, sizeof(struct hash_table_entry)); in AWS_TEST_CASE()
1193 struct hash_table_entry *val_3 = aws_mem_acquire(allocator, sizeof(struct hash_table_entry)); in AWS_TEST_CASE()

1234