Home
last modified time | relevance | path

Searched refs:hash_iterate_modify (Results 1 – 4 of 4) sorted by relevance

/third_party/gettext/gnulib-local/lib/
Dmem-hash-map.h79 extern int hash_iterate_modify (hash_table *htab, void **ptr,
Dmem-hash-map.c358 hash_iterate_modify (hash_table *htab, void **ptr, in hash_iterate_modify() function
DChangeLog.1456 (hash_iterate, hash_iterate_modify): Likewise.
460 * hash.h (hash_iterate_modify): New declaration.
461 * hash.c (hash_iterate_modify): New function.
/third_party/gettext/gettext-tools/src/
Dmsgl-fsearch.c288 while (hash_iterate_modify (&findex->gram4, &iter, &key, &keylen, &valuep) in message_fuzzy_index_alloc()