Lines Matching defs:context
19 * Regular database object's security context interface
21 * It provides applications a regular security context for the given
22 * database objects. The pair of object's name and a security context
29 * <object class> <object name/identifier> <security context>
54 * Thus, when we lookup an expected security context for a table of
69 * spec_t : It holds a pair of a key and an expected security context
95 char *type, *key, *context, *temp;
105 * <object class> <object name> <security context>
107 type = key = context = temp = NULL;
109 &type, &key, &context, &temp);
156 spec->lr.ctx_raw = context;
165 free(context);