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

Go to the source code of this file.

Functions

void ngx_http_init_connection (ngx_connection_t *c)
ngx_http_request_tngx_http_create_request (ngx_connection_t *c)
ngx_int_t ngx_http_process_request_uri (ngx_http_request_t *r)
ngx_int_t ngx_http_process_request_header (ngx_http_request_t *r)
void ngx_http_process_request (ngx_http_request_t *r)
void ngx_http_run_posted_requests (ngx_connection_t *c)
ngx_int_t ngx_http_post_request (ngx_http_request_t *r, ngx_http_posted_request_t *pr)
void ngx_http_finalize_request (ngx_http_request_t *r, ngx_int_t rc)
void ngx_http_block_reading (ngx_http_request_t *r)
void ngx_http_test_reading (ngx_http_request_t *r)
void ngx_http_empty_handler (ngx_event_t *wev)
void ngx_http_request_empty_handler (ngx_http_request_t *r)
ngx_int_t ngx_http_send_special (ngx_http_request_t *r, ngx_uint_t flags)
void ngx_http_free_request (ngx_http_request_t *r, ngx_int_t rc)
void ngx_http_close_connection (ngx_connection_t *c)

Variables

ngx_http_header_t ngx_http_headers_in []

Function Documentation

void ngx_http_block_reading ( ngx_http_request_t r)

Definition at line 2635 of file ngx_http_request.c.

Here is the caller graph for this function:

void ngx_http_close_connection ( ngx_connection_t c)

Definition at line 3428 of file ngx_http_request.c.

Here is the call graph for this function:

Here is the caller graph for this function:

ngx_http_request_t* ngx_http_create_request ( ngx_connection_t c)

Definition at line 491 of file ngx_http_request.c.

Here is the call graph for this function:

void ngx_http_empty_handler ( ngx_event_t wev)

Definition at line 3205 of file ngx_http_request.c.

Here is the caller graph for this function:

void ngx_http_finalize_request ( ngx_http_request_t r,
ngx_int_t  rc 
)

Definition at line 2199 of file ngx_http_request.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void ngx_http_free_request ( ngx_http_request_t r,
ngx_int_t  rc 
)

Definition at line 3327 of file ngx_http_request.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void ngx_http_init_connection ( ngx_connection_t c)

Definition at line 195 of file ngx_http_request.c.

Here is the call graph for this function:

ngx_int_t ngx_http_post_request ( ngx_http_request_t r,
ngx_http_posted_request_t pr 
)

Definition at line 2176 of file ngx_http_request.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void ngx_http_process_request ( ngx_http_request_t r)

Definition at line 1776 of file ngx_http_request.c.

Here is the call graph for this function:

ngx_int_t ngx_http_process_request_header ( ngx_http_request_t r)

Definition at line 1706 of file ngx_http_request.c.

Here is the call graph for this function:

ngx_int_t ngx_http_process_request_uri ( ngx_http_request_t r)

Definition at line 1004 of file ngx_http_request.c.

Here is the call graph for this function:

void ngx_http_request_empty_handler ( ngx_http_request_t r)

Definition at line 3214 of file ngx_http_request.c.

Here is the caller graph for this function:

void ngx_http_run_posted_requests ( ngx_connection_t c)

Definition at line 2141 of file ngx_http_request.c.

Here is the caller graph for this function:

ngx_int_t ngx_http_send_special ( ngx_http_request_t r,
ngx_uint_t  flags 
)

Definition at line 3224 of file ngx_http_request.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void ngx_http_test_reading ( ngx_http_request_t r)

Definition at line 2653 of file ngx_http_request.c.

Here is the call graph for this function:

Variable Documentation

ngx_http_header_t ngx_http_headers_in[]

Definition at line 80 of file ngx_http_request.c.