|
gwenhywfar
5.3.0
|

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) |
| 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().


| 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().

1.8.14