Structure containing single connection pooled. More...
#include <ngx_connection_pool.h>
Data Fields | |
| void * | data |
| ngx_connection_t * | connection |
| ngx_socket_t | fd |
| ngx_connection_pool_t * | owner_pool |
| ngx_pool_t * | pool |
| ngx_pooled_connection_t * | next |
| ngx_pooled_connection_t * | previous |
Structure containing single connection pooled.
Important elements include *data and *connection
Definition at line 46 of file ngx_connection_pool.h.
| ngx_connection_t* ngx_pooled_connection_s::connection |
Definition at line 49 of file ngx_connection_pool.h.
Referenced by ngx_connection_pool_release(), ngx_connection_pool_return(), ngx_http_mxcache_get(), ngx_http_mxcache_init_conn(), and ngx_http_mxcache_set().
Definition at line 48 of file ngx_connection_pool.h.
Referenced by ngx_connection_pool_get_new(), ngx_connection_pool_return(), and ngx_http_mxcache_init_conn().
| ngx_socket_t ngx_pooled_connection_s::fd |
Definition at line 50 of file ngx_connection_pool.h.
Referenced by ngx_connection_pool_return(), and ngx_connection_pool_strip_broken().
Definition at line 53 of file ngx_connection_pool.h.
Referenced by ngx_connection_pool_return(), and ngx_connection_pool_strip_broken().
Definition at line 51 of file ngx_connection_pool.h.
Referenced by ngx_connection_pool_release(), and ngx_connection_pool_return().
| ngx_pool_t* ngx_pooled_connection_s::pool |
Definition at line 52 of file ngx_connection_pool.h.
Referenced by ngx_connection_pool_release(), and ngx_connection_pool_strip_broken().
Definition at line 54 of file ngx_connection_pool.h.
Referenced by ngx_connection_pool_return(), and ngx_connection_pool_strip_broken().
1.6.1