Home
last modified time | relevance | path

Searched refs:hashcode_fn (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dgl_anylinked_list2.h43 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 Dgl_list.h129 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 Dgl_list.c33 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()