Searched refs:comlen (Results 1 – 1 of 1) sorted by relevance
174 int i, comlen, nentry; in _zip_readcdir() local177 comlen = buf + buflen - eocd - EOCDLEN; in _zip_readcdir()178 if (comlen < 0) { in _zip_readcdir()217 if ((comlen < cd->comment_len) || (cd->nentry != i)) { in _zip_readcdir()223 if ((flags & ZIP_CHECKCONS) && comlen != cd->comment_len) { in _zip_readcdir()
Completed in 4 milliseconds