Lines Matching refs:enum_tmpval
1168 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()
1465 rtype = value_to_ffi_type (return_gvalue, &rvalue, enum_tmpval, &tmpval_used); in g_cclosure_marshal_generic()
1479 enum_tmpval = g_alloca (sizeof (gint)); in g_cclosure_marshal_generic()
1485 enum_tmpval, in g_cclosure_marshal_generic()
1494 enum_tmpval, in g_cclosure_marshal_generic()
1503 enum_tmpval = g_alloca (sizeof (gint)); in g_cclosure_marshal_generic()
1507 enum_tmpval, in g_cclosure_marshal_generic()
1559 gint *enum_tmpval; in g_cclosure_marshal_generic_va() local
1563 enum_tmpval = g_alloca (sizeof (gint)); in g_cclosure_marshal_generic_va()
1566 rtype = value_to_ffi_type (return_value, &rvalue, enum_tmpval, &tmpval_used); in g_cclosure_marshal_generic_va()