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

/external/selinux/libsepol/include/sepol/policydb/
H A Dcontext.h36 } context_struct_t; typedef in typeref:struct:context_struct
38 static inline void mls_context_init(context_struct_t * c)
43 static inline int mls_context_cpy(context_struct_t * dst,
44 context_struct_t * src)
53 static inline int mls_context_cmp(context_struct_t * c1, context_struct_t * c2)
60 static inline void mls_context_destroy(context_struct_t * c)
69 static inline void context_init(context_struct_t * c)
74 static inline int context_cpy(context_struct_t * dst, context_struct_t * sr
[all...]

Completed in 532 milliseconds