Searched refs:pReserved (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DCK_C_INITIALIZE_ARGS.java63 * CK_VOID_PTR pReserved;  
115 * CK_VOID_PTR pReserved;
118 public Object pReserved; field in class:CK_C_INITIALIZE_ARGS
H A DPKCS11.java220 * @param pReserved is reserved. Should be NULL_PTR
221 * (PKCS#11 param: CK_VOID_PTR pReserved)
223 * @preconditions (pReserved == null)
226 public native void C_Finalize(Object pReserved) throws PKCS11Exception; argument
1445 * @param pReserved reserved. Should be null
1446 * (PKCS#11 param: CK_VOID_PTR pReserved)
1487 public synchronized void C_Finalize(Object pReserved) throws PKCS11Exception { argument
1488 super.C_Finalize(pReserved);
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_Plugin.c53 void *pReserved)
58 if (pReserved != NULL) {
95 void *pReserved)
105 pReserved);
129 void *pReserved)
132 if (pReserved != NULL) {
47 getExtAwtData(Display *display, int32_t screen, int32_t *awt_depth, Colormap *awt_cmap, Visual **awt_visual, int32_t *awt_num_colors, void *pReserved) argument
91 getAwtData(int32_t *awt_depth, Colormap *awt_cmap, Visual **awt_visual, int32_t *awt_num_colors, void *pReserved) argument
126 getAwtLockFunctions(void (**AwtLock)(JNIEnv *), void (**AwtUnlock)(JNIEnv *), void (**AwtNoFlushUnlock)(JNIEnv *), void *pReserved) argument
H A Dawt_LoadLibrary.c268 int32_t *awt_num_colors, void *pReserved),
270 awt_num_colors, pReserved))
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_mutex.c158 /* pReserved should be NULL_PTR in this version */
159 fieldID = (*env)->GetFieldID(env, jInitArgsClass, "pReserved", "Ljava/lang/Object;");
164 jObjectToPrimitiveCKObjectPtrPtr(env, jReserved, &(ckpInitArgs->pReserved), &ckReservedLength);
H A Dpkcs11f.h43 CK_VOID_PTR pReserved /* reserved. Should be NULL_PTR */
H A Dpkcs11t.h1148 CK_VOID_PTR pReserved; member in struct:CK_C_INITIALIZE_ARGS
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DSunPKCS11.java306 initArgs.pReserved = nssArgs;

Completed in 74 milliseconds