Searched refs:async_read (Results 1 – 3 of 3) sorted by relevance
29 static int async_read(BIO *b, char *out, int outl);51 || !BIO_meth_set_read(methods_async, async_read) in bio_f_async_filter()89 static int async_read(BIO *bio, char *out, int outl) in async_read() function
173 | async_read | operations | ZIO async reads|
279 TEST_F(AsyncRead, async_read) in TEST_F() argument