Home
last modified time | relevance | path

Searched refs:wait_ctx (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dsend_to_kdc.c928 struct wait_ctx { struct
941 struct wait_ctx *wait_ctx = iter_ctx; in wait_setup() argument
945 if (h->timeout >= wait_ctx->timenow) in wait_setup()
947 host_connect(wait_ctx->context, wait_ctx->ctx, h); in wait_setup()
955 if (h->timeout < wait_ctx->timenow) { in wait_setup()
959 host_dead(wait_ctx->context, h, "host timed out"); in wait_setup()
962 debug_host(wait_ctx->context, 5, h, "retrying sending to"); in wait_setup()
963 host_next_timeout(wait_ctx->context, h); in wait_setup()
964 host_connected(wait_ctx->context, wait_ctx->ctx, h); in wait_setup()
973 FD_SET(h->fd, &wait_ctx->rfds); in wait_setup()
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Dspeed.c605 ASYNC_WAIT_CTX *wait_ctx; member
1253 ret = ASYNC_start_job(&loopargs[i].inprogress_job, loopargs[i].wait_ctx, in run_benchmark()
1291 (loopargs[i].wait_ctx, NULL, &num_job_fds) in run_benchmark()
1298 ASYNC_WAIT_CTX_get_all_fds(loopargs[i].wait_ctx, &job_fd, in run_benchmark()
1335 (loopargs[i].wait_ctx, NULL, &num_job_fds) in run_benchmark()
1342 ASYNC_WAIT_CTX_get_all_fds(loopargs[i].wait_ctx, &job_fd, in run_benchmark()
1356 loopargs[i].wait_ctx, &job_op_count, in run_benchmark()
1787 loopargs[i].wait_ctx = ASYNC_WAIT_CTX_new(); in speed_main()
1788 if (loopargs[i].wait_ctx == NULL) { in speed_main()
3382 ASYNC_WAIT_CTX_free(loopargs[i].wait_ctx); in speed_main()
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Dspeed.c461 ASYNC_WAIT_CTX *wait_ctx; member
1145 ret = ASYNC_start_job(&loopargs[i].inprogress_job, loopargs[i].wait_ctx, in run_benchmark()
1183 (loopargs[i].wait_ctx, NULL, &num_job_fds) in run_benchmark()
1190 ASYNC_WAIT_CTX_get_all_fds(loopargs[i].wait_ctx, &job_fd, in run_benchmark()
1227 (loopargs[i].wait_ctx, NULL, &num_job_fds) in run_benchmark()
1234 ASYNC_WAIT_CTX_get_all_fds(loopargs[i].wait_ctx, &job_fd, in run_benchmark()
1248 loopargs[i].wait_ctx, &job_op_count, in run_benchmark()
1790 loopargs[i].wait_ctx = ASYNC_WAIT_CTX_new(); in speed_main()
1791 if (loopargs[i].wait_ctx == NULL) { in speed_main()
3371 ASYNC_WAIT_CTX_free(loopargs[i].wait_ctx); in speed_main()