Interna of trie functionality.
More...
Interna of trie functionality.
- Copyright
- BSD License (see doc/COPYING or http://www.libelektra.org)
int elektraTrieClose |
( |
Trie * |
trie, |
|
|
Key * |
errorKey |
|
) |
| |
Closes the trie and all opened backends within.
- Parameters
-
trie | the trie to close |
errorKey | the key used to report warnings |
- Return values
-
Backend* elektraTrieLookup |
( |
Trie * |
trie, |
|
|
const Key * |
key |
|
) |
| |
Internal Datastructure for mountpoints.
Lookups a backend inside the trie.
- Returns
- the backend if found
-
0 otherwise
- Parameters
-
trie | the trie object to work with |
key | the name of this key will be looked up |