Lines Matching full:buf_len
78 int buf_len;
116 ctx->buf_len=0;
154 if (ctx->buf_len > 0)
156 i=ctx->buf_len-ctx->buf_off;
163 if (ctx->buf_len == ctx->buf_off)
165 ctx->buf_len=0;
189 &(ctx->buf_len));
202 (unsigned char *)ctx->buf,&ctx->buf_len,
211 if(ctx->buf_len == 0) continue;
214 if (ctx->buf_len <= outl)
215 i=ctx->buf_len;
240 n=ctx->buf_len-ctx->buf_off;
261 (unsigned char *)ctx->buf,&ctx->buf_len,
267 n=ctx->buf_len;
279 ctx->buf_len=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)
337 &(ctx->buf_len));