12
12
#include "ngx_http_lua_common.h"
13
13
14
14
15
- char * ngx_http_lua_shared_dict (ngx_conf_t * cf , ngx_command_t * cmd , void * conf );
16
- char * ngx_http_lua_package_cpath (ngx_conf_t * cf , ngx_command_t * cmd ,
15
+ char * ngx_http_lua_shared_dict (ngx_conf_t * cf , ngx_command_t * cmd , void * conf );
16
+ char * ngx_http_lua_package_cpath (ngx_conf_t * cf , ngx_command_t * cmd ,
17
17
void * conf );
18
- char * ngx_http_lua_package_path (ngx_conf_t * cf , ngx_command_t * cmd ,
18
+ char * ngx_http_lua_package_path (ngx_conf_t * cf , ngx_command_t * cmd ,
19
19
void * conf );
20
- char * ngx_http_lua_content_by_lua (ngx_conf_t * cf , ngx_command_t * cmd ,
20
+ char * ngx_http_lua_content_by_lua (ngx_conf_t * cf , ngx_command_t * cmd ,
21
21
void * conf );
22
- char * ngx_http_lua_rewrite_by_lua (ngx_conf_t * cf , ngx_command_t * cmd ,
22
+ char * ngx_http_lua_rewrite_by_lua (ngx_conf_t * cf , ngx_command_t * cmd ,
23
23
void * conf );
24
- char * ngx_http_lua_access_by_lua (ngx_conf_t * cf , ngx_command_t * cmd ,
24
+ char * ngx_http_lua_access_by_lua (ngx_conf_t * cf , ngx_command_t * cmd ,
25
25
void * conf );
26
- char * ngx_http_lua_log_by_lua (ngx_conf_t * cf , ngx_command_t * cmd ,
26
+ char * ngx_http_lua_log_by_lua (ngx_conf_t * cf , ngx_command_t * cmd ,
27
27
void * conf );
28
- char * ngx_http_lua_header_filter_by_lua (ngx_conf_t * cf , ngx_command_t * cmd ,
28
+ char * ngx_http_lua_header_filter_by_lua (ngx_conf_t * cf , ngx_command_t * cmd ,
29
29
void * conf );
30
- char * ngx_http_lua_body_filter_by_lua (ngx_conf_t * cf , ngx_command_t * cmd ,
30
+ char * ngx_http_lua_body_filter_by_lua (ngx_conf_t * cf , ngx_command_t * cmd ,
31
31
void * conf );
32
- char * ngx_http_lua_init_by_lua (ngx_conf_t * cf , ngx_command_t * cmd ,
32
+ char * ngx_http_lua_init_by_lua (ngx_conf_t * cf , ngx_command_t * cmd ,
33
33
void * conf );
34
- char * ngx_http_lua_init_worker_by_lua (ngx_conf_t * cf , ngx_command_t * cmd ,
34
+ char * ngx_http_lua_init_worker_by_lua (ngx_conf_t * cf , ngx_command_t * cmd ,
35
35
void * conf );
36
- char * ngx_http_lua_code_cache (ngx_conf_t * cf , ngx_command_t * cmd , void * conf );
36
+ char * ngx_http_lua_code_cache (ngx_conf_t * cf , ngx_command_t * cmd , void * conf );
37
37
38
38
#if defined(NDK ) && NDK
39
39
40
- char * ngx_http_lua_set_by_lua (ngx_conf_t * cf , ngx_command_t * cmd , void * conf );
41
- char * ngx_http_lua_set_by_lua_file (ngx_conf_t * cf , ngx_command_t * cmd ,
40
+ char * ngx_http_lua_set_by_lua (ngx_conf_t * cf , ngx_command_t * cmd , void * conf );
41
+ char * ngx_http_lua_set_by_lua_file (ngx_conf_t * cf , ngx_command_t * cmd ,
42
42
void * conf );
43
43
ngx_int_t ngx_http_lua_filter_set_by_lua_inline (ngx_http_request_t * r ,
44
44
ngx_str_t * val , ngx_http_variable_value_t * v , void * data );
@@ -47,7 +47,7 @@ ngx_int_t ngx_http_lua_filter_set_by_lua_file(ngx_http_request_t *r,
47
47
48
48
#endif
49
49
50
- char * ngx_http_lua_rewrite_no_postpone (ngx_conf_t * cf , ngx_command_t * cmd ,
50
+ char * ngx_http_lua_rewrite_no_postpone (ngx_conf_t * cf , ngx_command_t * cmd ,
51
51
void * conf );
52
52
53
53
0 commit comments