Home | History | Annotate | Download | only in evp

Lines Matching full:buf_off

79 	int buf_off;
117 ctx->buf_off=0;
156 i=ctx->buf_len-ctx->buf_off;
158 memcpy(out,&(ctx->buf[ctx->buf_off]),i);
162 ctx->buf_off+=i;
163 if (ctx->buf_len == ctx->buf_off)
166 ctx->buf_off=0;
191 ctx->buf_off=0;
221 ctx->buf_off=i;
240 n=ctx->buf_len-ctx->buf_off;
243 i=BIO_write(b->next_bio,&(ctx->buf[ctx->buf_off]),n);
249 ctx->buf_off+=i;
256 ctx->buf_off=0;
266 ctx->buf_off=0;
270 i=BIO_write(b->next_bio,&(ctx->buf[ctx->buf_off]),n);
277 ctx->buf_off+=i;
280 ctx->buf_off=0;
312 ret=ctx->buf_len-ctx->buf_off;
317 ret=ctx->buf_len-ctx->buf_off;
324 while (ctx->buf_len != ctx->buf_off)
334 ctx->buf_off=0;