Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions | Variables
ngx_darwin.h File Reference

Go to the source code of this file.

Functions

void ngx_debug_init (void)
ngx_chain_tngx_darwin_sendfile_chain (ngx_connection_t *c, ngx_chain_t *in, off_t limit)

Variables

int ngx_darwin_kern_osreldate
int ngx_darwin_hw_ncpu
u_long ngx_darwin_net_inet_tcp_sendspace
ngx_uint_t ngx_debug_malloc

Function Documentation

ngx_chain_t* ngx_darwin_sendfile_chain ( ngx_connection_t c,
ngx_chain_t in,
off_t  limit 
)

Definition at line 40 of file ngx_darwin_sendfile_chain.c.

Here is the call graph for this function:

void ngx_debug_init ( void  )

Definition at line 62 of file ngx_darwin_init.c.

Variable Documentation

int ngx_darwin_hw_ncpu

Definition at line 14 of file ngx_darwin_init.c.

int ngx_darwin_kern_osreldate
u_long ngx_darwin_net_inet_tcp_sendspace

Definition at line 16 of file ngx_darwin_init.c.

ngx_uint_t ngx_debug_malloc

Definition at line 18 of file ngx_darwin_init.c.