Searched refs:BIO_should_retry (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.0-release/crypto/openssl/crypto/ocsp/
H A Docsp_ht.c279 if (BIO_should_retry(rctx->io))
301 if (BIO_should_retry(rctx->io))
326 if (BIO_should_retry(rctx->io))
359 if (BIO_should_retry(rctx->mem))
504 } while ((rv == -1) && BIO_should_retry(b));
/freebsd-10.0-release/contrib/serf/buckets/
H A Dssl_buckets.c260 BIO_should_retry(ctx->bio), BIO_should_read(ctx->bio),
302 BIO_should_retry(ctx->bio), BIO_should_read(ctx->bio),
731 if (BIO_should_retry(ctx->bio) && BIO_should_write(ctx->bio)) {
743 BIO_should_retry(ctx->bio), BIO_should_read(ctx->bio),
881 && BIO_should_retry(ctx->bio) && BIO_should_read(ctx->bio)) {
888 BIO_should_retry(ctx->bio), BIO_should_read(ctx->bio),
/freebsd-10.0-release/crypto/openssl/ssl/
H A Dssltest.c1294 if (!BIO_should_retry(c_ssl_bio))
1299 /* BIO_should_retry(...) can just be ignored here.
1324 if (!BIO_should_retry(c_ssl_bio))
1329 /* Again, "BIO_should_retry" can be ignored. */
1380 if (!BIO_should_retry(s_ssl_bio))
1385 /* Ignore "BIO_should_retry". */
1407 if (!BIO_should_retry(s_ssl_bio))
1688 if (BIO_should_retry(c_bio))
1724 if (BIO_should_retry(c_bio))
1772 if (BIO_should_retry(s_bi
[all...]
H A Dd1_clnt.c673 if (!BIO_should_retry(s->wbio))
H A Dd1_srvr.c571 if (!BIO_should_retry(s->wbio))
/freebsd-10.0-release/crypto/openssl/crypto/threads/
H A Dmttest.c521 if (BIO_should_retry(c_bio))
553 if (BIO_should_retry(c_bio))
593 if (BIO_should_retry(s_bio))
630 if (BIO_should_retry(s_bio))
/freebsd-10.0-release/crypto/openssl/crypto/x509v3/
H A Dv3_pci.c172 || (n == 0 && BIO_should_retry(b)))
/freebsd-10.0-release/crypto/openssl/crypto/evp/
H A Dbio_enc.c184 if (!BIO_should_retry(b->next_bio))
H A Dbio_b64.c202 if (!BIO_should_retry(b->next_bio))
H A Dbio_ok.c322 if(!BIO_should_retry(b))
/freebsd-10.0-release/crypto/openssl/crypto/bio/
H A Dbio_lib.c463 if (!BIO_should_retry(b)) break;
H A Dbio.h258 #define BIO_should_retry(a) BIO_test_flags(a, BIO_FLAGS_SHOULD_RETRY) macro
/freebsd-10.0-release/crypto/openssl/apps/
H A Ds_server.c2708 if (!BIO_should_retry(io))
2937 if (!BIO_should_retry(io))
2961 if (!BIO_should_retry(io))
H A Docsp.c1304 if ((rv <= 0) && ((req_timeout == -1) || !BIO_should_retry(cbio)))

Completed in 99 milliseconds