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

#include <ap_expr.h>

Public Attributes

int type
 
const charname
 
int flags
 
apr_pool_tpool
 
apr_pool_tptemp
 
const void ** func
 
const void ** data
 
const char ** err
 
const chararg
 

Detailed Description

parameter struct passed to the lookup hook functions

Definition at line 255 of file ap_expr.h.

Member Data 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.

Definition at line 280 of file ap_expr.h.

◆ data

const void** ap_expr_lookup_parms::data

where to store the function's context

Definition at line 274 of file ap_expr.h.

◆ err

const char** ap_expr_lookup_parms::err

where to store the error message (if any)

Definition at line 276 of file ap_expr.h.

◆ flags

int ap_expr_lookup_parms::flags

Definition at line 266 of file ap_expr.h.

◆ func

const void** ap_expr_lookup_parms::func

where to store the function pointer

Definition at line 272 of file ap_expr.h.

◆ name

const char* ap_expr_lookup_parms::name

name of the looked up object

Definition at line 264 of file ap_expr.h.

◆ pool

apr_pool_t* ap_expr_lookup_parms::pool

Definition at line 268 of file ap_expr.h.

◆ ptemp

apr_pool_t* ap_expr_lookup_parms::ptemp

Definition at line 269 of file ap_expr.h.

◆ type

int ap_expr_lookup_parms::type

type of the looked up object

Definition at line 257 of file ap_expr.h.


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