comparison src/http/ngx_http_script.h @ 468:56baf312c1b5 NGINX_0_7_46

nginx 0.7.46 *) Bugfix: the previous release tarball was incorrect.
author Igor Sysoev <http://sysoev.ru>
date Mon, 30 Mar 2009 00:00:00 +0400
parents c8cfb6c462ef
children 392c16f2d858
comparison
equal deleted inserted replaced
467:d46142e61c30 468:56baf312c1b5
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