Home
last modified time | relevance | path

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

/third_party/selinux/libselinux/src/
Dquery_user_context.c135 context_free(new_context); in manual_user_enter_context()
141 context_free(new_context); in manual_user_enter_context()
146 context_free(new_context); in manual_user_enter_context()
151 context_free(new_context); in manual_user_enter_context()
158 context_free(new_context); in manual_user_enter_context()
166 context_free(new_context); in manual_user_enter_context()
176 context_free(new_context); in manual_user_enter_context()
Dget_context_list.c35 context_free(con); in get_default_context_with_role()
38 context_free(con); in get_default_context_with_role()
94 context_free(con); in get_default_context_with_rolelevel()
162 context_free(con); in get_context_user()
256 context_free(usercon); in get_context_user()
262 context_free(usercon); in get_context_user()
269 context_free(usercon); in get_context_user()
276 context_free(usercon); in get_context_user()
283 context_free(usercon); in get_context_user()
290 context_free(usercon); in get_context_user()
[all …]
Dis_customizable_type.c81 context_free(c); in is_context_customizable()
87 context_free(c); in is_context_customizable()
91 context_free(c); in is_context_customizable()
Dcontext.c81 context_free(result); in context_new()
98 void context_free(context_t context) in context_free() function
Dselinux_check_securetty_context.c45 context_free(con); in selinux_check_securetty_context()
Dsetexecfilecon.c50 context_free(con); in setexecfilecon()
Dlibselinux.map29 context_free;
Dselinux_restorecon.c574 context_free(cona); in compare_types()
594 context_free(cona); in compare_types()
595 context_free(conb); in compare_types()
/third_party/selinux/libselinux/include/selinux/
Dcontext.h31 extern void context_free(context_t);
/third_party/pulseaudio/src/pulse/
Dcontext.c96 static void context_free(pa_context *c);
193 context_free(c); in pa_context_new_with_proplist()
241 static void context_free(pa_context *c) { in context_free() function
294 context_free(c); in pa_context_unref()
/third_party/eudev/src/shared/
Dselinux-util.c38 DEFINE_TRIVIAL_CLEANUP_FUNC(context_t, context_free);