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

#include <util_expr_private.h>

Public Attributes

const charinputbuf
 
int inputlen
 
const charinputptr
 
void * scanner
 
charscan_ptr
 
char scan_buf [8192]
 
char scan_del
 
int at_start
 
apr_pool_tpool
 
apr_pool_tptemp
 
ap_expr_texpr
 
const charerror
 
const charerror2
 
unsigned flags
 
ap_expr_lookup_fn_tlookup_fn
 

Detailed Description

The context used by scanner and parser

Definition at line 83 of file util_expr_private.h.

Member Data Documentation

◆ at_start

int ap_expr_parse_ctx_t::at_start

Definition at line 92 of file util_expr_private.h.

◆ error

const char* ap_expr_parse_ctx_t::error

Definition at line 101 of file util_expr_private.h.

◆ error2

const char* ap_expr_parse_ctx_t::error2

Definition at line 102 of file util_expr_private.h.

◆ expr

ap_expr_t* ap_expr_parse_ctx_t::expr

Definition at line 99 of file util_expr_private.h.

◆ flags

unsigned ap_expr_parse_ctx_t::flags

Definition at line 103 of file util_expr_private.h.

◆ inputbuf

const char* ap_expr_parse_ctx_t::inputbuf

Definition at line 85 of file util_expr_private.h.

◆ inputlen

int ap_expr_parse_ctx_t::inputlen

Definition at line 86 of file util_expr_private.h.

◆ inputptr

const char* ap_expr_parse_ctx_t::inputptr

Definition at line 87 of file util_expr_private.h.

◆ lookup_fn

ap_expr_lookup_fn_t* ap_expr_parse_ctx_t::lookup_fn

Definition at line 109 of file util_expr_private.h.

◆ pool

apr_pool_t* ap_expr_parse_ctx_t::pool

Definition at line 95 of file util_expr_private.h.

◆ ptemp

apr_pool_t* ap_expr_parse_ctx_t::ptemp

Definition at line 96 of file util_expr_private.h.

◆ scan_buf

char ap_expr_parse_ctx_t::scan_buf[ 8192]

Definition at line 90 of file util_expr_private.h.

◆ scan_del

char ap_expr_parse_ctx_t::scan_del

Definition at line 91 of file util_expr_private.h.

◆ scan_ptr

char* ap_expr_parse_ctx_t::scan_ptr

Definition at line 89 of file util_expr_private.h.

◆ scanner

void* ap_expr_parse_ctx_t::scanner

Definition at line 88 of file util_expr_private.h.


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