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

Go to the source code of this file.

Functions

ngx_int_t ngx_http_upstream_init_round_robin (ngx_conf_t *cf, ngx_http_upstream_srv_conf_t *us)
ngx_int_t ngx_http_upstream_init_round_robin_peer (ngx_http_request_t *r, ngx_http_upstream_srv_conf_t *us)
ngx_int_t ngx_http_upstream_create_round_robin_peer (ngx_http_request_t *r, ngx_http_upstream_resolved_t *ur)
ngx_int_t ngx_http_upstream_get_round_robin_peer (ngx_peer_connection_t *pc, void *data)
void ngx_http_upstream_free_round_robin_peer (ngx_peer_connection_t *pc, void *data, ngx_uint_t state)

Function Documentation

ngx_int_t ngx_http_upstream_create_round_robin_peer ( ngx_http_request_t r,
ngx_http_upstream_resolved_t ur 
)

Definition at line 264 of file ngx_http_upstream_round_robin.c.

Here is the call graph for this function:

void ngx_http_upstream_free_round_robin_peer ( ngx_peer_connection_t pc,
void *  data,
ngx_uint_t  state 
)

Definition at line 536 of file ngx_http_upstream_round_robin.c.

Here is the caller graph for this function:

ngx_int_t ngx_http_upstream_get_round_robin_peer ( ngx_peer_connection_t pc,
void *  data 
)

Definition at line 370 of file ngx_http_upstream_round_robin.c.

Here is the call graph for this function:

Here is the caller graph for this function:

ngx_int_t ngx_http_upstream_init_round_robin ( ngx_conf_t cf,
ngx_http_upstream_srv_conf_t us 
)

Definition at line 27 of file ngx_http_upstream_round_robin.c.

Here is the call graph for this function:

ngx_int_t ngx_http_upstream_init_round_robin_peer ( ngx_http_request_t r,
ngx_http_upstream_srv_conf_t us 
)

Definition at line 210 of file ngx_http_upstream_round_robin.c.

Here is the call graph for this function:

Here is the caller graph for this function: