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

Go to the source code of this file.

Data Structures

struct  ngx_http_charset_t
struct  ngx_http_charset_recode_t
struct  ngx_http_charset_tables_t
struct  ngx_http_charset_main_conf_t
struct  ngx_http_charset_loc_conf_t
struct  ngx_http_charset_ctx_t
struct  ngx_http_charset_conf_ctx_t

Macros

#define NGX_HTTP_CHARSET_OFF   -2
#define NGX_HTTP_NO_CHARSET   -3
#define NGX_HTTP_CHARSET_VAR   0x10000
#define NGX_UTF_LEN   4
#define NGX_HTML_ENTITY_LEN   (sizeof("&#1114111;") - 1)

Variables

ngx_str_t ngx_http_charset_default_types []
ngx_module_t ngx_http_charset_filter_module

Macro Definition Documentation

#define NGX_HTML_ENTITY_LEN   (sizeof("&#1114111;") - 1)

Definition at line 20 of file ngx_http_charset_filter_module.c.

#define NGX_HTTP_CHARSET_OFF   -2

Definition at line 13 of file ngx_http_charset_filter_module.c.

#define NGX_HTTP_CHARSET_VAR   0x10000

Definition at line 15 of file ngx_http_charset_filter_module.c.

#define NGX_HTTP_NO_CHARSET   -3

Definition at line 14 of file ngx_http_charset_filter_module.c.

#define NGX_UTF_LEN   4

Definition at line 18 of file ngx_http_charset_filter_module.c.

Variable Documentation

ngx_str_t ngx_http_charset_default_types[]
Initial value:
{
ngx_string("text/html"),
ngx_string("text/xml"),
ngx_string("text/plain"),
ngx_string("text/vnd.wap.wml"),
ngx_string("application/x-javascript"),
ngx_string("application/rss+xml"),
}

Definition at line 126 of file ngx_http_charset_filter_module.c.

ngx_module_t ngx_http_charset_filter_module
Initial value:
{
&ngx_http_charset_filter_module_ctx,
ngx_http_charset_filter_commands,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
}

Definition at line 196 of file ngx_http_charset_filter_module.c.