Groonga 3.0.9 Source Code Document
|
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) |
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.
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.
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.
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.
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.