Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions | Variables
ngx_aio_write.c File Reference
#include <ngx_config.h>
#include <ngx_core.h>
#include <ngx_event.h>
Include dependency graph for ngx_aio_write.c:

Go to the source code of this file.

Functions

ssize_t ngx_aio_write (ngx_connection_t *c, u_char *buf, size_t size)

Variables

int ngx_kqueue

Function Documentation

ssize_t ngx_aio_write ( ngx_connection_t c,
u_char *  buf,
size_t  size 
)

Definition at line 17 of file ngx_aio_write.c.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

int ngx_kqueue

Definition at line 37 of file ngx_kqueue_module.c.