Searched refs:value_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.c68 GDestroyNotify value_destroy_func; member in struct:_GHashTable
88 GDestroyNotify value_destroy_func);
91 GDestroyNotify value_destroy_func);
132 * @value_destroy_func: a function to free the memory allocated for the
146 GDestroyNotify value_destroy_func)
157 hash_table->value_destroy_func = value_destroy_func;
210 hash_table->value_destroy_func);
339 * with the new value. If you supplied a @value_destroy_func when creating the
367 if (hash_table->value_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.h51 GDestroyNotify value_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.c68 GDestroyNotify value_destroy_func; member in struct:_GHashTable
88 GDestroyNotify value_destroy_func);
91 GDestroyNotify value_destroy_func);
132 * @value_destroy_func: a function to free the memory allocated for the
146 GDestroyNotify value_destroy_func)
157 hash_table->value_destroy_func = value_destroy_func;
210 hash_table->value_destroy_func);
339 * with the new value. If you supplied a @value_destroy_func when creating the
367 if (hash_table->value_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.h51 GDestroyNotify value_destroy_func);

Completed in 102 milliseconds