Lines Matching defs:context
40 context_struct_t * context)
65 if (context_cpy(&newnode->context, context)) {
108 return &cur->context;
113 context_struct_t * context,
125 ret = apply(cur->sid, &cur->context, args);
136 context_struct_t * context,
149 ret = apply(cur->sid, &cur->context, args);
159 context_destroy(&temp->context);
174 context)
182 if (context_cmp(&cur->context, context))
191 context_struct_t * context,
199 sid = sepol_sidtab_search_context(s, context);
203 sid = sepol_sidtab_search_context(s, context);
206 /* No SID exists for the context. Allocate a new one. */
212 ret = sepol_sidtab_insert(s, sid, context);
266 context_destroy(&temp->context);