Google
 

Config Tree Package
[Configuration]


Data Structures

struct  ap_directive_t
 Structure used to build the config tree. More...

Typedefs

typedef ap_directive_t ap_directive_t

Functions

ap_directive_tap_add_node (ap_directive_t **parent, ap_directive_t *current, ap_directive_t *toadd, int child)

Variables

AP_DECLARE_DATA ap_directive_tap_conftree

Typedef Documentation

typedef struct ap_directive_t ap_directive_t


Function Documentation

ap_directive_t* ap_add_node ( ap_directive_t **  parent,
ap_directive_t current,
ap_directive_t toadd,
int  child 
)

Add a node to the configuration tree.

Parameters:
parent The current parent node. If the added node is a first_child, then this is changed to the current node
current The current node
toadd The node to add to the tree
child Is the node to add a child node
Returns:
the added node


Variable Documentation

AP_DECLARE_DATA ap_directive_t* ap_conftree


Generated on Sun Jul 1 10:07:08 2007 by Doxygen 1.5.2. This rendition of the open source Apache HTTP Server header documentation is not endorsed by or affiliated with the Apache Software Foundation.