Process Hacker
|
Go to the source code of this file.
Functions | |
void | mxmlIndexDelete (mxml_index_t *ind) |
mxml_node_t * | mxmlIndexEnum (mxml_index_t *ind) |
mxml_node_t * | mxmlIndexFind (mxml_index_t *ind, const char *element, const char *value) |
mxml_index_t * | mxmlIndexNew (mxml_node_t *node, const char *element, const char *attr) |
mxml_node_t * | mxmlIndexReset (mxml_index_t *ind) |
void mxmlIndexDelete | ( | mxml_index_t * | ind | ) |
Definition at line 56 of file mxml-index.c.
mxml_node_t* mxmlIndexEnum | ( | mxml_index_t * | ind | ) |
Definition at line 86 of file mxml-index.c.
mxml_node_t* mxmlIndexFind | ( | mxml_index_t * | ind, |
const char * | element, | ||
const char * | value | ||
) |
Definition at line 116 of file mxml-index.c.
mxml_index_t* mxmlIndexNew | ( | mxml_node_t * | node, |
const char * | element, | ||
const char * | attr | ||
) |
Definition at line 299 of file mxml-index.c.
mxml_node_t* mxmlIndexReset | ( | mxml_index_t * | ind | ) |
Definition at line 457 of file mxml-index.c.