HomeSort by: relevance | last modified time | path
    Searched defs:wait_ctx (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
send_to_kdc.c 928 struct wait_ctx { struct
941 struct wait_ctx *wait_ctx = iter_ctx; local
945 if (h->timeout >= wait_ctx->timenow)
947 host_connect(wait_ctx->context, wait_ctx->ctx, h);
955 if (h->timeout < wait_ctx->timenow) {
959 host_dead(wait_ctx->context, h, "host timed out");
962 debug_host(wait_ctx->context, 5, h, "retrying sending to");
963 host_next_timeout(wait_ctx->context, h)
1007 struct wait_ctx *wait_ctx = ctx; local
1029 struct wait_ctx wait_ctx; local
    [all...]
  /src/crypto/external/bsd/openssl/dist/apps/
speed.c 469 ASYNC_WAIT_CTX *wait_ctx; member in struct:loopargs_st
1235 ret = ASYNC_start_job(&loopargs[i].inprogress_job, loopargs[i].wait_ctx,
1273 (loopargs[i].wait_ctx, NULL, &num_job_fds)
1280 ASYNC_WAIT_CTX_get_all_fds(loopargs[i].wait_ctx, &job_fd,
1317 (loopargs[i].wait_ctx, NULL, &num_job_fds)
1324 ASYNC_WAIT_CTX_get_all_fds(loopargs[i].wait_ctx, &job_fd,
1338 loopargs[i].wait_ctx, &job_op_count,
1880 loopargs[i].wait_ctx = ASYNC_WAIT_CTX_new();
1881 if (loopargs[i].wait_ctx == NULL) {
3585 ASYNC_WAIT_CTX_free(loopargs[i].wait_ctx);
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/apps/
speed.c 605 ASYNC_WAIT_CTX *wait_ctx; member in struct:loopargs_st
1253 ret = ASYNC_start_job(&loopargs[i].inprogress_job, loopargs[i].wait_ctx,
1291 (loopargs[i].wait_ctx, NULL, &num_job_fds)
1298 ASYNC_WAIT_CTX_get_all_fds(loopargs[i].wait_ctx, &job_fd,
1335 (loopargs[i].wait_ctx, NULL, &num_job_fds)
1342 ASYNC_WAIT_CTX_get_all_fds(loopargs[i].wait_ctx, &job_fd,
1356 loopargs[i].wait_ctx, &job_op_count,
1787 loopargs[i].wait_ctx = ASYNC_WAIT_CTX_new();
1788 if (loopargs[i].wait_ctx == NULL) {
3382 ASYNC_WAIT_CTX_free(loopargs[i].wait_ctx);
    [all...]
  /src/crypto/external/apache2/openssl/dist/apps/
speed.c 604 ASYNC_WAIT_CTX *wait_ctx; member in struct:loopargs_st
1644 ret = ASYNC_start_job(&loopargs[i].inprogress_job, loopargs[i].wait_ctx,
1681 if (!ASYNC_WAIT_CTX_get_all_fds(loopargs[i].wait_ctx, NULL, &num_job_fds)
1688 ASYNC_WAIT_CTX_get_all_fds(loopargs[i].wait_ctx, &job_fd,
1724 if (!ASYNC_WAIT_CTX_get_all_fds(loopargs[i].wait_ctx, NULL, &num_job_fds)
1731 ASYNC_WAIT_CTX_get_all_fds(loopargs[i].wait_ctx, &job_fd,
1745 loopargs[i].wait_ctx, &job_op_count,
2579 loopargs[i].wait_ctx = ASYNC_WAIT_CTX_new();
2580 if (loopargs[i].wait_ctx == NULL) {
4835 ASYNC_WAIT_CTX_free(loopargs[i].wait_ctx);
    [all...]

Completed in 32 milliseconds