Crinit -- Configurable Rootfs Init
|
Public Attributes | |
crinitConfKvList_t * | anchor |
Anchor pointer to the beginning of the list. More... | |
crinitConfKvList_t * | pList |
Running pointer to the element being currently constructed. More... | |
crinitConfKvList_t * | last |
Running pointer to the last element just constructed. More... | |
size_t | keyArrayCount |
Counter variable for array-like config options. More... | |
Struct definition for the parser context used by crinitIniHandler()
crinitConfKvList_t* crinitIniParserCtx_t::anchor |
Anchor pointer to the beginning of the list.
size_t crinitIniParserCtx_t::keyArrayCount |
Counter variable for array-like config options.
crinitConfKvList_t* crinitIniParserCtx_t::last |
Running pointer to the last element just constructed.
crinitConfKvList_t* crinitIniParserCtx_t::pList |
Running pointer to the element being currently constructed.