Searched refs:async_new (Results 1 – 1 of 1) sorted by relevance
27 static int async_new(BIO *bi);55 || !BIO_meth_set_create(methods_async, async_new) in bio_f_async_filter()62 static int async_new(BIO *bio) in async_new() function