Searched defs:ZIP_Read (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/java/util/zip/
H A Dzip_util.c1284 ZIP_Read(jzfile *zip, jzentry *entry, jlong pos, void *buf, jint len) function
1294 zip->msg = "ZIP_Read: specified offset out of range";
1311 zip->msg = "ZIP_Read: corrupt zip file: invalid entry size";
1316 zip->msg = "ZIP_Read: error reading zip file";
1363 n = ZIP_Read(zip, entry, pos, tmp, n);
1435 n = ZIP_Read(zip, entry, pos, buf, count);

Completed in 36 milliseconds