Searched refs:locsig (Results 1 – 4 of 4) sorted by relevance
66 private final boolean locsig; // if zip file starts with LOCSIG (usually true) field in ZipFile221 this.locsig = startsWithLOC(jzfile); in ZipFile()771 return locsig; in startsWithLocHeader()
218 jboolean locsig; /* if zip file starts with LOCSIG */ member
150 return zip->locsig; in ZipFile_startsWithLOC()
873 zip->locsig = JNI_TRUE; in ZIP_Put_In_Cache0()875 zip->locsig = JNI_FALSE; in ZIP_Put_In_Cache0()