Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ossl_shim/
H A Dasync_bio.h36 void AsyncBioEnforceWriteQuota(BIO *bio, bool enforce);
H A Dossl_shim.cc685 AsyncBioEnforceWriteQuota(test_state->async_bio, false); in RetryAsync()
687 AsyncBioEnforceWriteQuota(test_state->async_bio, true); in RetryAsync()
724 AsyncBioEnforceWriteQuota(test_state->async_bio, false); in DoRead()
729 AsyncBioEnforceWriteQuota(test_state->async_bio, true); in DoRead()
H A Dasync_bio.cc177 void AsyncBioEnforceWriteQuota(BIO *bio, bool enforce) { in AsyncBioEnforceWriteQuota() function