OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cil_copy_expr
(Results
1 - 2
of
2
) sorted by null
/external/selinux/libsepol/cil/src/
cil_copy_ast.c
522
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
(db, orig->datum_expr, &new->datum_expr)
[
all
...]
cil_copy_ast.h
38
int
cil_copy_expr
(struct cil_db *db, struct cil_list *orig, struct cil_list **new);
Completed in 1354 milliseconds