Crinit -- Configurable Rootfs Init
|
Data Fields | |
crinitConfKvList_t * | anchor |
Anchor pointer to the beginning of the list. | |
crinitConfKvList_t * | pList |
Running pointer to the element being currently constructed. | |
crinitConfKvList_t * | last |
Running pointer to the last element just constructed. | |
size_t | keyArrayCount |
Counter variable for array-like config options. | |
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.