Home | History | Annotate | Download | only in evp

Lines Matching refs:next_bio

221 	if ((ctx == NULL) || (b->next_bio == NULL) || (b->init == 0)) return(0);
262 i=BIO_read(b->next_bio,&(ctx->buf[ctx->buf_len]),n);
294 if ((ctx == NULL) || (b->next_bio == NULL) || (b->init == 0)) return(0);
303 i=BIO_write(b->next_bio,&(ctx->buf[ctx->buf_off]),n);
365 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
371 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
377 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
399 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
403 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
424 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
434 if (b->next_bio == NULL) return(0);
438 ret=BIO_callback_ctrl(b->next_bio,cmd,fp);