Searched defs:context_struct_t (Results 1 - 1 of 1) sorted by relevance

/external/libsepol/include/sepol/policydb/
H A Dcontext.h35 } context_struct_t; typedef in typeref:struct:context_struct
37 static inline void mls_context_init(context_struct_t * c)
42 static inline int mls_context_cpy(context_struct_t * dst,
43 context_struct_t * src)
52 static inline int mls_context_cmp(context_struct_t * c1, context_struct_t * c2)
59 static inline void mls_context_destroy(context_struct_t * c)
68 static inline void context_init(context_struct_t * c)
73 static inline int context_cpy(context_struct_t * dst, context_struct_t * sr
[all...]

Completed in 108 milliseconds