|
Groonga 3.0.9 Source Code Document
|


Go to the source code of this file.
Data Structures | |
| struct | ngx_list_part_s |
| struct | ngx_list_t |
Typedefs | |
| typedef struct ngx_list_part_s | ngx_list_part_t |
Functions | |
| ngx_list_t * | ngx_list_create (ngx_pool_t *pool, ngx_uint_t n, size_t size) |
| void * | ngx_list_push (ngx_list_t *list) |
| typedef struct ngx_list_part_s ngx_list_part_t |
Definition at line 16 of file ngx_list.h.
| ngx_list_t* ngx_list_create | ( | ngx_pool_t * | pool, |
| ngx_uint_t | n, | ||
| size_t | size | ||
| ) |
| void* ngx_list_push | ( | ngx_list_t * | list | ) |
Definition at line 39 of file ngx_list.c.


1.8.1.2