Lines Matching defs:next
229 BIO *next;
232 next = BIO_next(b);
250 if (next != NULL)
251 ret = BIO_ctrl(next, cmd, num, ptr);
293 if (next != NULL)
294 BIO_push(bio, next);
327 if ((next != NULL) && (next != ssl->rbio)) {
329 * We are going to pass ownership of next to the SSL object...but
332 BIO_up_ref(next);
333 SSL_set_bio(ssl, next, next);
358 BIO_set_retry_reason(b, BIO_get_retry_reason(next));