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

/openjdk7/hotspot/src/share/vm/classfile/
H A DclassLoader.cpp87 static FindEntry_t FindEntry = NULL; variable
249 jzentry* entry = (*FindEntry)(_zip, name, &filesize, &name_len);
617 FindEntry = CAST_TO_FN_PTR(FindEntry_t, os::dll_lookup(handle, "ZIP_FindEntry"));
623 if (ZipOpen == NULL || FindEntry == NULL || ReadEntry == NULL || GetNextEntry == NULL) {

Completed in 37 milliseconds