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

#include <lua_vmprep.h>

Public Attributes

const charfunction_name
 
const charfile_name
 
int scope
 
ap_regex_turi_pattern
 
const charbytecode
 
apr_size_t bytecode_len
 
int codecache
 

Detailed Description

Definition at line 88 of file lua_vmprep.h.

Member Data Documentation

◆ bytecode

const char* ap_lua_mapped_handler_spec::bytecode

Definition at line 94 of file lua_vmprep.h.

◆ bytecode_len

apr_size_t ap_lua_mapped_handler_spec::bytecode_len

Definition at line 95 of file lua_vmprep.h.

◆ codecache

int ap_lua_mapped_handler_spec::codecache

Definition at line 96 of file lua_vmprep.h.

◆ file_name

const char* ap_lua_mapped_handler_spec::file_name

Definition at line 91 of file lua_vmprep.h.

◆ function_name

const char* ap_lua_mapped_handler_spec::function_name

Definition at line 90 of file lua_vmprep.h.

◆ scope

int ap_lua_mapped_handler_spec::scope

Definition at line 92 of file lua_vmprep.h.

◆ uri_pattern

ap_regex_t* ap_lua_mapped_handler_spec::uri_pattern

Definition at line 93 of file lua_vmprep.h.


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