OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AsyncBioEnforceWriteQuota
(Results
1 - 3
of
3
) sorted by null
/external/boringssl/src/ssl/test/
async_bio.h
41
//
AsyncBioEnforceWriteQuota
configures where |bio| enforces its write quota.
42
void
AsyncBioEnforceWriteQuota
(BIO *bio, bool enforce);
async_bio.cc
182
void
AsyncBioEnforceWriteQuota
(BIO *bio, bool enforce) {
bssl_shim.cc
847
AsyncBioEnforceWriteQuota
(test_state->async_bio, false);
851
AsyncBioEnforceWriteQuota
(test_state->async_bio, true);
906
AsyncBioEnforceWriteQuota
(test_state->async_bio, false);
910
AsyncBioEnforceWriteQuota
(test_state->async_bio, true);
[
all
...]
Completed in 36 milliseconds