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

Go to the source code of this file.

Functions

void mxmlIndexDelete (mxml_index_t *ind)
 
mxml_node_tmxmlIndexEnum (mxml_index_t *ind)
 
mxml_node_tmxmlIndexFind (mxml_index_t *ind, const char *element, const char *value)
 
mxml_index_tmxmlIndexNew (mxml_node_t *node, const char *element, const char *attr)
 
mxml_node_tmxmlIndexReset (mxml_index_t *ind)
 

Function Documentation

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.