#include "config.h"
#include "mxml.h"
Go to the source code of this file.
Data Structures | |
struct | _mxml_global_s |
Typedefs | |
typedef struct _mxml_global_s | _mxml_global_t |
Functions | |
_mxml_global_t * | _mxml_global (void) |
int | _mxml_entity_cb (const char *name) |
typedef struct _mxml_global_s _mxml_global_t |
int _mxml_entity_cb | ( | const char * | name | ) |
Definition at line 155 of file mxml-entity.c.
References entities, and int().
Referenced by _mxml_global().
_mxml_global_t* _mxml_global | ( | void | ) |
Definition at line 143 of file mxml-private.c.
References _mxml_entity_cb(), _mxml_init(), _mxml_key, _mxml_key_once, _mxml_global_s::entity_cbs, _mxml_global_s::num_entity_cbs, and _mxml_global_s::wrap.
Referenced by mxml_error(), mxml_load_data(), mxmlEntityAddCallback(), mxmlEntityGetValue(), mxmlEntityRemoveCallback(), mxmlSaveFd(), mxmlSaveFile(), mxmlSaveString(), mxmlSetCustomHandlers(), mxmlSetErrorCallback(), and mxmlSetWrapMargin().