gwenhywfar  5.3.0
Functions
gwen_parser.c File Reference
#include "gwen_parser_p.h"
#include <gwenhywfar/debug.h>
#include "gwen_parser_check.c"
#include "gwen_parser_update.c"
#include "gwen_parser_todb.c"
Include dependency graph for gwen_parser.c:

Go to the source code of this file.

Functions

int GWEN_Parser__CheckElement (const GWEN_PARSER_ELEMENT *eDefinitions, const GWEN_PARSER_ELEMENT *eData)
 
const GWEN_PARSER_ELEMENT * GWEN_Parser__GetChoice (const GWEN_PARSER_ELEMENT *eDefinitions, const GWEN_PARSER_ELEMENT *eData)
 

Function Documentation

◆ GWEN_Parser__CheckElement()

int GWEN_Parser__CheckElement ( const GWEN_PARSER_ELEMENT *  eDefinitions,
const GWEN_PARSER_ELEMENT *  eData 
)

Definition at line 43 of file gwen_parser.c.

References DBG_DEBUG, GWEN_ERROR_BAD_DATA, GWEN_LOGDOMAIN, and NULL.

Referenced by GWEN_Parser__CheckElementAndChildren(), GWEN_Parser__GetChoice(), and GWEN_Parser__UpdateElementAndChildren().

Here is the caller graph for this function:

◆ GWEN_Parser__GetChoice()

const GWEN_PARSER_ELEMENT* GWEN_Parser__GetChoice ( const GWEN_PARSER_ELEMENT *  eDefinitions,
const GWEN_PARSER_ELEMENT *  eData 
)

Definition at line 90 of file gwen_parser.c.

References DBG_DEBUG, GWEN_LOGDOMAIN, GWEN_Parser__CheckElement(), and NULL.

Referenced by GWEN_Parser__CheckElementAndChildren(), and GWEN_Parser__UpdateElementAndChildren().

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