Groonga 3.0.9 Source Code Document
|
Go to the source code of this file.
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 *l) |
ngx_list_t* ngx_list_create | ( | ngx_pool_t * | pool, |
ngx_uint_t | n, | ||
size_t | size | ||
) |
void* ngx_list_push | ( | ngx_list_t * | l | ) |
Definition at line 39 of file ngx_list.c.