Home
last modified time | relevance | path

Searched refs:childPtr (Results 1 – 3 of 3) sorted by relevance

/base/security/selinux_adapter/interfaces/policycoreutils/src/
Dcontexts_trie.c61 groupNode->childPtr = child; in AddGroupNode()
84 *child = childNode->childPtr; in InsertElementToTrie()
87 ParamContextsTrie *childPtr = (ParamContextsTrie *)calloc(1, sizeof(ParamContextsTrie)); in InsertElementToTrie() local
88 if (childPtr == NULL) { in InsertElementToTrie()
91 childPtr->prefixLabel = DEFAULT_CONTEXT; in InsertElementToTrie()
92 childPtr->matchLabel = DEFAULT_CONTEXT; in InsertElementToTrie()
93 childPtr->labeled = UNLABELED; in InsertElementToTrie()
94 childPtr->index = DEFAULT_CONTEXT_INDEX; in InsertElementToTrie()
95 if (HashMapCreate(&childPtr->handle) != 0) { in InsertElementToTrie()
96 ReleaseParamContextsTrieNode(&childPtr); in InsertElementToTrie()
[all …]
/base/security/selinux_adapter/interfaces/policycoreutils/include/
Dselinux_map.h51 ParamContextsTrie *childPtr; member
/base/security/selinux_adapter/test/unittest/parameter_static/
Dunit_test.cpp57 tmp->childPtr = nullptr; in GenerateParamHashNode()