Lines Matching full:buf_off
105 int buf_off;
170 if (ctx->buf_off != 0)
173 j=ctx->buf_off;
181 ctx->buf_off=0;
282 n=ctx->buf_len-ctx->buf_off;
285 i=BIO_write(b->next_bio,&(ctx->buf[ctx->buf_off]),n);
291 ctx->buf_off+=i;
298 ctx->buf_off=0;
308 ctx->buf_off=0;
312 i=BIO_write(b->next_bio,&(ctx->buf[ctx->buf_off]),n);
319 ctx->buf_off+=i;
322 ctx->buf_off=0;
353 ret=ctx->buf_len-ctx->buf_off;
358 ret=ctx->buf_len-ctx->buf_off;
365 while (ctx->buf_len != ctx->buf_off)
378 ctx->buf_off=0;