Apache HTTPD
Classes | Typedefs | Functions | Variables

Classes

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

Typedefs

typedef struct 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_directive_tap_conftree
 

Detailed Description

Typedef Documentation

◆ ap_directive_t

Definition at line 35 of file util_cfgtree.h.

Function Documentation

◆ ap_add_node()

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
parentThe current parent node. If the added node is a first_child, then this is changed to the current node
currentThe current node
toaddThe node to add to the tree
childIs the node to add a child node
Returns
the added node

Definition at line 20 of file util_cfgtree.c.

Variable Documentation

◆ ap_conftree

ap_directive_t* ap_conftree
extern

The root of the configuration tree

Definition at line 69 of file config.c.