comparison src/http/ngx_http.h @ 2027:f321b59ae0e9

locations tree
author Igor Sysoev <igor@sysoev.ru>
date Sat, 24 May 2008 14:14:13 +0000
parents 7d58e319285e
children fb3b084e7d42
comparison
equal deleted inserted replaced
2026:72db8932f782 2027:f321b59ae0e9
55 55
56 #define ngx_http_get_module_ctx(r, module) (r)->ctx[module.ctx_index] 56 #define ngx_http_get_module_ctx(r, module) (r)->ctx[module.ctx_index]
57 #define ngx_http_set_ctx(r, c, module) r->ctx[module.ctx_index] = c; 57 #define ngx_http_set_ctx(r, c, module) r->ctx[module.ctx_index] = c;
58 58
59 59
60 ngx_int_t ngx_http_add_location(ngx_conf_t *cf, ngx_queue_t **locations,
61 ngx_http_core_loc_conf_t *clcf);
62
63
60 void ngx_http_init_connection(ngx_connection_t *c); 64 void ngx_http_init_connection(ngx_connection_t *c);
61 65
62 #ifdef SSL_CTRL_SET_TLSEXT_HOSTNAME 66 #ifdef SSL_CTRL_SET_TLSEXT_HOSTNAME
63 int ngx_http_ssl_servername(ngx_ssl_conn_t *ssl_conn, int *ad, void *arg); 67 int ngx_http_ssl_servername(ngx_ssl_conn_t *ssl_conn, int *ad, void *arg);
64 #endif 68 #endif