Searched defs:ap_directive_t (Results 1 - 1 of 1) sorted by relevance

/httpd/include/
H A Dutil_cfgtree.h35 typedef struct ap_directive_t ap_directive_t; typedef in typeref:struct:ap_directive_t
46 struct ap_directive_t { struct
53 struct ap_directive_t *next;
55 struct ap_directive_t *first_child;
57 struct ap_directive_t *parent;
73 struct ap_directive_t *last;
79 AP_DECLARE_DATA extern ap_directive_t *ap_conftree;
90 ap_directive_t *ap_add_node(ap_directive_t **paren
[all...]

Completed in 10 milliseconds