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

/openjdk7/hotspot/src/share/vm/classfile/
H A DclassLoader.cpp78 typedef void * * (JNICALL *ZipOpen_t)(const char *name, char **pmsg); typedef
85 static ZipOpen_t ZipOpen = NULL;
615 ZipOpen = CAST_TO_FN_PTR(ZipOpen_t, os::dll_lookup(handle, "ZIP_Open"));

Completed in 36 milliseconds