HomeSort by relevance Sort by last modified time
    Searched refs:AsyncBioAllowWrite (Results 1 - 3 of 3) sorted by null

  /external/boringssl/src/ssl/test/
async_bio.h 38 // AsyncBioAllowWrite increments |bio|'s write quota by |count|.
39 void AsyncBioAllowWrite(BIO *bio, size_t count);
async_bio.cc 174 void AsyncBioAllowWrite(BIO *bio, size_t count) {
bssl_shim.cc 868 AsyncBioAllowWrite(test_state->async_bio, 1);
    [all...]

Completed in 487 milliseconds