|
| | backends.c |
| | Internal functions for handling the backends KeySet of a KDB instance.
|
| |
| | contracts.c |
| | Contract constructors for kdbOpen()
|
| |
| | cow.c |
| | Shared methods for key and keyset copy-on-write.
|
| |
| | errors.c |
| | Used for writing the error/warning information into a key to be used for emitting messages to the user.
|
| |
| | hooks.c |
| |
| | internal.c |
| | Internal methods for Elektra.
|
| |
| | kdb.c |
| | Low level functions for access the Key Database.
|
| |
| | kdbenum.c |
| | dummy file to document the enums which have no name in the header file.
|
| |
| | key.c |
| | Methods for Key manipulation.
|
| |
| | keyhelpers.c |
| | Helpers for key manipulation.
|
| |
| | keymeta.c |
| | Methods to do various operations on Key metadata.
|
| |
| | elektra/keyname.c |
| | Methods for Key name manipulation.
|
| |
| | keyset.c |
| | Methods for key sets.
|
| |
| | keytest.c |
| | Methods for making tests.
|
| |
| | keyvalue.c |
| | Methods for Key value manipulation.
|
| |
| | log.c |
| | Non-C99 Logger Implementation.
|
| |
| | nolog.c |
| | C99-compatible Fake Logger Implementation.
|
| |
| | opmphm.c |
| | The Order Preserving Minimal Perfect Hash Map.
|
| |
| | opmphmpredictor.c |
| | The Order Preserving Minimal Perfect Hash Map Predictor.
|
| |
| | elektra/plugin.c |
| | Interna of plugin functionality.
|
| |
| | proposal.c |
| | Implementation of proposed API enhancements.
|
| |
| | rand.c |
| | Rand for Elektra.
|
| |