Searched refs:find_entry (Results 1 – 7 of 7) sorted by relevance
/glibc-2.36/locale/programs/ |
D | ld-collate.c | 426 if (find_entry (&charmap->char_table, symbol, symbol_len, &ignore) == 0) in check_duplicate() 434 && (find_entry (&repertoire->char_table, symbol, symbol_len, &ignore) in check_duplicate() 442 if (find_entry (&collate->sym_table, symbol, symbol_len, &ignore) == 0) in check_duplicate() 449 if (find_entry (&collate->elem_table, symbol, symbol_len, &ignore) == 0) in check_duplicate() 645 if (find_entry (&collate->seq_table, str, len, &result) != 0) in find_element() 651 if (find_entry (&collate->sym_table, str, len, &ptr) == 0) in find_element() 661 else if (find_entry (&collate->elem_table, str, len, &result) != 0) in find_element() 980 if (find_entry (&collate->elem_table, symstr, symlen, &ptr) != 0) in insert_value() 989 if (find_entry (&collate->sym_table, symstr, symlen, &result) == 0) in insert_value() 1019 if (find_entry (&collate->seq_table, symstr, symlen, &ptr) != 0) in insert_value() [all …]
|
D | repertoire.c | 486 if (find_entry ((hash_table *) &rep->char_table, name, len, &result) < 0) in repertoire_find_value() 501 if (find_entry ((hash_table *) &rep->reverse_table, &ucs, sizeof (ucs), in repertoire_find_symbol() 517 if (find_entry ((hash_table *) &rep->seq_table, &ucs, sizeof (ucs), in repertoire_find_seq()
|
D | simple-hash.h | 39 extern int find_entry (const hash_table *htab, const void *key, size_t keylen,
|
D | simple-hash.c | 166 find_entry (const hash_table *htab, const void *key, size_t keylen, in find_entry() function
|
D | charmap.c | 927 return (find_entry ((hash_table *) &cm->char_table, name, len, &result) in charmap_find_value() 1107 return (find_entry ((hash_table *) &cm->byte_table, bytes, nbytes, &result) in charmap_find_symbol()
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.13 | 11441 find_entry, iterate_table, and lookup.
|
D | ChangeLog.18 | 28111 (find_entry): Likewise.
|