|
Process Hacker
|
#include "mxml-private.h"Go to the source code of this file.
Functions | |
| int | mxmlEntityAddCallback (mxml_entity_cb_t cb) |
| const char * | mxmlEntityGetName (int val) |
| int | mxmlEntityGetValue (const char *name) |
| void | mxmlEntityRemoveCallback (mxml_entity_cb_t cb) |
| int | _mxml_entity_cb (const char *name) |
| int _mxml_entity_cb | ( | const char * | name | ) |
Definition at line 155 of file mxml-entity.c.
| int mxmlEntityAddCallback | ( | mxml_entity_cb_t | cb | ) |
Definition at line 43 of file mxml-entity.c.
| const char* mxmlEntityGetName | ( | int | val | ) |
Definition at line 73 of file mxml-entity.c.
| int mxmlEntityGetValue | ( | const char * | name | ) |
Definition at line 103 of file mxml-entity.c.
| void mxmlEntityRemoveCallback | ( | mxml_entity_cb_t | cb | ) |
Definition at line 124 of file mxml-entity.c.