Home
last modified time | relevance | path

Searched refs:async_gets (Results 1 – 1 of 1) sorted by relevance

/third_party/openssl/test/
Dasynciotest.c32 static int async_gets(BIO *bp, char *buf, int size);
53 || !BIO_meth_set_gets(methods_async, async_gets) in bio_f_async_filter()
276 static int async_gets(BIO *bio, char *buf, int size) in async_gets() function