Process Hacker
mxml-private.c File Reference
#include <phbase.h>
#include "mxml-private.h"

Go to the source code of this file.

Functions

void mxml_error (const char *format,...)
 
mxml_type_t mxml_ignore_cb (mxml_node_t *node)
 
mxml_type_t mxml_integer_cb (mxml_node_t *node)
 
mxml_type_t mxml_opaque_cb (mxml_node_t *node)
 
mxml_type_t mxml_real_cb (mxml_node_t *node)
 
_mxml_global_t_mxml_global (void)
 

Function Documentation

_mxml_global_t* _mxml_global ( void  )

Definition at line 133 of file mxml-private.c.

void mxml_error ( const char *  format,
  ... 
)

Definition at line 40 of file mxml-private.c.

mxml_type_t mxml_ignore_cb ( mxml_node_t node)

Definition at line 82 of file mxml-private.c.

mxml_type_t mxml_integer_cb ( mxml_node_t node)

Definition at line 95 of file mxml-private.c.

mxml_type_t mxml_opaque_cb ( mxml_node_t node)

Definition at line 108 of file mxml-private.c.

mxml_type_t mxml_real_cb ( mxml_node_t node)

Definition at line 121 of file mxml-private.c.