Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions | Variables
ngx_http_write_filter_module.c File Reference
#include <ngx_config.h>
#include <ngx_core.h>
#include <ngx_http.h>
Include dependency graph for ngx_http_write_filter_module.c:

Go to the source code of this file.

Functions

ngx_int_t ngx_http_write_filter (ngx_http_request_t *r, ngx_chain_t *in)

Variables

ngx_module_t ngx_http_write_filter_module

Function Documentation

ngx_int_t ngx_http_write_filter ( ngx_http_request_t r,
ngx_chain_t in 
)

Definition at line 48 of file ngx_http_write_filter_module.c.

Here is the call graph for this function:

Variable Documentation

ngx_module_t ngx_http_write_filter_module
Initial value:
{
&ngx_http_write_filter_module_ctx,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
}

Definition at line 31 of file ngx_http_write_filter_module.c.