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

#include <ngx_array.h>

Collaboration diagram for ngx_array_t:
Collaboration graph
[legend]

Data Fields

void * elts
ngx_uint_t nelts
size_t size
ngx_uint_t nalloc
ngx_pool_tpool

Detailed Description

Definition at line 16 of file ngx_array.h.

Field Documentation

void* elts

Definition at line 17 of file ngx_array.h.

ngx_uint_t nalloc

Definition at line 20 of file ngx_array.h.

ngx_uint_t nelts

Definition at line 18 of file ngx_array.h.

ngx_pool_t* pool

Definition at line 21 of file ngx_array.h.

size_t size

Definition at line 19 of file ngx_array.h.


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