Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/
Dasync_bio.h40 void AsyncBioEnforceWriteQuota(BIO *bio, bool enforce);
Dasync_bio.cc185 void AsyncBioEnforceWriteQuota(BIO *bio, bool enforce) { in AsyncBioEnforceWriteQuota() function
Dbssl_shim.cc1245 AsyncBioEnforceWriteQuota(test_state->async_bio, false); in RetryAsync()
1247 AsyncBioEnforceWriteQuota(test_state->async_bio, true); in RetryAsync()
1302 AsyncBioEnforceWriteQuota(test_state->async_bio, false); in DoRead()
1307 AsyncBioEnforceWriteQuota(test_state->async_bio, true); in DoRead()