Lines Matching refs:obuf
58 ctx->obuf = OPENSSL_malloc(DEFAULT_BUFFER_SIZE);
59 if (ctx->obuf == NULL) {
79 OPENSSL_free(b->obuf);
174 memcpy(&(ctx->obuf[ctx->obuf_off + ctx->obuf_len]), in, inl);
182 memcpy(&(ctx->obuf[ctx->obuf_off + ctx->obuf_len]), in, i);
190 i = BIO_write(b->next_bio, &(ctx->obuf[ctx->obuf_off]),
319 p2 = ctx->obuf;
342 if (ctx->obuf != p2) {
343 OPENSSL_free(ctx->obuf);
344 ctx->obuf = p2;
370 &(ctx->obuf[ctx->obuf_off]), ctx->obuf_len);