Home | History | Annotate | Download | only in src

Lines Matching refs:record

141  * Create a context structure from the given record
146 const sepol_context_t * record)
155 char *user = strdup(sepol_context_get_user(record));
156 char *role = strdup(sepol_context_get_role(record));
157 char *type = strdup(sepol_context_get_type(record));
158 const char *mls = sepol_context_get_mls(record);
240 * Create a record from the given context structure
245 sepol_context_t ** record)
278 *record = tmp_record;
282 ERR(handle, "could not create context record");