Home | History | Annotate | Download | only in bio

Lines Matching defs:obuf

100 	char *obuf;		/* the output char array */
111 ctx->obuf=(char *)OPENSSL_malloc(DEFAULT_LINEBUFFER_SIZE);
112 if (ctx->obuf == NULL) { OPENSSL_free(ctx); return(0); }
128 if (b->obuf != NULL) OPENSSL_free(b->obuf);
185 memcpy(&(ctx->obuf[ctx->obuf_len]),
194 memcpy(&(ctx->obuf[ctx->obuf_len]),
207 ctx->obuf, ctx->obuf_len);
223 memmove(ctx->obuf, ctx->obuf + i,
259 memcpy(&(ctx->obuf[ctx->obuf_len]), in, inl);
297 p=ctx->obuf;
304 if (ctx->obuf != p)
310 memcpy(p, ctx->obuf, ctx->obuf_len);
311 OPENSSL_free(ctx->obuf);
312 ctx->obuf=p;
337 ctx->obuf, ctx->obuf_len);
344 memmove(ctx->obuf, ctx->obuf + r,