Home
last modified time | relevance | path

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

/external/selinux/libsepol/src/
Dusers.c55 context_destroy(&context); in user_to_record()
61 context_destroy(&context); in user_to_record()
65 context_destroy(&context); in user_to_record()
68 context_destroy(&context); in user_to_record()
79 context_destroy(&context); in user_to_record()
83 context_destroy(&context); in user_to_record()
86 context_destroy(&context); in user_to_record()
189 context_destroy(&context); in sepol_user_modify()
195 context_destroy(&context); in sepol_user_modify()
198 context_destroy(&context); in sepol_user_modify()
[all …]
Dinterfaces.c34 context_destroy(tmp_con); in iface_from_record()
43 context_destroy(tmp_con); in iface_from_record()
56 context_destroy(&tmp_iface->context[0]); in iface_from_record()
57 context_destroy(&tmp_iface->context[1]); in iface_from_record()
60 context_destroy(tmp_con); in iface_from_record()
191 context_destroy(&c->context[0]); in sepol_iface_modify()
192 context_destroy(&c->context[1]); in sepol_iface_modify()
210 context_destroy(&iface->context[0]); in sepol_iface_modify()
211 context_destroy(&iface->context[1]); in sepol_iface_modify()
Dibendports.c49 context_destroy(tmp_con); in ibendport_from_record()
61 context_destroy(&tmp_ibendport->context[0]); in ibendport_from_record()
64 context_destroy(tmp_con); in ibendport_from_record()
213 context_destroy(&ibendport->context[0]); in sepol_ibendport_modify()
Dibpkeys.c46 context_destroy(tmp_con); in ibpkey_from_record()
58 context_destroy(&tmp_ibpkey->context[0]); in ibpkey_from_record()
61 context_destroy(tmp_con); in ibpkey_from_record()
210 context_destroy(&ibpkey->context[0]); in sepol_ibpkey_modify()
Dports.c92 context_destroy(tmp_con); in port_from_record()
104 context_destroy(&tmp_port->context[0]); in port_from_record()
107 context_destroy(tmp_con); in port_from_record()
283 context_destroy(&port->context[0]); in sepol_port_modify()
Dnodes.c60 context_destroy(tmp_con); in node_from_record()
72 context_destroy(&tmp_node->context[0]); in node_from_record()
75 context_destroy(tmp_con); in node_from_record()
339 context_destroy(&node->context[0]); in sepol_node_modify()
Dsidtab.c111 context_destroy(&cur->context); in sepol_sidtab_remove()
193 context_destroy(&temp->context); in sepol_sidtab_map_remove_on_error()
300 context_destroy(&temp->context); in sepol_sidtab_destroy()
Dmls.c687 context_destroy(ctx1); in sepol_mls_contains()
688 context_destroy(ctx2); in sepol_mls_contains()
699 context_destroy(ctx1); in sepol_mls_contains()
700 context_destroy(ctx2); in sepol_mls_contains()
720 context_destroy(con); in sepol_mls_check()
Dcontext.c228 context_destroy(scontext); in context_from_record()
340 context_destroy(con); in sepol_context_check()
Dservices.c1318 context_destroy(context); in sepol_context_to_sid()
1324 context_destroy(context); in sepol_context_to_sid()
1475 context_destroy(&newcontext); in sepol_compute_sid()
1682 context_destroy(&oldc); in convert_context()
1687 context_destroy(&oldc); in convert_context()
Dpolicydb.c1441 context_destroy(&ctmp->context[0]); in ocontext_selinux_free()
1442 context_destroy(&ctmp->context[1]); in ocontext_selinux_free()
1463 context_destroy(&ctmp->context[0]); in ocontext_xen_free()
1464 context_destroy(&ctmp->context[1]); in ocontext_xen_free()
1529 context_destroy(&ctmp->context[0]); in policydb_destroy()
2051 context_destroy(c); in context_read_and_validate()
3097 context_destroy(&newc->context[0]); in genfs_read()
3098 context_destroy(&newc->context[1]); in genfs_read()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_driver.h54 void (*context_destroy)(struct gl_context *ctx); member
Dnv04_context.c205 .context_destroy = nv04_context_destroy,
Dnouveau_context.c230 context_drv(ctx)->context_destroy(ctx); in nouveau_context_destroy()
Dnv20_context.c506 .context_destroy = nv20_context_destroy,
Dnv10_context.c498 .context_destroy = nv10_context_destroy,
/external/rust/crates/grpcio-sys/grpc/src/core/lib/compression/
Dstream_compression.cc63 ctx->vtable->context_destroy(ctx); in grpc_stream_compression_context_destroy()
Dstream_compression.h63 void (*context_destroy)(grpc_stream_compression_context* ctx); member
/external/grpc-grpc/src/core/lib/compression/
Dstream_compression.cc62 ctx->vtable->context_destroy(ctx); in grpc_stream_compression_context_destroy()
Dstream_compression.h63 void (*context_destroy)(grpc_stream_compression_context* ctx); member
/external/selinux/libsepol/include/sepol/policydb/
Dcontext.h129 static inline void context_destroy(context_struct_t * c) in context_destroy() function
/external/selinux/checkpolicy/
Dpolicy_define.c4546 context_destroy(c); in parse_security_context()
4629 context_destroy(&newc->context[0]); in define_fs_context()
4640 context_destroy(&newc->context[0]); in define_fs_context()
4641 context_destroy(&newc->context[1]); in define_fs_context()
5258 context_destroy(&newc->context[0]); in define_netif_context()
5269 context_destroy(&newc->context[0]); in define_netif_context()
5270 context_destroy(&newc->context[1]); in define_netif_context()
5496 context_destroy(&newc->context[0]); in define_fs_use()
5628 context_destroy(&newc->context[0]); in define_genfs_context_helper()
/external/selinux/libsepol/cil/src/
Dcil_binary.c3251 context_destroy(&new_ocon->context[0]); in cil_netifcon_to_policydb()