Apache2
ap_expr_lookup_parms Struct Reference

#include <ap_expr.h>

Data Fields

int type
 
const char * name
 
int flags
 
apr_pool_tpool
 
apr_pool_tptemp
 
const void ** func
 
const void ** data
 
const char ** err
 
const char * arg
 

Detailed Description

parameter struct passed to the lookup hook functions

Field Documentation

◆ arg

const char* ap_expr_lookup_parms::arg

arg for pre-parsing (only if a simple string). For binary ops, this is the right argument. For AP_EXPR_FUNC_STRING functions with multiple arguments, this is the first simple/literal string argument.

◆ data

const void** ap_expr_lookup_parms::data

where to store the function's context

◆ err

const char** ap_expr_lookup_parms::err

where to store the error message (if any)

◆ flags

int ap_expr_lookup_parms::flags

◆ func

const void** ap_expr_lookup_parms::func

where to store the function pointer

◆ name

const char* ap_expr_lookup_parms::name

name of the looked up object

◆ pool

apr_pool_t* ap_expr_lookup_parms::pool

◆ ptemp

apr_pool_t* ap_expr_lookup_parms::ptemp

◆ type

int ap_expr_lookup_parms::type

type of the looked up object


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