Searched refs:metacurrent (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/java/util/zip/
H A Dzip_util.h228 jint metacurrent; /* the next empty slot in metanames array */ member in struct:jzfile
H A Dzip_util.c461 zip->metacurrent = zip->metacount;
478 zip->metacurrent = 0;
481 i = zip->metacurrent;
489 zip->metacurrent++;

Completed in 32 milliseconds