gwenhywfar  5.3.0
Functions
gwen_parser_todb.c File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int GWEN_Parser__toDbElementAndChildren (GWEN_PARSER_ELEMENT *eData, GWEN_DB_NODE *dbParent, int depth)
 
int GWEN_Parser_ToDbTree (GWEN_PARSER_ELEMENT_TREE *tData, GWEN_DB_NODE *db)
 

Function Documentation

◆ GWEN_Parser__toDbElementAndChildren()

int GWEN_Parser__toDbElementAndChildren ( GWEN_PARSER_ELEMENT *  eData,
GWEN_DB_NODE dbParent,
int  depth 
)

Definition at line 29 of file gwen_parser_todb.c.

References DBG_INFO, GWEN_DB_FLAGS_DEFAULT, GWEN_DB_GetGroup(), GWEN_DB_SetCharValue(), GWEN_LOGDOMAIN, and NULL.

Referenced by GWEN_Parser_ToDbTree().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ GWEN_Parser_ToDbTree()

int GWEN_Parser_ToDbTree ( GWEN_PARSER_ELEMENT_TREE *  tData,
GWEN_DB_NODE db 
)

Copies data from the element tree to the given db node using the dbName from the individual parser elements.

Definition at line 66 of file gwen_parser_todb.c.

References DBG_INFO, GWEN_LOGDOMAIN, and GWEN_Parser__toDbElementAndChildren().

Here is the call graph for this function: