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

#include <ngx_hash.h>

Collaboration diagram for ngx_hash_init_t:
Collaboration graph
[legend]

Data Fields

ngx_hash_thash
ngx_hash_key_pt key
ngx_uint_t max_size
ngx_uint_t bucket_size
char * name
ngx_pool_tpool
ngx_pool_ttemp_pool

Detailed Description

Definition at line 52 of file ngx_hash.h.

Field Documentation

ngx_uint_t bucket_size

Definition at line 57 of file ngx_hash.h.

ngx_hash_t* hash

Definition at line 53 of file ngx_hash.h.

Definition at line 54 of file ngx_hash.h.

ngx_uint_t max_size

Definition at line 56 of file ngx_hash.h.

char* name

Definition at line 59 of file ngx_hash.h.

ngx_pool_t* pool

Definition at line 60 of file ngx_hash.h.

ngx_pool_t* temp_pool

Definition at line 61 of file ngx_hash.h.


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