Searched refs:nlen (Results 1 – 3 of 3) sorted by relevance
/libcore/ojluni/src/main/native/ |
D | zip_util.c | 678 jint method, nlen; in readCEN() local 690 nlen = CENNAM(cp); in readCEN() 701 if (cp + CENHDR + nlen > cenend) { in readCEN() 706 if (!isValidEntryName(entryName, nlen)) { in readCEN() 711 if (isMetaName(entryName, nlen)) { in readCEN() 712 if (addMetaName(zip, (char *)cp+CENHDR, nlen) != 0) { in readCEN() 719 entries[i].hash = hashN(entryName, nlen); in readCEN() 731 if (CENNAM(cenStart) == nlen) { in readCEN() 733 if (strncmp(entryName, chainName, nlen) == 0) { in readCEN() 1029 jint nlen, elen, clen; in newEntry() local [all …]
|
D | zip_util.h | 170 jint nlen; /* length of the entry name */ member
|
D | ZipFile.c | 275 len = (int)ze->nlen; in ZipFile_getEntryBytes()
|