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

/external/chromium_org/third_party/boringssl/src/ssl/test/
H A Dasync_bio.h36 // async_bio_allow_write increments |bio|'s write quota by |count|.
37 void async_bio_allow_write(BIO *bio, size_t count);
H A Dasync_bio.cc171 void async_bio_allow_write(BIO *bio, size_t count) { function
H A Dbssl_shim.cc277 async_bio_allow_write(bio, 1);

Completed in 40 milliseconds