Home | History | Annotate | Download | only in bio

Lines Matching refs:obuf

85   char *obuf;   /* the char array */
103 ctx->obuf = (char *)OPENSSL_malloc(DEFAULT_BUFFER_SIZE);
104 if (ctx->obuf == NULL) {
131 OPENSSL_free(ctx->obuf);
225 memcpy(&ctx->obuf[ctx->obuf_off + ctx->obuf_len], in, inl);
233 memcpy(&ctx->obuf[ctx->obuf_off + ctx->obuf_len], in, i);
242 i = BIO_write(b->next_bio, &ctx->obuf[ctx->obuf_off], ctx->obuf_len);
341 p2 = ctx->obuf;
366 if (ctx->obuf != p2) {
367 OPENSSL_free(ctx->obuf);
368 ctx->obuf = p2;
382 r = BIO_write(b->next_bio, &(ctx->obuf[ctx->obuf_off]),