Lines Matching defs:next
19 BIO *next = BIO_next(bio);
21 flags = BIO_test_flags(next, BIO_FLAGS_SHOULD_RETRY | BIO_FLAGS_RWS);
29 BIO *next = BIO_next(bio);
31 ret = BIO_read(next, out, outl);
40 BIO *next = BIO_next(bio);
48 ret = BIO_write(next, copy, inl);
51 ret = BIO_write(next, in, inl);
61 BIO *next = BIO_next(bio);
63 if (next == NULL)
71 ret = BIO_ctrl(next, cmd, num, ptr);