Process Hacker
|
Go to the source code of this file.
Functions | |
mxml_node_t * | mxmlFindElement (mxml_node_t *node, mxml_node_t *top, const char *name, const char *attr, const char *value, int descend) |
mxml_node_t * | mxmlWalkNext (mxml_node_t *node, mxml_node_t *top, int descend) |
mxml_node_t * | mxmlWalkPrev (mxml_node_t *node, mxml_node_t *top, int descend) |
mxml_node_t* mxmlFindElement | ( | mxml_node_t * | node, |
mxml_node_t * | top, | ||
const char * | name, | ||
const char * | attr, | ||
const char * | value, | ||
int | descend | ||
) |
Definition at line 48 of file mxml-search.c.
mxml_node_t* mxmlWalkNext | ( | mxml_node_t * | node, |
mxml_node_t * | top, | ||
int | descend | ||
) |
Definition at line 130 of file mxml-search.c.
mxml_node_t* mxmlWalkPrev | ( | mxml_node_t * | node, |
mxml_node_t * | top, | ||
int | descend | ||
) |
Definition at line 168 of file mxml-search.c.