HomeSort by relevance Sort by last modified time
    Searched full:cil_copy_expr (Results 1 - 2 of 2) sorted by null

  /external/selinux/libsepol/cil/src/
cil_copy_ast.c 422 cil_copy_expr(db, orig->str_expr, &new->str_expr);
423 cil_copy_expr(db, orig->datum_expr, &new->datum_expr);
561 cil_copy_expr(db, orig->str_expr, &new->str_expr);
562 cil_copy_expr(db, orig->datum_expr, &new->datum_expr);
643 cil_copy_expr(db, orig->str_expr, &new->str_expr);
644 cil_copy_expr(db, orig->datum_expr, &new->datum_expr);
789 cil_copy_expr(db, orig->expr_str, &new->expr_str);
899 cil_copy_expr(db, orig->str_expr, &(*new)->str_expr);
900 cil_copy_expr(db, orig->datum_expr, &(*new)->datum_expr);
1336 int cil_copy_expr(struct cil_db *db, struct cil_list *orig, struct cil_list **new function
    [all...]
cil_copy_ast.h 38 int cil_copy_expr(struct cil_db *db, struct cil_list *orig, struct cil_list **new);

Completed in 500 milliseconds