Home | History | Annotate | Download | only in common

Lines Matching full:maxlength

1226             int32_t maxLength = 3 * length16 + 1;
1227 if (capacity > maxLength) {
1228 dest += capacity - maxLength;
1229 capacity = maxLength;