Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
Dzip_util.c501 zip->metacurrent = zip->metacount; in growMetaNames()
518 zip->metacurrent = 0; in addMetaName()
521 i = zip->metacurrent; in addMetaName()
529 zip->metacurrent++; in addMetaName()
Dzip_util.h236 jint metacurrent; /* the next empty slot in metanames array */ member