Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
ngx_http_charset_ctx_t Struct Reference
Collaboration diagram for ngx_http_charset_ctx_t:
Collaboration graph
[legend]

Data Fields

u_char * table
ngx_int_t charset
ngx_str_t charset_name
ngx_chain_tbusy
ngx_chain_tfree_bufs
ngx_chain_tfree_buffers
size_t saved_len
u_char saved [NGX_UTF_LEN]
unsigned length:16
unsigned from_utf8:1
unsigned to_utf8:1

Detailed Description

Definition at line 63 of file ngx_http_charset_filter_module.c.

Field Documentation

ngx_chain_t* busy

Definition at line 68 of file ngx_http_charset_filter_module.c.

ngx_int_t charset

Definition at line 65 of file ngx_http_charset_filter_module.c.

ngx_str_t charset_name

Definition at line 66 of file ngx_http_charset_filter_module.c.

ngx_chain_t* free_buffers

Definition at line 70 of file ngx_http_charset_filter_module.c.

ngx_chain_t* free_bufs

Definition at line 69 of file ngx_http_charset_filter_module.c.

unsigned from_utf8

Definition at line 76 of file ngx_http_charset_filter_module.c.

unsigned length

Definition at line 75 of file ngx_http_charset_filter_module.c.

u_char saved[NGX_UTF_LEN]

Definition at line 73 of file ngx_http_charset_filter_module.c.

size_t saved_len

Definition at line 72 of file ngx_http_charset_filter_module.c.

u_char* table

Definition at line 64 of file ngx_http_charset_filter_module.c.

unsigned to_utf8

Definition at line 77 of file ngx_http_charset_filter_module.c.


The documentation for this struct was generated from the following file: