Crinit -- Configurable Rootfs Init
Loading...
Searching...
No Matches
crinitIniParserCtx_t Struct Reference
Collaboration diagram for crinitIniParserCtx_t:
Collaboration graph

Data Fields

crinitConfKvList_tanchor
 Anchor pointer to the beginning of the list.
 
crinitConfKvList_tpList
 Running pointer to the element being currently constructed.
 
crinitConfKvList_tlast
 Running pointer to the last element just constructed.
 
size_t keyArrayCount
 Counter variable for array-like config options.
 

Detailed Description

Struct definition for the parser context used by crinitIniHandler()

Field Documentation

◆ anchor

crinitConfKvList_t* crinitIniParserCtx_t::anchor

Anchor pointer to the beginning of the list.

◆ keyArrayCount

size_t crinitIniParserCtx_t::keyArrayCount

Counter variable for array-like config options.

◆ last

crinitConfKvList_t* crinitIniParserCtx_t::last

Running pointer to the last element just constructed.

◆ pList

crinitConfKvList_t* crinitIniParserCtx_t::pList

Running pointer to the element being currently constructed.


The documentation for this struct was generated from the following file: