Searched refs:async_bio_allow_read (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/boringssl/src/ssl/test/
H A Dasync_bio.h33 // async_bio_allow_read increments |bio|'s read quota by |count|.
34 void async_bio_allow_read(BIO *bio, size_t count);
H A Dasync_bio.cc163 void async_bio_allow_read(BIO *bio, size_t count) { function
H A Dbssl_shim.cc274 async_bio_allow_read(bio, 1);

Completed in 68 milliseconds