Home | History | Annotate | Download | only in common

Lines Matching refs:minTocLength

190     minTocLength=8 /* min. tocLength in the file, does not count the tocLengthIndex! */
249 if (tableStart < minTocLength) {
1165 if(length>=0 && (length-headerSize)<4*(1+minTocLength)) {
1176 if(tocLength<minTocLength || offsetsCount<=tocLength) {