OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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