Apache HTTPD
Public Attributes | List of all members
ap_expr_info_t Struct Reference

#include <ap_expr.h>

Public Attributes

ap_expr_troot_node
 
const charfilename
 
unsigned int line_number
 
unsigned int flags
 
int module_index
 

Detailed Description

Struct describing a parsed expression

Definition at line 41 of file ap_expr.h.

Member Data Documentation

◆ filename

const char* ap_expr_info_t::filename

The filename where the expression has been defined (for logging). May be NULL

Definition at line 47 of file ap_expr.h.

◆ flags

unsigned int ap_expr_info_t::flags

Flags relevant for the expression, see AP_EXPR_FLAG_*

Definition at line 51 of file ap_expr.h.

◆ line_number

unsigned int ap_expr_info_t::line_number

The line number where the expression has been defined (for logging).

Definition at line 49 of file ap_expr.h.

◆ module_index

int ap_expr_info_t::module_index

The module that is used for loglevel configuration

Definition at line 53 of file ap_expr.h.

◆ root_node

ap_expr_t* ap_expr_info_t::root_node

The root of the actual expression parse tree

Definition at line 43 of file ap_expr.h.


The documentation for this struct was generated from the following file: