comparison src/http/ngx_http_script.c @ 6474:2cd019520210

Style.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 30 Mar 2016 11:52:16 +0300
parents 4bfa982dbf0e
children f01ab2dbcfdc
comparison
equal deleted inserted replaced
6473:9d7326d3f474 6474:2cd019520210
17 static ngx_int_t ngx_http_script_add_var_code(ngx_http_script_compile_t *sc, 17 static ngx_int_t ngx_http_script_add_var_code(ngx_http_script_compile_t *sc,
18 ngx_str_t *name); 18 ngx_str_t *name);
19 static ngx_int_t ngx_http_script_add_args_code(ngx_http_script_compile_t *sc); 19 static ngx_int_t ngx_http_script_add_args_code(ngx_http_script_compile_t *sc);
20 #if (NGX_PCRE) 20 #if (NGX_PCRE)
21 static ngx_int_t ngx_http_script_add_capture_code(ngx_http_script_compile_t *sc, 21 static ngx_int_t ngx_http_script_add_capture_code(ngx_http_script_compile_t *sc,
22 ngx_uint_t n); 22 ngx_uint_t n);
23 #endif 23 #endif
24 static ngx_int_t 24 static ngx_int_t
25 ngx_http_script_add_full_name_code(ngx_http_script_compile_t *sc); 25 ngx_http_script_add_full_name_code(ngx_http_script_compile_t *sc);
26 static size_t ngx_http_script_full_name_len_code(ngx_http_script_engine_t *e); 26 static size_t ngx_http_script_full_name_len_code(ngx_http_script_engine_t *e);
27 static void ngx_http_script_full_name_code(ngx_http_script_engine_t *e); 27 static void ngx_http_script_full_name_code(ngx_http_script_engine_t *e);
28 28
29 29
30 #define ngx_http_script_exit (u_char *) &ngx_http_script_exit_code 30 #define ngx_http_script_exit (u_char *) &ngx_http_script_exit_code