|
Process Hacker
|
Go to the source code of this file.
Functions | |
| int | mxmlSetCustom (mxml_node_t *node, void *data, mxml_custom_destroy_cb_t destroy) |
| int | mxmlSetCDATA (mxml_node_t *node, const char *data) |
| int | mxmlSetElement (mxml_node_t *node, const char *name) |
| int | mxmlSetInteger (mxml_node_t *node, int integer) |
| int | mxmlSetOpaque (mxml_node_t *node, const char *opaque) |
| int | mxmlSetReal (mxml_node_t *node, double real) |
| int | mxmlSetText (mxml_node_t *node, int whitespace, const char *string) |
| int | mxmlSetTextf (mxml_node_t *node, int whitespace, const char *format,...) |
| int mxmlSetCDATA | ( | mxml_node_t * | node, |
| const char * | data | ||
| ) |
Definition at line 83 of file mxml-set.c.
| int mxmlSetCustom | ( | mxml_node_t * | node, |
| void * | data, | ||
| mxml_custom_destroy_cb_t | destroy | ||
| ) |
Definition at line 48 of file mxml-set.c.
| int mxmlSetElement | ( | mxml_node_t * | node, |
| const char * | name | ||
| ) |
Definition at line 114 of file mxml-set.c.
| int mxmlSetInteger | ( | mxml_node_t * | node, |
| int | integer | ||
| ) |
Definition at line 144 of file mxml-set.c.
| int mxmlSetOpaque | ( | mxml_node_t * | node, |
| const char * | opaque | ||
| ) |
Definition at line 171 of file mxml-set.c.
| int mxmlSetReal | ( | mxml_node_t * | node, |
| double | real | ||
| ) |
Definition at line 201 of file mxml-set.c.
| int mxmlSetText | ( | mxml_node_t * | node, |
| int | whitespace, | ||
| const char * | string | ||
| ) |
Definition at line 228 of file mxml-set.c.
| int mxmlSetTextf | ( | mxml_node_t * | node, |
| int | whitespace, | ||
| const char * | format, | ||
| ... | |||
| ) |
Definition at line 260 of file mxml-set.c.