Home
last modified time | relevance | path

Searched refs:hash_find_entry (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dhash.h50 extern int hash_find_entry (hash_table *htab,
H A Dhash.c191 hash_find_entry (hash_table *htab, const void *key, size_t keylen, in hash_find_entry() function
/netbsd-src/external/gpl2/gettext/dist/gnulib-local/lib/
H A Dhash.h50 extern int hash_find_entry (hash_table *htab,
H A Dhash.c191 hash_find_entry (hash_table *htab, const void *key, size_t keylen, in hash_find_entry() function
H A DChangeLog.1453 (lookup, hash_find_entry, insert_entry_2): Remove casts.
548 (hash_find_entry): Renamed from find_entry.
555 (hash_find_entry): Renamed from find_entry.
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dhash.h50 extern int hash_find_entry (hash_table *htab,
H A Dhash.c191 hash_find_entry (hash_table *htab, const void *key, size_t keylen, in hash_find_entry() function
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dmsgl-fsearch.c248 if (hash_find_entry (&findex->gram4, p0, p4 - p0, in message_fuzzy_index_alloc()
521 if (hash_find_entry (&findex->gram4, p0, p4 - p0, in message_fuzzy_index_search()
H A Dx-glade.c252 (hash_find_entry (&keywords, name, strlen (name), &hash_result) == 0); in start_element_handler()
H A Dx-perl.c1496 if (hash_find_entry (&keywords, tp->string, strlen (tp->string), in extract_variable()
1776 if (hash_find_entry (&keywords, buffer, bufpos, &keyword_value) in interpolate_keywords()
1796 if (hash_find_entry (&keywords, buffer, bufpos, &keyword_value) in interpolate_keywords()
2999 if (hash_find_entry (&keywords, tp->string, strlen (tp->string), in extract_balanced()
H A Dx-awk.c737 if (hash_find_entry (&keywords, token.string, strlen (token.string), in extract_parenthesized()
H A Dx-tcl.c908 if (hash_find_entry (&keywords, in read_command()
H A Dx-librep.c664 if (hash_find_entry (&keywords, in read_object()
H A Dx-scheme.c775 if (hash_find_entry (&keywords, in read_object()
H A Dx-php.c1299 if (hash_find_entry (&keywords, token.string, strlen (token.string), in extract_parenthesized()
H A Dx-sh.c1261 if (hash_find_entry (&keywords, in read_command()
H A Dx-elisp.c690 if (hash_find_entry (&keywords, in read_object()
H A Dxgettext.c1132 if (hash_find_entry (table, keyword, keyword_len, &old_value)) in insert_keyword_callshape()
1280 && hash_find_entry (flag_table, key, keylen, &entry) == 0) in flag_context_list_table_lookup()
1324 if (hash_find_entry (table, name_start, name_end - name_start, &entry) != 0) in flag_context_list_table_insert()
H A Dmessage.c482 int found = !hash_find_entry (&mlp->htable, key, keylen, &htable_value); in message_list_search()
H A Dx-java.c1254 if (hash_find_entry (&keywords, dottedname, strlen (dottedname), in extract_parenthesized()
H A Dx-lisp.c1067 if (hash_find_entry (&keywords, in read_object()
H A Dx-c.c1621 if (hash_find_entry (objc_extensions ? &objc_keywords : &c_keywords, in x_c_lex()
H A Dx-csharp.c1943 if (hash_find_entry (&keywords, dottedname, strlen (dottedname), in extract_parenthesized()
H A Dx-python.c1683 if (hash_find_entry (&keywords, token.string, strlen (token.string), in extract_parenthesized()