Lines Matching defs:next
314 BIO *next = BIO_next(b);
318 if (next == NULL)
321 ret = BIO_read(next, out, outl);
330 BIO *next = BIO_next(b);
336 if (next == NULL)
356 ret = BIO_write(next, wbuf->buff, inl);
364 BIO *next = BIO_next(b);
366 if (next == NULL)
373 ret = BIO_ctrl(next, cmd, num, ptr);
382 BIO *next = BIO_next(bp);
384 if (next == NULL)
3687 struct simple_ssl_session_st *next;
3725 sess->next = first;
3736 for (sess = first; sess; sess = sess->next) {
3753 for (sess = first; sess; sess = sess->next) {
3756 prev->next = sess->next;
3758 first = sess->next;
3785 sess = sess->next;