Searched refs:key_destroy_func (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/glib/
H A Dghash.c67 GDestroyNotify key_destroy_func; member in struct:_GHashTable
87 GDestroyNotify key_destroy_func,
90 GDestroyNotify key_destroy_func,
129 * @key_destroy_func: a function to free the memory allocated for the key
145 GDestroyNotify key_destroy_func,
156 hash_table->key_destroy_func = key_destroy_func;
209 hash_table->key_destroy_func,
341 * a @key_destroy_func when creating the #GHashTable, the passed key is freed
364 if (hash_table->key_destroy_func)
143 g_hash_table_new_full(GHashFunc hash_func, GEqualFunc key_equal_func, GDestroyNotify key_destroy_func, GDestroyNotify value_destroy_func) argument
[all...]
H A Dghash.in.h50 GDestroyNotify key_destroy_func,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/glib/
H A Dghash.c67 GDestroyNotify key_destroy_func; member in struct:_GHashTable
87 GDestroyNotify key_destroy_func,
90 GDestroyNotify key_destroy_func,
129 * @key_destroy_func: a function to free the memory allocated for the key
145 GDestroyNotify key_destroy_func,
156 hash_table->key_destroy_func = key_destroy_func;
209 hash_table->key_destroy_func,
341 * a @key_destroy_func when creating the #GHashTable, the passed key is freed
364 if (hash_table->key_destroy_func)
143 g_hash_table_new_full(GHashFunc hash_func, GEqualFunc key_equal_func, GDestroyNotify key_destroy_func, GDestroyNotify value_destroy_func) argument
[all...]
H A Dghash.in.h50 GDestroyNotify key_destroy_func,

Completed in 87 milliseconds