Home
last modified time | relevance | path

Searched refs:find_entry (Results 1 – 7 of 7) sorted by relevance

/glibc-2.36/locale/programs/
Dld-collate.c426 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 …]
Drepertoire.c486 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()
Dsimple-hash.h39 extern int find_entry (const hash_table *htab, const void *key, size_t keylen,
Dsimple-hash.c166 find_entry (const hash_table *htab, const void *key, size_t keylen, in find_entry() function
Dcharmap.c927 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/
DChangeLog.1311441 find_entry, iterate_table, and lookup.
DChangeLog.1828111 (find_entry): Likewise.