comparison src/http/ngx_http_script.h @ 2609:ad99a49cd313

rename ngx_http_scrip_flush_complex_value() to ngx_http_script_flush_complex_value()
author Igor Sysoev <igor@sysoev.ru>
date Fri, 27 Mar 2009 14:59:47 +0000
parents 8afc4df77ee8
children 77264e0157ad
comparison
equal deleted inserted replaced
2608:2f4a3a4dfd34 2609:ad99a49cd313
201 uintptr_t text_len; 201 uintptr_t text_len;
202 uintptr_t text_data; 202 uintptr_t text_data;
203 } ngx_http_script_value_code_t; 203 } ngx_http_script_value_code_t;
204 204
205 205
206 void ngx_http_scrip_flush_complex_value(ngx_http_request_t *r, 206 void ngx_http_script_flush_complex_value(ngx_http_request_t *r,
207 ngx_http_complex_value_t *val); 207 ngx_http_complex_value_t *val);
208 ngx_int_t ngx_http_complex_value(ngx_http_request_t *r, 208 ngx_int_t ngx_http_complex_value(ngx_http_request_t *r,
209 ngx_http_complex_value_t *val, ngx_str_t *value); 209 ngx_http_complex_value_t *val, ngx_str_t *value);
210 ngx_int_t ngx_http_compile_complex_value(ngx_http_compile_complex_value_t *ccv); 210 ngx_int_t ngx_http_compile_complex_value(ngx_http_compile_complex_value_t *ccv);
211 211