comparison src/http/ngx_http_core_module.h @ 2091:9f15e5f8ff9e stable-0.6

r2007, r2025, r2042 merge: style fixes
author Igor Sysoev <igor@sysoev.ru>
date Mon, 07 Jul 2008 10:18:41 +0000
parents dd388c80f5a2
children f321b59ae0e9 a69e3766f698
comparison
equal deleted inserted replaced
2090:72b09c4dd8f7 2091:9f15e5f8ff9e
253 253
254 /* array of inclusive ngx_http_core_loc_conf_t */ 254 /* array of inclusive ngx_http_core_loc_conf_t */
255 ngx_array_t *locations; 255 ngx_array_t *locations;
256 256
257 /* pointer to the modules' loc_conf */ 257 /* pointer to the modules' loc_conf */
258 void **loc_conf ; 258 void **loc_conf;
259 259
260 uint32_t limit_except; 260 uint32_t limit_except;
261 void **limit_except_loc_conf ; 261 void **limit_except_loc_conf;
262 262
263 ngx_http_handler_pt handler; 263 ngx_http_handler_pt handler;
264 264
265 ngx_str_t root; /* root, alias */ 265 ngx_str_t root; /* root, alias */
266 ngx_str_t post_action; 266 ngx_str_t post_action;
399 \ 399 \
400 #define ngx_http_clear_accept_ranges(r) \ 400 #define ngx_http_clear_accept_ranges(r) \
401 \ 401 \
402 r->allow_ranges = 0; \ 402 r->allow_ranges = 0; \
403 if (r->headers_out.accept_ranges) { \ 403 if (r->headers_out.accept_ranges) { \
404 r->headers_out.accept_ranges->hash = 0 ; \ 404 r->headers_out.accept_ranges->hash = 0; \
405 r->headers_out.accept_ranges = NULL; \ 405 r->headers_out.accept_ranges = NULL; \
406 } 406 }
407 407
408 #define ngx_http_clear_last_modified(r) \ 408 #define ngx_http_clear_last_modified(r) \
409 \ 409 \