Apache2
|
#include <util_expr_private.h>
Data Fields | |
char * | scan_ptr |
char | scan_buf [MAX_STRING_LEN] |
int | scan_stop |
int | scan_flag |
struct ap_expr_parser_stack * | next |
The stack used by scanner and parser
struct ap_expr_parser_stack* ap_expr_parser_stack::next |
char ap_expr_parser_stack::scan_buf[MAX_STRING_LEN] |
int ap_expr_parser_stack::scan_flag |
char* ap_expr_parser_stack::scan_ptr |
int ap_expr_parser_stack::scan_stop |