Groonga 3.0.9 Source Code Document
|
Go to the source code of this file.
Functions | |
ngx_listening_t * | ngx_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_t * | ngx_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 |
void ngx_close_connection | ( | ngx_connection_t * | c | ) |
Definition at line 850 of file ngx_connection.c.
void ngx_close_listening_sockets | ( | ngx_cycle_t * | cycle | ) |
void ngx_configure_listening_sockets | ( | ngx_cycle_t * | cycle | ) |
Definition at line 464 of file ngx_connection.c.
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.
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.
ngx_listening_t* ngx_create_listening | ( | ngx_conf_t * | cf, |
void * | sockaddr, | ||
socklen_t | socklen | ||
) |
void ngx_free_connection | ( | ngx_connection_t * | c | ) |
ngx_connection_t* ngx_get_connection | ( | ngx_socket_t | s, |
ngx_log_t * | log | ||
) |
Definition at line 758 of file ngx_connection.c.
ngx_int_t ngx_open_listening_sockets | ( | ngx_cycle_t * | cycle | ) |
Definition at line 269 of file ngx_connection.c.
void ngx_reusable_connection | ( | ngx_connection_t * | c, |
ngx_uint_t | reusable | ||
) |
ngx_int_t ngx_set_inherited_sockets | ( | ngx_cycle_t * | cycle | ) |
ngx_os_io_t ngx_io |
Definition at line 13 of file ngx_connection.c.