| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_upstream_least_conn_module.c | 138 if (rrp->tried[n] & m) { in ngx_stream_upstream_get_least_conn_peer() 193 if (rrp->tried[n] & m) { in ngx_stream_upstream_get_least_conn_peer() 247 rrp->tried[n] |= m; in ngx_stream_upstream_get_least_conn_peer() 265 rrp->tried[i] = 0; in ngx_stream_upstream_get_least_conn_peer()
|
| H A D | ngx_stream_upstream_round_robin.c | 279 rrp->tried = &rrp->data; in ngx_stream_upstream_init_round_robin_peer() 285 rrp->tried = ngx_pcalloc(s->connection->pool, n * sizeof(uintptr_t)); in ngx_stream_upstream_init_round_robin_peer() 286 if (rrp->tried == NULL) { in ngx_stream_upstream_init_round_robin_peer() 401 rrp->tried = &rrp->data; in ngx_stream_upstream_create_round_robin_peer() 408 rrp->tried = ngx_pcalloc(s->connection->pool, n * sizeof(uintptr_t)); in ngx_stream_upstream_create_round_robin_peer() 409 if (rrp->tried == NULL) { in ngx_stream_upstream_create_round_robin_peer() 494 rrp->tried[i] = 0; in ngx_stream_upstream_get_round_robin_peer() 541 if (rrp->tried[n] & m) { in ngx_stream_upstream_get_peer() 582 rrp->tried[n] |= m; in ngx_stream_upstream_get_peer()
|
| H A D | ngx_stream_upstream_random_module.c | 242 if (rrp->tried[n] & m) { in ngx_stream_upstream_get_random_peer() 291 rrp->tried[n] |= m; in ngx_stream_upstream_get_random_peer() 346 if (rrp->tried[n] & m) { in ngx_stream_upstream_get_random2_peer() 400 rrp->tried[n] |= m; in ngx_stream_upstream_get_random2_peer()
|
| H A D | ngx_stream_upstream_hash_module.c | 226 if (hp->rrp.tried[n] & m) { in ngx_stream_upstream_get_hash_peer() 278 hp->rrp.tried[n] |= m; in ngx_stream_upstream_get_hash_peer() 545 if (hp->rrp.tried[n] & m) { in ngx_stream_upstream_get_chash_peer() 615 hp->rrp.tried[n] |= m; in ngx_stream_upstream_get_chash_peer()
|
| H A D | ngx_stream_upstream_round_robin.h | 129 uintptr_t *tried; member
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_upstream_least_conn_module.c | 142 if (rrp->tried[n] & m) { in ngx_http_upstream_get_least_conn_peer() 197 if (rrp->tried[n] & m) { in ngx_http_upstream_get_least_conn_peer() 251 rrp->tried[n] |= m; in ngx_http_upstream_get_least_conn_peer() 269 rrp->tried[i] = 0; in ngx_http_upstream_get_least_conn_peer()
|
| H A D | ngx_http_upstream_random_module.c | 242 if (rrp->tried[n] & m) { in ngx_http_upstream_get_random_peer() 291 rrp->tried[n] |= m; in ngx_http_upstream_get_random_peer() 346 if (rrp->tried[n] & m) { in ngx_http_upstream_get_random2_peer() 400 rrp->tried[n] |= m; in ngx_http_upstream_get_random2_peer()
|
| H A D | ngx_http_upstream_ip_hash_module.c | 197 if (iphp->rrp.tried[n] & m) { in ngx_http_upstream_get_ip_hash_peer() 249 iphp->rrp.tried[n] |= m; in ngx_http_upstream_get_ip_hash_peer()
|
| H A D | ngx_http_upstream_hash_module.c | 227 if (hp->rrp.tried[n] & m) { in ngx_http_upstream_get_hash_peer() 279 hp->rrp.tried[n] |= m; in ngx_http_upstream_get_hash_peer() 544 if (hp->rrp.tried[n] & m) { in ngx_http_upstream_get_chash_peer() 616 hp->rrp.tried[n] |= m; in ngx_http_upstream_get_chash_peer()
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_upstream_round_robin.c | 272 rrp->tried = &rrp->data; in ngx_http_upstream_init_round_robin_peer() 278 rrp->tried = ngx_pcalloc(r->pool, n * sizeof(uintptr_t)); in ngx_http_upstream_init_round_robin_peer() 279 if (rrp->tried == NULL) { in ngx_http_upstream_init_round_robin_peer() 391 rrp->tried = &rrp->data; in ngx_http_upstream_create_round_robin_peer() 398 rrp->tried = ngx_pcalloc(r->pool, n * sizeof(uintptr_t)); in ngx_http_upstream_create_round_robin_peer() 399 if (rrp->tried == NULL) { in ngx_http_upstream_create_round_robin_peer() 485 rrp->tried[i] = 0; in ngx_http_upstream_get_round_robin_peer() 532 if (rrp->tried[n] & m) { in ngx_http_upstream_get_peer() 573 rrp->tried[n] |= m; in ngx_http_upstream_get_peer()
|
| H A D | ngx_http_upstream_round_robin.h | 131 uintptr_t *tried; member
|
| /f-stack/app/redis-5.0.5/deps/linenoise/ |
| H A D | README.markdown | 28 …pe sequences. So I tried to write a lib using just very basic VT100 features. The resulting librar…
|
| /f-stack/freebsd/contrib/zlib/doc/ |
| H A D | txtvsbin.txt | 99 and applications. We tried plain text files, system logs, source code,
|
| /f-stack/freebsd/contrib/openzfs/contrib/dracut/ |
| H A D | README.dracut.markdown | 191 `zpool import -N -a`, and the scan for bootfs is tried again. If no bootfs
|
| /f-stack/freebsd/contrib/libsodium/m4/ |
| H A D | ax_pthread.m4 | 137 # none: in case threads are in libc; should be tried before -Kthread and
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | ipsec_secgw.rst | 209 device will ensure the ordering. Ordering will be lost when tried in PARALLEL.
|
| /f-stack/app/nginx-1.16.1/ |
| H A D | CHANGES | 3659 *) Bugfix: nginx/Windows tried to delete a temporary file twice if the 3671 *) Bugfix: nginx/Windows tried to rename a temporary file twice if the 5161 directive without code change, then nginx tried to allocate too many 5430 "error_page" directive, then nginx tried to read the request body 6101 block, then nginx tried to resolve the name; the bug had appeared in
|