comparison src/http/ngx_http.h @ 432:11362a3e3911

nginx-0.0.11-2004-09-21-09:38:28 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 21 Sep 2004 05:38:28 +0000
parents b9bd635011de
children da8c5707af39
comparison
equal deleted inserted replaced
431:358bbd2561b5 432:11362a3e3911
55 r->ctx[module.ctx_index] = NULL; 55 r->ctx[module.ctx_index] = NULL;
56 56
57 57
58 void ngx_http_init_connection(ngx_connection_t *c); 58 void ngx_http_init_connection(ngx_connection_t *c);
59 59
60 ngx_int_t ngx_http_parse_request_line(ngx_http_request_t *r); 60 ngx_int_t ngx_http_parse_request_line(ngx_http_request_t *r, ngx_buf_t *b);
61 ngx_int_t ngx_http_parse_complex_uri(ngx_http_request_t *r); 61 ngx_int_t ngx_http_parse_complex_uri(ngx_http_request_t *r);
62 ngx_int_t ngx_http_parse_header_line(ngx_http_request_t *r, ngx_buf_t *b); 62 ngx_int_t ngx_http_parse_header_line(ngx_http_request_t *r, ngx_buf_t *b);
63 63
64 ngx_int_t ngx_http_find_server_conf(ngx_http_request_t *r); 64 ngx_int_t ngx_http_find_server_conf(ngx_http_request_t *r);
65 void ngx_http_handler(ngx_http_request_t *r); 65 void ngx_http_handler(ngx_http_request_t *r);