Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/
Dasync_bio.h40 void AsyncBioEnforceWriteQuota(BIO *bio, bool enforce);
Dhandshake_util.cc53 AsyncBioEnforceWriteQuota(test_state->async_bio, false); in RetryAsync()
55 AsyncBioEnforceWriteQuota(test_state->async_bio, true); in RetryAsync()
Dasync_bio.cc185 void AsyncBioEnforceWriteQuota(BIO *bio, bool enforce) { in AsyncBioEnforceWriteQuota() function
Dbssl_shim.cc188 AsyncBioEnforceWriteQuota(test_state->async_bio, false); in DoRead()
195 AsyncBioEnforceWriteQuota(test_state->async_bio, true); in DoRead()