Lines Matching refs:next
73 asn1_ps_func *cleanup, asn1_bio_state_t next);
159 BIO *next; in asn1_bio_write() local
162 next = BIO_next(b); in asn1_bio_write()
163 if (in == NULL || inl < 0 || ctx == NULL || next == NULL) in asn1_bio_write()
201 ret = BIO_write(next, ctx->buf + ctx->bufpos, ctx->buflen); in asn1_bio_write()
221 ret = BIO_write(next, in, wrmax); in asn1_bio_write()
255 asn1_ps_func *cleanup, asn1_bio_state_t next) in asn1_bio_flush_ex() argument
271 ctx->state = next; in asn1_bio_flush_ex()
297 BIO *next = BIO_next(b); in asn1_bio_read() local
298 if (next == NULL) in asn1_bio_read()
300 return BIO_read(next, in, inl); in asn1_bio_read()
310 BIO *next = BIO_next(b); in asn1_bio_gets() local
311 if (next == NULL) in asn1_bio_gets()
313 return BIO_gets(next, str, size); in asn1_bio_gets()
318 BIO *next = BIO_next(b); in asn1_bio_callback_ctrl() local
319 if (next == NULL) in asn1_bio_callback_ctrl()
321 return BIO_callback_ctrl(next, cmd, fp); in asn1_bio_callback_ctrl()
329 BIO *next; in asn1_bio_ctrl() local
334 next = BIO_next(b); in asn1_bio_ctrl()
370 if (next == NULL) in asn1_bio_ctrl()
388 return BIO_ctrl(next, cmd, arg1, arg2); in asn1_bio_ctrl()
395 if (next == NULL) in asn1_bio_ctrl()
397 return BIO_ctrl(next, cmd, arg1, arg2); in asn1_bio_ctrl()