Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
ngx_table_elt_t Struct Reference

#include <ngx_hash.h>

Collaboration diagram for ngx_table_elt_t:
Collaboration graph
[legend]

Data Fields

ngx_uint_t hash
ngx_str_t key
ngx_str_t value
u_char * lowcase_key

Detailed Description

Definition at line 92 of file ngx_hash.h.

Field Documentation

ngx_uint_t hash

Definition at line 93 of file ngx_hash.h.

ngx_str_t key

Definition at line 94 of file ngx_hash.h.

u_char* lowcase_key

Definition at line 96 of file ngx_hash.h.

ngx_str_t value

Definition at line 95 of file ngx_hash.h.


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