Searched refs:matchLabel (Results 1 - 6 of 6) sorted by relevance
/base/startup/init/services/param/base/ |
H A D | param_include.h | 39 ParamTrieNode *current, const char *key, uint32_t keyLen, uint32_t *matchLabel)
in FindSubTrie() 51 PARAM_CHECK(matchLabel != NULL, return NULL, "Invalid matchLabel");
in FindSubTrie() 52 *matchLabel = (subTrie->labelIndex != 0) ? subTrie->labelIndex : *matchLabel;
in FindSubTrie() 72 const WorkSpace *workSpace, const char *key, uint32_t keyLen, uint32_t *matchLabel)
in FindTrieNode_() 77 *matchLabel = current->labelIndex;
in FindTrieNode_() 88 current = FindSubTrie(workSpace, next, remainingKey, subKeyLen, matchLabel);
in FindTrieNode_() 90 current = FindSubTrie(workSpace, current, remainingKey, subKeyLen, matchLabel);
in FindTrieNode_() 95 *matchLabel in FindTrieNode_() 38 FindSubTrie(const WorkSpace *workSpace, ParamTrieNode *current, const char *key, uint32_t keyLen, uint32_t *matchLabel) FindSubTrie() argument 71 FindTrieNode_( const WorkSpace *workSpace, const char *key, uint32_t keyLen, uint32_t *matchLabel) FindTrieNode_() argument [all...] |
H A D | param_trie.c | 314 const char *key, uint32_t keyLen, uint32_t *matchLabel)
in FindTrieNode() 323 if (matchLabel != NULL) {
in FindTrieNode() 324 *matchLabel = tmpMatchLen;
in FindTrieNode() 313 FindTrieNode(WorkSpace *workSpace, const char *key, uint32_t keyLen, uint32_t *matchLabel) FindTrieNode() argument
|
H A D | param_base.c | 37 const char *key, uint32_t keyLen, uint32_t *matchLabel);
584 const char *key, uint32_t keyLen, uint32_t *matchLabel)
589 if (matchLabel != NULL) {
590 *matchLabel = tmpMatchLen;
|
/base/startup/init/services/param/include/ |
H A D | param_trie.h | 48 WorkSpace *workSpace, const char *key, uint32_t keyLen, uint32_t *matchLabel);
64 const WorkSpace *workSpace, const char *key, uint32_t keyLen, uint32_t *matchLabel);
|
/base/security/selinux_adapter/interfaces/policycoreutils/include/ |
H A D | selinux_map.h | 39 const char *matchLabel; member
|
/base/security/selinux_adapter/framework/policycoreutils/src/ |
H A D | contexts_trie.c | 92 childPtr->matchLabel = DEFAULT_CONTEXT; in InsertElementToTrie() 131 root->matchLabel = contexts; in InsertParamToTrie() 164 return match->matchLabel; in SearchFromParamTrie() 274 tmpRoot->matchLabel = DEFAULT_CONTEXT; in ReadParamFromSharedMemInit()
|
Completed in 7 milliseconds