Apache2
ap_expr_parser_stack Struct Reference

#include <util_expr_private.h>

Collaboration diagram for ap_expr_parser_stack:

Data Fields

char * scan_ptr
 
char scan_buf [MAX_STRING_LEN]
 
int scan_stop
 
int scan_flag
 
struct ap_expr_parser_stacknext
 

Detailed Description

The stack used by scanner and parser

Field Documentation

◆ next

struct ap_expr_parser_stack* ap_expr_parser_stack::next

◆ scan_buf

char ap_expr_parser_stack::scan_buf[MAX_STRING_LEN]

◆ scan_flag

int ap_expr_parser_stack::scan_flag

◆ scan_ptr

char* ap_expr_parser_stack::scan_ptr

◆ scan_stop

int ap_expr_parser_stack::scan_stop

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