Searched defs:GetNextEntry_t (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/classfile/
H A DclassLoader.cpp83 typedef jzentry* (JNICALL *GetNextEntry_t)(jzfile *zip, jint n); typedef
90 static GetNextEntry_t GetNextEntry = NULL;
620 GetNextEntry = CAST_TO_FN_PTR(GetNextEntry_t, os::dll_lookup(handle, "ZIP_GetNextEntry"));

Completed in 36 milliseconds