Searched refs:tap_read_ex (Results 1 – 1 of 1) sorted by relevance
15 static int tap_read_ex(BIO *b, char *buf, size_t size, size_t *out_size);31 BIO_meth_set_read_ex(tap, tap_read_ex); in BIO_f_tap()59 static int tap_read_ex(BIO *b, char *buf, size_t size, size_t *out_size) in tap_read_ex() function