Home | History | Annotate | Download | only in comp

Lines Matching defs:ibuf

430 	unsigned char *ibuf;	/* Input buffer */
488 ctx->ibuf = NULL;
517 if(ctx->ibuf)
521 OPENSSL_free(ctx->ibuf);
545 if(!ctx->ibuf)
547 ctx->ibuf = OPENSSL_malloc(ctx->ibufsize);
548 if(!ctx->ibuf)
554 zin->next_in = ctx->ibuf;
583 ret = BIO_read(b->next_bio, ctx->ibuf, ctx->ibufsize);
593 zin->next_in = ctx->ibuf;
755 if (ctx->ibuf)
757 OPENSSL_free(ctx->ibuf);
758 ctx->ibuf = NULL;