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 D | hash.h | 81 extern int hash_iterate_modify (hash_table *htab, void **ptr,
|
H A D | hash.c | 359 hash_iterate_modify (hash_table *htab, void **ptr, in hash_iterate_modify() function
|
/netbsd-src/external/gpl2/gettext/dist/gnulib-local/lib/ |
H A D | hash.h | 81 extern int hash_iterate_modify (hash_table *htab, void **ptr,
|
H A D | hash.c | 359 hash_iterate_modify (hash_table *htab, void **ptr, in hash_iterate_modify() function
|
H A D | ChangeLog.1 | 456 (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 D | hash.h | 81 extern int hash_iterate_modify (hash_table *htab, void **ptr,
|
H A D | hash.c | 359 hash_iterate_modify (hash_table *htab, void **ptr, in hash_iterate_modify() function
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
H A D | msgl-fsearch.c | 285 while (hash_iterate_modify (&findex->gram4, &iter, &key, &keylen, &valuep) in message_fuzzy_index_alloc()
|