Home
last modified time | relevance | path

Searched refs:obuf_off (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/crypto/openssl/crypto/bio/
Dbf_buff.c115 ctx->obuf_off = 0; in buffer_new()
225 i = ctx->obuf_size - (ctx->obuf_len + ctx->obuf_off); in buffer_write()
228 memcpy(&(ctx->obuf[ctx->obuf_off + ctx->obuf_len]), in, inl); in buffer_write()
236 memcpy(&(ctx->obuf[ctx->obuf_off + ctx->obuf_len]), in, i); in buffer_write()
244 i = BIO_write(b->next_bio, &(ctx->obuf[ctx->obuf_off]), in buffer_write()
254 ctx->obuf_off += i; in buffer_write()
264 ctx->obuf_off = 0; in buffer_write()
304 ctx->obuf_off = 0; in buffer_ctrl()
391 ctx->obuf_off = 0; in buffer_ctrl()
416 &(ctx->obuf[ctx->obuf_off]), ctx->obuf_len); in buffer_ctrl()
[all …]
Dbio.h351 int obuf_off; /* write/read offset */ member