32 GWEN_PARSER_ELEMENT *eChild;
34 const char *groupName;
36 groupName=GWEN_ParserElement_GetDbName(eData);
38 s=GWEN_ParserElement_GetData(eData);
44 eChild=GWEN_ParserElement_Tree_GetFirstChild(eData);
48 if (groupName && *groupName)
57 GWEN_ParserElement_Tree_GetNext(eChild);
68 GWEN_PARSER_ELEMENT *e;
70 e=GWEN_ParserElement_Tree_GetFirst(tData);
79 e=GWEN_ParserElement_Tree_GetNext(e);
struct GWEN_DB_NODE GWEN_DB_NODE
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)
GWEN_DB_NODE * GWEN_DB_GetGroup(GWEN_DB_NODE *n, uint32_t flags, const char *path)
int GWEN_DB_SetCharValue(GWEN_DB_NODE *n, uint32_t flags, const char *path, const char *val)
#define DBG_INFO(dbg_logger, format, args...)
#define GWEN_DB_FLAGS_DEFAULT