/third_party/gettext/gettext-tools/src/ |
D | xg-arglist-context.c | 124 && hash_find_entry (flag_table, key, keylen, &entry) == 0) in flag_context_list_table_lookup() 144 if (hash_find_entry (table, name_start, name_end - name_start, &entry) != 0) in flag_context_list_table_add()
|
D | x-desktop.c | 125 && hash_find_entry (&keywords, key, strlen (key), &keyword_value) == 0) in extract_desktop_handle_pair()
|
D | write-desktop.c | 74 if (hash_find_entry (msgfmt_reader->keywords, key, strlen (key), in msgfmt_desktop_handle_pair()
|
D | msgl-fsearch.c | 251 if (hash_find_entry (&findex->gram4, p0, p4 - p0, in message_fuzzy_index_alloc() 535 if (hash_find_entry (&findex->gram4, p0, p4 - p0, in message_fuzzy_index_search()
|
D | xg-arglist-callshape.c | 182 if (hash_find_entry (table, keyword, keyword_len, &old_value)) in insert_keyword_callshape()
|
D | x-awk.c | 736 if (hash_find_entry (&keywords, token.string, strlen (token.string), in extract_parenthesized()
|
D | x-perl.c | 1538 if (hash_find_entry (&keywords, tp->string, strlen (tp->string), in extract_variable() 1821 if (hash_find_entry (&keywords, buffer, bufpos, &keyword_value) in interpolate_keywords() 1841 if (hash_find_entry (&keywords, buffer, bufpos, &keyword_value) in interpolate_keywords() 3160 if (hash_find_entry (&keywords, tp->string, strlen (tp->string), in extract_balanced()
|
D | x-tcl.c | 911 if (hash_find_entry (&keywords, in read_command()
|
D | x-librep.c | 663 if (hash_find_entry (&keywords, in read_object()
|
D | x-elisp.c | 689 if (hash_find_entry (&keywords, in read_object()
|
D | x-lua.c | 1068 if (hash_find_entry (&keywords, token.string, strlen (token.string), in extract_balanced()
|
D | x-vala.c | 1260 if (hash_find_entry (&keywords, token.string, strlen (token.string), in extract_balanced()
|
D | x-scheme.c | 770 if (hash_find_entry (&keywords, in read_object()
|
D | message.c | 533 int found = !hash_find_entry (&mlp->htable, key, keylen, &htable_value); in message_list_search()
|
D | x-php.c | 1455 if (hash_find_entry (&keywords, token.string, strlen (token.string), in extract_balanced()
|
D | x-lisp.c | 1065 if (hash_find_entry (&keywords, in read_object()
|
D | x-sh.c | 1350 if (hash_find_entry (&keywords, in read_command()
|
D | x-csharp.c | 1892 if (hash_find_entry (&keywords, dottedname, strlen (dottedname), in extract_parenthesized()
|
D | x-python.c | 1567 if (hash_find_entry (&keywords, token.string, strlen (token.string), in extract_balanced()
|
D | x-java.c | 1530 if (hash_find_entry (&keywords, dottedname, strlen (dottedname), in extract_parenthesized()
|
D | x-javascript.c | 1636 if (hash_find_entry (&keywords, token.string, strlen (token.string), in extract_balanced()
|
D | x-c.c | 2097 if (hash_find_entry (objc_extensions ? &objc_keywords : &c_keywords, in x_c_lex()
|
/third_party/gettext/gnulib-local/lib/ |
D | mem-hash-map.h | 48 extern int hash_find_entry (hash_table *htab,
|
D | mem-hash-map.c | 190 hash_find_entry (hash_table *htab, const void *key, size_t keylen, in hash_find_entry() function
|
/third_party/gettext/libtextstyle/gnulib-local/lib/ |
D | term-styled-ostream.oo.c | 557 if (hash_find_entry (&stream->cache, in begin_use_class() 591 if (hash_find_entry (&stream->cache, in end_use_class()
|