Searched refs:stringtable_entry (Results 1 – 5 of 5) sorted by relevance
26 struct stringtable_entry struct28 struct stringtable_entry *next; /* For collision resolution. */ argument37 struct stringtable_entry **entries; /* Array of hash table buckets. */ argument43 struct stringtable_entry *stringtable_add (struct stringtable *table,
61 struct stringtable_entry **new_entries in stringtable_rehash()66 for (struct stringtable_entry *e = table->entries[i]; e != NULL; ) in stringtable_rehash()68 struct stringtable_entry *next = e->next; in stringtable_rehash()81 struct stringtable_entry *94 for (struct stringtable_entry *e in stringtable_add()109 struct stringtable_entry *e in stringtable_add()125 struct stringtable_entry *left = *(struct stringtable_entry **) l; in finalize_compare()126 struct stringtable_entry *right = *(struct stringtable_entry **) r; in finalize_compare()178 struct stringtable_entry *previous = array[j - 1]; in stringtable_finalize()179 struct stringtable_entry *current = array[j]; in stringtable_finalize()[all …]
25 for (struct stringtable_entry *e = table->entries[i]; e != NULL; ) in stringtable_free()27 struct stringtable_entry *next = e->next; in stringtable_free()
42 struct stringtable_entry *e = stringtable_add (&s, ""); in do_test()59 struct stringtable_entry *e = stringtable_add (&s, "name"); in do_test()77 struct stringtable_entry *suffix = stringtable_add (&s, "suffix"); in do_test()82 struct stringtable_entry *prefix in do_test()103 struct stringtable_entry *entries[2 * count]; in do_test()148 struct stringtable_entry *entries[array_length (strings)]; in do_test()
51 struct stringtable_entry *name;75 struct stringtable_entry *name_interned = stringtable_add (&strings, name); in new_glibc_hwcaps_subdirectory()144 struct stringtable_entry *lib; /* Library name. */145 struct stringtable_entry *path; /* Path to find library. */801 struct stringtable_entry *path_interned; in add_to_cache()
Completed in 15 milliseconds