Searched refs:tap_ctrl (Results 1 – 1 of 1) sorted by relevance
18 static long tap_ctrl(BIO *b, int cmd, long arg1, void *arg2);34 BIO_meth_set_ctrl(tap, tap_ctrl); in BIO_f_tap()122 static long tap_ctrl(BIO *b, int cmd, long num, void *ptr) in tap_ctrl() function