Lines Matching full:buf_len
104 int buf_len;
174 n=ctx->buf_len-j;
180 ctx->buf_len-j;
185 i=BER_BUF_SIZE-ctx->buf_len;
188 i=BIO_read(bio->next_bio,&(ctx->buf[ctx->buf_len]),i);
195 ctx->buf_len+=i;
198 max=ctx->buf_len;
204 if ((ctx->buf_len < BER_BUF_SIZE) &&
282 n=ctx->buf_len-ctx->buf_off;
303 (unsigned char *)ctx->buf,&ctx->buf_len,
309 n=ctx->buf_len;
321 ctx->buf_len=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)
381 &(ctx->buf_len));