Searched refs:tap_new (Results 1 – 1 of 1) sorted by relevance
19 static int tap_new(BIO *b);35 BIO_meth_set_create(tap, tap_new); in BIO_f_tap()43 static int tap_new(BIO *b) in tap_new() function