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

/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_general.c67 jfieldID pNativeDataID; variable
113 pNativeDataID = (*env)->GetFieldID(env, thisClass, "pNativeData", "J");
114 if (pNativeDataID == NULL) { return; }

Completed in 24 milliseconds