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

Go to the source code of this file.

Functions

ngx_int_t ngx_http_read_client_request_body (ngx_http_request_t *r, ngx_http_client_body_handler_pt post_handler)
ngx_int_t ngx_http_discard_request_body (ngx_http_request_t *r)
void ngx_http_discarded_request_body_handler (ngx_http_request_t *r)

Function Documentation

ngx_int_t ngx_http_discard_request_body ( ngx_http_request_t r)

Definition at line 479 of file ngx_http_request_body.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void ngx_http_discarded_request_body_handler ( ngx_http_request_t r)

Definition at line 553 of file ngx_http_request_body.c.

Here is the call graph for this function:

Here is the caller graph for this function:

ngx_int_t ngx_http_read_client_request_body ( ngx_http_request_t r,
ngx_http_client_body_handler_pt  post_handler 
)

Definition at line 32 of file ngx_http_request_body.c.

Here is the call graph for this function: