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

Go to the source code of this file.

Data Structures

struct  ngx_array_t

Functions

ngx_array_tngx_array_create (ngx_pool_t *p, ngx_uint_t n, size_t size)
void ngx_array_destroy (ngx_array_t *a)
void * ngx_array_push (ngx_array_t *a)
void * ngx_array_push_n (ngx_array_t *a, ngx_uint_t n)

Function Documentation

ngx_array_t* ngx_array_create ( ngx_pool_t p,
ngx_uint_t  n,
size_t  size 
)

Definition at line 13 of file ngx_array.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void ngx_array_destroy ( ngx_array_t a)

Definition at line 31 of file ngx_array.c.

void* ngx_array_push ( ngx_array_t a)

Definition at line 48 of file ngx_array.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void* ngx_array_push_n ( ngx_array_t a,
ngx_uint_t  n 
)

Definition at line 95 of file ngx_array.c.

Here is the call graph for this function:

Here is the caller graph for this function: