Apache HTTPD
lua_config.h
Go to the documentation of this file.
1
18#include "mod_lua.h"
19
20#ifndef _APL_CONFIG_H_
21#define _APL_CONFIG_H_
22
24
26 const char *file,
27 const char *function,
28 const char *pattern,
29 const char *scope);
30
31#endif /* !_APL_CONFIG_H_ */
const char * pattern
Definition ap_regex.h:243
apr_size_t size
int apr_status_t
Definition apr_errno.h:44
const char apr_file_t * file
void ap_lua_load_config_lmodule(lua_State *L)
Definition lua_config.c:262
apr_status_t ap_lua_map_handler(ap_lua_dir_cfg *cfg, const char *file, const char *function, const char *pattern, const char *scope)
Definition lua_config.c:54