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

Go to the source code of this file.

Functions

ngx_listening_tngx_create_listening (ngx_conf_t *cf, void *sockaddr, socklen_t socklen)
ngx_int_t ngx_set_inherited_sockets (ngx_cycle_t *cycle)
ngx_int_t ngx_open_listening_sockets (ngx_cycle_t *cycle)
void ngx_configure_listening_sockets (ngx_cycle_t *cycle)
void ngx_close_listening_sockets (ngx_cycle_t *cycle)
ngx_connection_tngx_get_connection (ngx_socket_t s, ngx_log_t *log)
void ngx_free_connection (ngx_connection_t *c)
void ngx_close_connection (ngx_connection_t *c)
void ngx_reusable_connection (ngx_connection_t *c, ngx_uint_t reusable)
ngx_int_t ngx_connection_local_sockaddr (ngx_connection_t *c, ngx_str_t *s, ngx_uint_t port)
ngx_int_t ngx_connection_error (ngx_connection_t *c, ngx_err_t err, char *text)

Variables

ngx_os_io_t ngx_io

Function Documentation

void ngx_close_connection ( ngx_connection_t c)

Definition at line 850 of file ngx_connection.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void ngx_close_listening_sockets ( ngx_cycle_t cycle)

Definition at line 683 of file ngx_connection.c.

Here is the call graph for this function:

void ngx_configure_listening_sockets ( ngx_cycle_t cycle)

Definition at line 464 of file ngx_connection.c.

Here is the call graph for this function:

Here is the caller graph for this function:

ngx_int_t ngx_connection_error ( ngx_connection_t c,
ngx_err_t  err,
char *  text 
)

Definition at line 1078 of file ngx_connection.c.

Here is the call graph for this function:

Here is the caller graph for this function:

ngx_int_t ngx_connection_local_sockaddr ( ngx_connection_t c,
ngx_str_t s,
ngx_uint_t  port 
)

Definition at line 1019 of file ngx_connection.c.

Here is the call graph for this function:

Here is the caller graph for this function:

ngx_listening_t* ngx_create_listening ( ngx_conf_t cf,
void *  sockaddr,
socklen_t  socklen 
)

Definition at line 20 of file ngx_connection.c.

Here is the call graph for this function:

void ngx_free_connection ( ngx_connection_t c)

Definition at line 833 of file ngx_connection.c.

Here is the caller graph for this function:

ngx_connection_t* ngx_get_connection ( ngx_socket_t  s,
ngx_log_t log 
)

Definition at line 758 of file ngx_connection.c.

Here is the call graph for this function:

Here is the caller graph for this function:

ngx_int_t ngx_open_listening_sockets ( ngx_cycle_t cycle)

Definition at line 269 of file ngx_connection.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void ngx_reusable_connection ( ngx_connection_t c,
ngx_uint_t  reusable 
)

Definition at line 966 of file ngx_connection.c.

Here is the caller graph for this function:

ngx_int_t ngx_set_inherited_sockets ( ngx_cycle_t cycle)

Definition at line 90 of file ngx_connection.c.

Here is the call graph for this function:

Variable Documentation

ngx_os_io_t ngx_io

Definition at line 13 of file ngx_connection.c.