OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:user_node
(Results
1 - 4
of
4
) sorted by null
/external/selinux/libsepol/cil/src/
cil_build_ast.h
171
int cil_fill_context(struct cil_tree_node *
user_node
, struct cil_context *context);
221
int cil_fill_context(struct cil_tree_node *
user_node
, struct cil_context *context);
cil_resolve_ast.c
799
struct cil_tree_node *
user_node
= NULL;
local
807
user_node
= user_datum->nodes->head->data;
809
if (
user_node
->flavor != CIL_USER) {
852
struct cil_tree_node *
user_node
= NULL;
local
860
user_node
= user_datum->nodes->head->data;
862
if (
user_node
->flavor != CIL_USER) {
903
struct cil_tree_node *
user_node
= NULL;
local
911
user_node
= user_datum->nodes->head->data;
913
if (
user_node
->flavor != CIL_USER) {
930
struct cil_tree_node *
user_node
= NULL
local
[
all
...]
cil_build_ast.c
[
all
...]
cil_post.c
1387
struct cil_tree_node *
user_node
= NULL;
local
[
all
...]
Completed in 93 milliseconds