Home | History | Annotate | Download | only in common

Lines Matching refs:minTocLength

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