Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgdbusconnection.c3216 FilterData *to_destroy; in g_dbus_connection_remove_filter() local
3223 to_destroy = NULL; in g_dbus_connection_remove_filter()
3233 to_destroy = data; in g_dbus_connection_remove_filter()
3240 if (to_destroy != NULL) in g_dbus_connection_remove_filter()
3242 if (to_destroy->user_data_free_func != NULL) in g_dbus_connection_remove_filter()
3243 to_destroy->user_data_free_func (to_destroy->user_data); in g_dbus_connection_remove_filter()
3244 g_main_context_unref (to_destroy->context); in g_dbus_connection_remove_filter()
3245 g_free (to_destroy); in g_dbus_connection_remove_filter()
/third_party/selinux/libsepol/cil/src/
Dcil_resolve_ast.c55 struct cil_list *to_destroy; member
4040 cil_list_append(args->to_destroy, CIL_NODE, parent); in __cil_resolve_ast_last_child_helper()
4088 cil_list_init(&extra_args.to_destroy, CIL_NODE); in cil_resolve_ast()
4176 cil_list_for_each(item, extra_args.to_destroy) { in cil_resolve_ast()
4213 cil_list_for_each(item, extra_args.to_destroy) { in cil_resolve_ast()
4216 cil_list_destroy(&extra_args.to_destroy, CIL_FALSE); in cil_resolve_ast()
4217 cil_list_init(&extra_args.to_destroy, CIL_NODE); in cil_resolve_ast()
4234 cil_list_destroy(&extra_args.to_destroy, CIL_FALSE); in cil_resolve_ast()