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

Go to the source code of this file.

Functions

ngx_int_t ngx_write_channel (ngx_socket_t s, ngx_channel_t *ch, size_t size, ngx_log_t *log)
ngx_int_t ngx_read_channel (ngx_socket_t s, ngx_channel_t *ch, size_t size, ngx_log_t *log)
ngx_int_t ngx_add_channel_event (ngx_cycle_t *cycle, ngx_fd_t fd, ngx_int_t event, ngx_event_handler_pt handler)
void ngx_close_channel (ngx_fd_t *fd, ngx_log_t *log)

Function Documentation

ngx_int_t ngx_add_channel_event ( ngx_cycle_t cycle,
ngx_fd_t  fd,
ngx_int_t  event,
ngx_event_handler_pt  handler 
)

Definition at line 197 of file ngx_channel.c.

Here is the call graph for this function:

void ngx_close_channel ( ngx_fd_t fd,
ngx_log_t log 
)

Definition at line 249 of file ngx_channel.c.

Here is the call graph for this function:

Here is the caller graph for this function:

ngx_int_t ngx_read_channel ( ngx_socket_t  s,
ngx_channel_t ch,
size_t  size,
ngx_log_t log 
)

Definition at line 94 of file ngx_channel.c.

Here is the call graph for this function:

ngx_int_t ngx_write_channel ( ngx_socket_t  s,
ngx_channel_t ch,
size_t  size,
ngx_log_t log 
)

Definition at line 14 of file ngx_channel.c.

Here is the call graph for this function: