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

Go to the source code of this file.

Macros

#define NGX_HTTP_LAST_2XX   202
#define NGX_HTTP_OFF_3XX   (NGX_HTTP_LAST_2XX - 201)
#define NGX_HTTP_LAST_3XX   308
#define NGX_HTTP_OFF_4XX   (NGX_HTTP_LAST_3XX - 301 + NGX_HTTP_OFF_3XX)
#define NGX_HTTP_LAST_4XX   417
#define NGX_HTTP_OFF_5XX   (NGX_HTTP_LAST_4XX - 400 + NGX_HTTP_OFF_4XX)
#define NGX_HTTP_LAST_5XX   508

Functions

ngx_int_t ngx_http_special_response_handler (ngx_http_request_t *r, ngx_int_t error)
ngx_int_t ngx_http_filter_finalize_request (ngx_http_request_t *r, ngx_module_t *m, ngx_int_t error)
void ngx_http_clean_header (ngx_http_request_t *r)

Macro Definition Documentation

#define NGX_HTTP_LAST_2XX   202
#define NGX_HTTP_LAST_3XX   308
#define NGX_HTTP_LAST_4XX   417
#define NGX_HTTP_LAST_5XX   508
#define NGX_HTTP_OFF_3XX   (NGX_HTTP_LAST_2XX - 201)
#define NGX_HTTP_OFF_4XX   (NGX_HTTP_LAST_3XX - 301 + NGX_HTTP_OFF_3XX)
#define NGX_HTTP_OFF_5XX   (NGX_HTTP_LAST_4XX - 400 + NGX_HTTP_OFF_4XX)

Function Documentation

void ngx_http_clean_header ( ngx_http_request_t r)

Definition at line 519 of file ngx_http_special_response.c.

Here is the caller graph for this function:

ngx_int_t ngx_http_filter_finalize_request ( ngx_http_request_t r,
ngx_module_t m,
ngx_int_t  error 
)

Definition at line 479 of file ngx_http_special_response.c.

Here is the call graph for this function:

ngx_int_t ngx_http_special_response_handler ( ngx_http_request_t r,
ngx_int_t  error 
)

Definition at line 366 of file ngx_http_special_response.c.

Here is the call graph for this function:

Here is the caller graph for this function: