comparison src/http/ngx_http.h @ 135:e29909bd9b8a

nginx-0.0.1-2003-09-28-23:29:06 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 28 Sep 2003 19:29:06 +0000
parents 7ebc8b7fb816
children 2a615b036870
comparison
equal deleted inserted replaced
134:d57c6835225c 135:e29909bd9b8a
31 do { \ 31 do { \
32 ngx_test_null(cx, ngx_pcalloc(r->pool, size), error); \ 32 ngx_test_null(cx, ngx_pcalloc(r->pool, size), error); \
33 r->ctx[module.ctx_index] = cx; \ 33 r->ctx[module.ctx_index] = cx; \
34 } while (0) 34 } while (0)
35 35
36 #define ngx_http_delete_ctx(r, module) \
37 r->ctx[module.ctx_index] = NULL;
36 38
37 39
38 /* STUB */ 40 /* STUB */
39 #define NGX_INDEX "index.html" 41 #define NGX_INDEX "index.html"
40 42