Home | History | Annotate | Download | only in bio

Lines Matching defs:obuf

83   char *obuf;   /* the char array */
101 ctx->obuf = (char *)OPENSSL_malloc(DEFAULT_BUFFER_SIZE);
102 if (ctx->obuf == NULL) {
131 if (ctx->obuf != NULL) {
132 OPENSSL_free(ctx->obuf);
227 memcpy(&ctx->obuf[ctx->obuf_off + ctx->obuf_len], in, inl);
235 memcpy(&ctx->obuf[ctx->obuf_off + ctx->obuf_len], in, i);
244 i = BIO_write(b->next_bio, &ctx->obuf[ctx->obuf_off], ctx->obuf_len);
342 p2 = ctx->obuf;
367 if (ctx->obuf != p2) {
368 OPENSSL_free(ctx->obuf);
369 ctx->obuf = p2;
383 r = BIO_write(b->next_bio, &(ctx->obuf[ctx->obuf_off]),