OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:was_created
(Results
1 - 2
of
2
) sorted by null
/external/libsepol/src/
avrule_block.c
140
int
was_created
;
local
141
result = cond_node_find(p, cond, decl->cond_list, &
was_created
);
142
if (result != NULL &&
was_created
) {
conditional.c
171
* pointer to the existing node, setting '
was_created
' to 0.
172
* Otherwise create a new one and return it, setting '
was_created
' to
176
int *
was_created
)
180
*
was_created
= 0;
185
*
was_created
= 1;
194
int
was_created
;
local
195
cond_node_t *result = cond_node_find(p, cn, list, &
was_created
);
196
if (result != NULL &&
was_created
) {
Completed in 25 milliseconds