Searched refs:ParamContextsTrie (Results 1 - 4 of 4) sorted by relevance
/base/security/selinux_adapter/interfaces/policycoreutils/include/ |
H A D | contexts_trie.h | 32 bool ReadParamFromSharedMem(ParamContextsTrie **trieRoot, ParamContextsList **listHead); 33 const char* SearchFromParamTrie(ParamContextsTrie *root, const char *paraName); 34 int GetLabelIndex(ParamContextsTrie *root, const char *paraName);
|
H A D | selinux_map.h | 43 } ParamContextsTrie; typedef 51 ParamContextsTrie *childPtr;
|
/base/security/selinux_adapter/framework/policycoreutils/src/ |
H A D | contexts_trie.c | 33 static ParamHashNode *GetGroupNode(ParamContextsTrie *root, const char *name, uint32_t len) in GetGroupNode() 42 static ParamHashNode *AddGroupNode(ParamContextsTrie *root, const char *name, ParamContextsTrie *child) in AddGroupNode() 67 static void ReleaseParamContextsTrieNode(ParamContextsTrie **node) in ReleaseParamContextsTrieNode() 79 static bool InsertElementToTrie(ParamContextsTrie *root, const char *element, ParamContextsTrie **child) in InsertElementToTrie() 87 ParamContextsTrie *childPtr = (ParamContextsTrie *)calloc(1, sizeof(ParamContextsTrie)); in InsertElementToTrie() 107 static bool InsertParamToTrie(ParamContextsTrie *roo [all...] |
H A D | selinux_parameter.c | 29 static ParamContextsTrie *g_contextsTrie = NULL;
|
Completed in 3 milliseconds