Searched defs:bytecode (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/lua/
H A Dlua_vmprep.h82 const char *bytecode; member in struct:__anon213
94 const char *bytecode; member in struct:__anon214
H A Dmod_lua.c176 const char *bytecode,
190 spec->bytecode = bytecode;
681 hook_spec->bytecode,
802 hook_spec->bytecode,
1059 /* This lua State is used only to compile the input strings -> bytecode, so we don't need anything extra. */
1082 spec->bytecode = apr_pstrmemdup(cmd->pool, lua_tostring(lvm, -1),
171 create_vm_spec(apr_pool_t **lifecycle_pool, request_rec *r, const ap_lua_dir_cfg *cfg, const ap_lua_server_cfg *server_cfg, const char *filename, const char *bytecode, apr_size_t bytecode_len, const char *function, const char *what) argument

Completed in 45 milliseconds