Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
Dzip_util.h235 jint metacurrent; /* the next empty slot in metanames array */ member
Dzip_util.c465 zip->metacurrent = zip->metacount; in growMetaNames()
482 zip->metacurrent = 0; in addMetaName()
485 i = zip->metacurrent; in addMetaName()
493 zip->metacurrent++; in addMetaName()