Searched refs:hashcode_fn (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| H A D | gl_anylinked_list2.h | 43 gl_listelement_hashcode_fn hashcode_fn, in gl_linked_create_empty() argument 51 list->base.hashcode_fn = hashcode_fn; in gl_linked_create_empty() 68 gl_listelement_hashcode_fn hashcode_fn, in gl_linked_create() argument 78 list->base.hashcode_fn = hashcode_fn; in gl_linked_create() 101 (list->base.hashcode_fn != NULL in gl_linked_create() 102 ? list->base.hashcode_fn (node->value) in gl_linked_create() 197 (list->base.hashcode_fn != NULL in gl_linked_set_at() 198 ? list->base.hashcode_fn (elt) in gl_linked_set_at() 229 (list->base.hashcode_fn != NULL in gl_linked_search_from_to() 230 ? list->base.hashcode_fn (elt) in gl_linked_search_from_to() [all …]
|
| H A D | gl_list.h | 129 gl_listelement_hashcode_fn hashcode_fn, 144 gl_listelement_hashcode_fn hashcode_fn, 366 gl_listelement_hashcode_fn hashcode_fn, 370 gl_listelement_hashcode_fn hashcode_fn, 431 gl_listelement_hashcode_fn hashcode_fn; member 445 gl_listelement_hashcode_fn hashcode_fn, in gl_list_create_empty() argument 448 return implementation->create_empty (implementation, equals_fn, hashcode_fn, in gl_list_create_empty() 456 gl_listelement_hashcode_fn hashcode_fn, in gl_list_create() argument 460 return implementation->create (implementation, equals_fn, hashcode_fn, in gl_list_create()
|
| H A D | gl_list.c | 33 gl_listelement_hashcode_fn hashcode_fn, in gl_list_create_empty() argument 36 return implementation->create_empty (implementation, equals_fn, hashcode_fn, in gl_list_create_empty() 43 gl_listelement_hashcode_fn hashcode_fn, in gl_list_create() argument 47 return implementation->create (implementation, equals_fn, hashcode_fn, in gl_list_create()
|