Home | History | Annotate | Download | only in src

Lines Matching full:slen

4437   int slen = length();
4441 for (i = 0; i < slen && decoder->has_more(); i++) {
4445 return i == slen && !decoder->has_more();