Home
last modified time | relevance | path

Searched refs:matchLabel (Results 1 - 6 of 6) sorted by relevance

/base/startup/init/services/param/base/
H A Dparam_include.h39 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 Dparam_trie.c314 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 Dparam_base.c37 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 Dparam_trie.h48 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 Dselinux_map.h39 const char *matchLabel; member
/base/security/selinux_adapter/framework/policycoreutils/src/
H A Dcontexts_trie.c92 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