Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dhash.h81 extern int hash_iterate_modify (hash_table *htab, void **ptr,
H A Dhash.c359 hash_iterate_modify (hash_table *htab, void **ptr, in hash_iterate_modify() function
/netbsd-src/external/gpl2/gettext/dist/gnulib-local/lib/
H A Dhash.h81 extern int hash_iterate_modify (hash_table *htab, void **ptr,
H A Dhash.c359 hash_iterate_modify (hash_table *htab, void **ptr, in hash_iterate_modify() function
H A DChangeLog.1456 (hash_iterate, hash_iterate_modify): Likewise.
460 * hash.h (hash_iterate_modify): New declaration.
461 * hash.c (hash_iterate_modify): New function.
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dhash.h81 extern int hash_iterate_modify (hash_table *htab, void **ptr,
H A Dhash.c359 hash_iterate_modify (hash_table *htab, void **ptr, in hash_iterate_modify() function
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dmsgl-fsearch.c285 while (hash_iterate_modify (&findex->gram4, &iter, &key, &keylen, &valuep) in message_fuzzy_index_alloc()