Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Structures | Typedefs | Functions
ngx_list.h File Reference
#include <ngx_config.h>
#include <ngx_core.h>
Include dependency graph for ngx_list.h:
This graph shows which files directly or indirectly include this file:

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_tngx_list_create (ngx_pool_t *pool, ngx_uint_t n, size_t size)
void * ngx_list_push (ngx_list_t *list)

Typedef Documentation

Definition at line 16 of file ngx_list.h.

Function Documentation

ngx_list_t* ngx_list_create ( ngx_pool_t pool,
ngx_uint_t  n,
size_t  size 
)

Definition at line 13 of file ngx_list.c.

Here is the call graph for this function:

void* ngx_list_push ( ngx_list_t list)

Definition at line 39 of file ngx_list.c.

Here is the call graph for this function:

Here is the caller graph for this function: