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

#include <lua_vmprep.h>

Public Attributes

apr_array_header_tpackage_paths
 
apr_array_header_tpackage_cpaths
 
const charfile
 
int scope
 
unsigned int vm_min
 
unsigned int vm_max
 
ap_lua_state_open_callback cb
 
void * cb_arg
 
apr_pool_tpool
 
const charbytecode
 
apr_size_t bytecode_len
 
int codecache
 

Detailed Description

Specification for a lua virtual machine

Definition at line 58 of file lua_vmprep.h.

Member Data Documentation

◆ bytecode

const char* ap_lua_vm_spec::bytecode

Definition at line 82 of file lua_vmprep.h.

◆ bytecode_len

apr_size_t ap_lua_vm_spec::bytecode_len

Definition at line 83 of file lua_vmprep.h.

◆ cb

ap_lua_state_open_callback ap_lua_vm_spec::cb

Definition at line 72 of file lua_vmprep.h.

◆ cb_arg

void* ap_lua_vm_spec::cb_arg

Definition at line 73 of file lua_vmprep.h.

◆ codecache

int ap_lua_vm_spec::codecache

Definition at line 85 of file lua_vmprep.h.

◆ file

const char* ap_lua_vm_spec::file

Definition at line 65 of file lua_vmprep.h.

◆ package_cpaths

apr_array_header_t* ap_lua_vm_spec::package_cpaths

Definition at line 62 of file lua_vmprep.h.

◆ package_paths

apr_array_header_t* ap_lua_vm_spec::package_paths

Definition at line 61 of file lua_vmprep.h.

◆ pool

apr_pool_t* ap_lua_vm_spec::pool

Definition at line 76 of file lua_vmprep.h.

◆ scope

int ap_lua_vm_spec::scope

Definition at line 68 of file lua_vmprep.h.

◆ vm_max

unsigned int ap_lua_vm_spec::vm_max

Definition at line 70 of file lua_vmprep.h.

◆ vm_min

unsigned int ap_lua_vm_spec::vm_min

Definition at line 69 of file lua_vmprep.h.


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