Lines Matching refs:next
93 BIO *next = BIO_next(bio);
97 if (next == NULL)
105 ret = BIO_read(next, out, 1);
106 if (ret <= 0 && BIO_should_read(next))
129 BIO *next = BIO_next(bio);
133 if (next == NULL)
222 ret = BIO_write(next, smallrec, MIN_RECORD_LEN);
242 ret = BIO_write(next, in + written, inl - written);
245 if (ret <= 0 && BIO_should_write(next))
260 BIO *next = BIO_next(bio);
262 if (next == NULL)
270 ret = BIO_ctrl(next, cmd, num, ptr);