Searched refs:ZipInflateFully_t (Results 1 - 2 of 2) sorted by relevance

/openjdk9/jdk/src/java.base/share/native/libjimage/
H A DimageDecompressor.cpp41 typedef jboolean (JNICALL *ZipInflateFully_t)(void *inBuf, jlong inLen, typedef
43 static ZipInflateFully_t ZipInflateFully = NULL;
85 ZipInflateFully = (ZipInflateFully_t) findEntry("ZIP_InflateFully");
/openjdk9/hotspot/src/share/vm/classfile/
H A DclassLoader.cpp85 typedef jboolean (JNICALL *ZipInflateFully_t)(void *inBuf, jlong inLen, void *outBuf, jlong outLen, char **pmsg); typedef
94 static ZipInflateFully_t ZipInflateFully = NULL;
1079 ZipInflateFully = CAST_TO_FN_PTR(ZipInflateFully_t, os::dll_lookup(handle, "ZIP_InflateFully"));

Completed in 47 milliseconds