|
Apache HTTPD
|
#include <util_expr_private.h>
Public Attributes | |
| const char * | inputbuf |
| int | inputlen |
| const char * | inputptr |
| void * | scanner |
| char * | scan_ptr |
| char | scan_buf [8192] |
| char | scan_del |
| int | at_start |
| apr_pool_t * | pool |
| apr_pool_t * | ptemp |
| ap_expr_t * | expr |
| const char * | error |
| const char * | error2 |
| unsigned | flags |
| ap_expr_lookup_fn_t * | lookup_fn |
The context used by scanner and parser
Definition at line 83 of file util_expr_private.h.
| int ap_expr_parse_ctx_t::at_start |
Definition at line 92 of file util_expr_private.h.
Definition at line 101 of file util_expr_private.h.
Definition at line 102 of file util_expr_private.h.
| ap_expr_t* ap_expr_parse_ctx_t::expr |
Definition at line 99 of file util_expr_private.h.
| unsigned ap_expr_parse_ctx_t::flags |
Definition at line 103 of file util_expr_private.h.
Definition at line 85 of file util_expr_private.h.
| int ap_expr_parse_ctx_t::inputlen |
Definition at line 86 of file util_expr_private.h.
Definition at line 87 of file util_expr_private.h.
| ap_expr_lookup_fn_t* ap_expr_parse_ctx_t::lookup_fn |
Definition at line 109 of file util_expr_private.h.
| apr_pool_t* ap_expr_parse_ctx_t::pool |
Definition at line 95 of file util_expr_private.h.
| apr_pool_t* ap_expr_parse_ctx_t::ptemp |
Definition at line 96 of file util_expr_private.h.
| char ap_expr_parse_ctx_t::scan_buf[ 8192] |
Definition at line 90 of file util_expr_private.h.
| char ap_expr_parse_ctx_t::scan_del |
Definition at line 91 of file util_expr_private.h.
| char* ap_expr_parse_ctx_t::scan_ptr |
Definition at line 89 of file util_expr_private.h.
| void* ap_expr_parse_ctx_t::scanner |
Definition at line 88 of file util_expr_private.h.