Home
last modified time | relevance | path

Searched refs:cil_copy_expr (Results 1 – 2 of 2) sorted by relevance

/external/selinux/libsepol/cil/src/
Dcil_copy_ast.c422 cil_copy_expr(db, orig->str_expr, &new->str_expr); in cil_copy_userattributeset()
423 cil_copy_expr(db, orig->datum_expr, &new->datum_expr); in cil_copy_userattributeset()
561 cil_copy_expr(db, orig->str_expr, &new->str_expr); in cil_copy_roleattributeset()
562 cil_copy_expr(db, orig->datum_expr, &new->datum_expr); in cil_copy_roleattributeset()
643 cil_copy_expr(db, orig->str_expr, &new->str_expr); in cil_copy_typeattributeset()
644 cil_copy_expr(db, orig->datum_expr, &new->datum_expr); in cil_copy_typeattributeset()
812 cil_copy_expr(db, orig->expr_str, &new->expr_str); in cil_copy_fill_permissionx()
922 cil_copy_expr(db, orig->str_expr, &(*new)->str_expr); in cil_copy_cats()
923 cil_copy_expr(db, orig->datum_expr, &(*new)->datum_expr); in cil_copy_cats()
1404 int cil_copy_expr(struct cil_db *db, struct cil_list *orig, struct cil_list **new) in cil_copy_expr() function
[all …]
Dcil_copy_ast.h38 int cil_copy_expr(struct cil_db *db, struct cil_list *orig, struct cil_list **new);