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

/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
/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/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11t.h1148 CK_VOID_PTR pReserved; member in struct:CK_C_INITIALIZE_ARGS

Completed in 47 milliseconds