Home | History | Annotate | Download | only in comp

Lines Matching defs:obuf

433 	unsigned char *obuf;	/* Output buffer */
489 ctx->obuf = NULL;
523 if(ctx->obuf)
527 OPENSSL_free(ctx->obuf);
607 if(!ctx->obuf)
609 ctx->obuf = OPENSSL_malloc(ctx->obufsize);
611 if(!ctx->obuf)
616 ctx->optr = ctx->obuf;
619 zout->next_out = ctx->obuf;
649 ctx->optr = ctx->obuf;
650 zout->next_out = ctx->obuf;
672 if(!ctx->obuf || (ctx->odone && !ctx->ocount)) return 1;
697 ctx->optr = ctx->obuf;
698 zout->next_out = ctx->obuf;
765 if (ctx->obuf)
767 OPENSSL_free(ctx->obuf);
768 ctx->obuf = NULL;