Home | History | Annotate | Download | only in enc

Lines Matching full:length_max

295   int length_max = 256;
296 if (max_len < length_max) {
297 length_max = max_len;
313 if (curr_length >= length_max) {