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

Go to the source code of this file.

Functions

ssize_t ngx_file_aio_read (ngx_file_t *file, u_char *buf, size_t size, off_t offset, ngx_pool_t *pool)

Variables

int ngx_kqueue

Function Documentation

ssize_t ngx_file_aio_read ( ngx_file_t file,
u_char *  buf,
size_t  size,
off_t  offset,
ngx_pool_t pool 
)

Definition at line 40 of file ngx_file_aio_read.c.

Here is the call graph for this function:

Variable Documentation

int ngx_kqueue

Definition at line 37 of file ngx_kqueue_module.c.