HomeSort by relevance Sort by last modified time
    Searched refs: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);
812 cil_copy_expr(db, orig->expr_str, &new->expr_str);
922 cil_copy_expr(db, orig->str_expr, &(*new)->str_expr);
923 cil_copy_expr(db, orig->datum_expr, &(*new)->datum_expr);
1404 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 49 milliseconds