Searched refs:handle_pair (Results 1 – 3 of 3) sorted by relevance
/third_party/gettext/gettext-tools/src/ |
D | read-desktop.h | 57 void (*handle_pair) (struct desktop_reader_ty *pop, member
|
D | read-desktop.c | 85 if (reader->methods->handle_pair) in desktop_reader_handle_pair() 86 reader->methods->handle_pair (reader, key_pos, key, locale, value); in desktop_reader_handle_pair()
|
/third_party/glib/glib/tests/ |
D | hash.c | 72 handle_pair (gpointer key, gpointer value, int result_array[10000]) in handle_pair() function 115 handle_pair (key, value, user_data); in my_hash_callback() 628 handle_pair (ikey, ivalue, result_array); in test_hash_misc()
|