Searched refs:insert_entry (Results 1 – 7 of 7) sorted by relevance
/glibc-2.36/locale/programs/ |
D | repertoire.c | 397 insert_entry (ht, from, strlen (from), in repertoire_new_char() 402 insert_entry (rt, obstack_copy (ob, &value, sizeof (value)), in repertoire_new_char() 466 insert_entry (ht, buf, len1, in repertoire_new_char() 471 insert_entry (rt, obstack_copy (ob, &this_value, sizeof (this_value)), in repertoire_new_char()
|
D | charmap.c | 983 insert_entry (ht, from, len1, newp); in charmap_new_char() 984 insert_entry (bt, newp->bytes, nbytes, newp); in charmap_new_char() 1078 insert_entry (ht, name_end, len1, newp); in charmap_new_char() 1079 insert_entry (bt, newp->bytes, nbytes, newp); in charmap_new_char()
|
D | simple-hash.h | 37 extern int insert_entry (hash_table *htab, const void *key, size_t keylen,
|
D | ld-collate.c | 667 insert_entry (&collate->seq_table, str, len, result); in find_element() 1008 insert_entry (&collate->seq_table, symstr, symlen, elem); in insert_value() 1031 if (insert_entry (&collate->seq_table, symstr, symlen, elem) != 0) in insert_value() 1224 if (insert_entry (&collate->seq_table, seq->name, in handle_ellipsis() 2826 insert_entry (&collate->elem_table, symbol, symbol_len, in collate_read() 2909 insert_entry (&collate->sym_table, symbol, symbol_len, in collate_read() 2969 insert_entry (&collate->sym_table, symbuf, in collate_read() 3052 if (insert_entry (&collate->sym_table, in collate_read()
|
D | simple-hash.c | 97 insert_entry (hash_table *htab, const void *key, size_t keylen, void *data) in insert_entry() function
|
D | ld-ctype.c | 1300 insert_entry (&repertoire->seq_table, newp, in get_character() 1515 insert_entry (&repertoire->seq_table, newp, sizeof (uint32_t), in charclass_ucs4_ellipsis()
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.18 | 28919 (insert_entry): Likewise.
|