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

/external/selinux/libsepol/cil/src/
H A Dcil_copy_ast.c522 cil_copy_expr(db, orig->str_expr, &new->str_expr);
523 cil_copy_expr(db, orig->datum_expr, &new->datum_expr);
604 cil_copy_expr(db, orig->str_expr, &new->str_expr);
605 cil_copy_expr(db, orig->datum_expr, &new->datum_expr);
820 cil_copy_expr(db, orig->str_expr, &(*new)->str_expr);
821 cil_copy_expr(db, orig->datum_expr, &(*new)->datum_expr);
1257 int cil_copy_expr(struct cil_db *db, struct cil_list *orig, struct cil_list **new) function
1272 cil_copy_expr(db, curr->data, &sub_list);
1306 cil_copy_expr(db, orig->str_expr, &new->str_expr);
1307 cil_copy_expr(d
[all...]
H A Dcil_copy_ast.h38 int cil_copy_expr(struct cil_db *db, struct cil_list *orig, struct cil_list **new);

Completed in 21 milliseconds