Searched refs:free_connections (Results 1 – 3 of 3) sorted by relevance
49 ngx_connection_t *free_connections; member
1183 c = ngx_cycle->free_connections; in ngx_get_connection()1187 c = ngx_cycle->free_connections; in ngx_get_connection()1198 ngx_cycle->free_connections = c->data; in ngx_get_connection()1242 c->data = ngx_cycle->free_connections; in ngx_free_connection()1243 ngx_cycle->free_connections = c; in ngx_free_connection()
824 cycle->free_connections = next; in ngx_event_process_init()