Lines Matching refs:obuf
275 unsigned char *obuf; /* Output buffer */
353 if (ctx->obuf) {
356 OPENSSL_free(ctx->obuf);
441 if (!ctx->obuf) {
442 ctx->obuf = OPENSSL_malloc(ctx->obufsize);
444 if (ctx->obuf == NULL) {
448 ctx->optr = ctx->obuf;
455 zout->next_out = ctx->obuf;
484 ctx->optr = ctx->obuf;
485 zout->next_out = ctx->obuf;
507 if (!ctx->obuf || (ctx->odone && !ctx->ocount))
531 ctx->optr = ctx->obuf;
532 zout->next_out = ctx->obuf;
592 OPENSSL_free(ctx->obuf);
593 ctx->obuf = NULL;
606 if (ctx->obuf == NULL)