Home
last modified time | relevance | path

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

/third_party/glib/gobject/
Dgclosure.c1168 gint *enum_tmpval, in value_to_ffi_type() argument
1175 if (enum_tmpval) in value_to_ffi_type()
1196 g_assert (enum_tmpval != NULL); in value_to_ffi_type()
1198 *enum_tmpval = g_value_get_enum (gvalue); in value_to_ffi_type()
1199 *value = enum_tmpval; in value_to_ffi_type()
1203 g_assert (enum_tmpval != NULL); in value_to_ffi_type()
1205 *enum_tmpval = g_value_get_flags (gvalue); in value_to_ffi_type()
1206 *value = enum_tmpval; in value_to_ffi_type()
1459 gint *enum_tmpval; in g_cclosure_marshal_generic() local
1462 enum_tmpval = g_alloca (sizeof (gint)); in g_cclosure_marshal_generic()
[all …]