Searched refs:hash_insert_entry (Results 1 – 11 of 11) sorted by relevance
/third_party/gettext/gnulib-local/lib/ |
D | mem-hash-map.h | 56 extern const void * hash_insert_entry (hash_table *htab,
|
D | mem-hash-map.c | 266 hash_insert_entry (hash_table *htab, in hash_insert_entry() function
|
D | ChangeLog.1 | 455 (hash_insert_entry, hash_set_value): Remove casts. 540 * hash.h (hash_insert_entry): Return a pointer instead of int. 541 * hash.c (hash_insert_entry): Return a pointer to the copy of the key. 549 (hash_insert_entry): Renamed from insert_entry. 556 (hash_insert_entry): Renamed from insert_entry.
|
/third_party/gettext/gettext-tools/src/ |
D | xg-arglist-callshape.c | 189 (const char *) hash_insert_entry (table, keyword, keyword_len, shapes); in insert_keyword_callshape()
|
D | xg-arglist-context.c | 168 hash_insert_entry (table, name_start, name_end - name_start, list); in flag_context_list_table_add()
|
D | read-desktop.c | 616 hash_insert_entry (keywords, name, strlen (name), (void *) is_list); in desktop_add_keyword()
|
D | write-qt.c | 503 hash_insert_entry (&all_contexts, in write_qm()
|
D | msgl-fsearch.c | 261 hash_insert_entry (&findex->gram4, p0, p4 - p0, in message_fuzzy_index_alloc()
|
D | message.c | 330 found = (hash_insert_entry (htable, key, keylen, mp) == NULL); in message_list_hash_insert_entry()
|
D | its.c | 1367 hash_insert_entry (&classes, n, strlen (n), &c); in init_classes()
|
/third_party/gettext/libtextstyle/gnulib-local/lib/ |
D | term-styled-ostream.oo.c | 520 if (hash_insert_entry (&stream->cache, in match_and_cache()
|