Groonga 3.0.9 Source Code Document
|
Go to the source code of this file.
Data Structures | |
struct | ngx_http_dav_loc_conf_t |
struct | ngx_http_dav_copy_ctx_t |
Macros | |
#define | NGX_HTTP_DAV_COPY_BLOCK 65536 |
#define | NGX_HTTP_DAV_OFF 2 |
#define | NGX_HTTP_DAV_NO_DEPTH -3 |
#define | NGX_HTTP_DAV_INVALID_DEPTH -2 |
#define | NGX_HTTP_DAV_INFINITY_DEPTH -1 |
Variables | |
ngx_module_t | ngx_http_dav_module |
#define NGX_HTTP_DAV_COPY_BLOCK 65536 |
Definition at line 13 of file ngx_http_dav_module.c.
#define NGX_HTTP_DAV_INFINITY_DEPTH -1 |
Definition at line 20 of file ngx_http_dav_module.c.
#define NGX_HTTP_DAV_INVALID_DEPTH -2 |
Definition at line 19 of file ngx_http_dav_module.c.
#define NGX_HTTP_DAV_NO_DEPTH -3 |
Definition at line 18 of file ngx_http_dav_module.c.
#define NGX_HTTP_DAV_OFF 2 |
Definition at line 15 of file ngx_http_dav_module.c.
ngx_module_t ngx_http_dav_module |
Definition at line 128 of file ngx_http_dav_module.c.