Searched refs:lpMsgBuf (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/security/pkcs11/wrapper/
H A Dp11_md.c85 LPVOID lpMsgBuf; local
105 (LPTSTR) &lpMsgBuf,
109 exceptionMessage = (char *) malloc(sizeof(char) * (strlen((LPTSTR) lpMsgBuf) + strlen(libraryNameStr) + 1));
110 strcpy(exceptionMessage, (LPTSTR) lpMsgBuf);
115 LocalFree(lpMsgBuf);
133 (LPTSTR) &lpMsgBuf,
137 throwIOException(env, (LPTSTR) lpMsgBuf);
139 LocalFree( lpMsgBuf );
/openjdk7/jdk/src/windows/native/sun/security/pkcs11/
H A Dj2secmod_md.c60 LPVOID lpMsgBuf; local
76 (LPTSTR) &lpMsgBuf,
80 dprintf1("-error: %s\n", lpMsgBuf);
81 JNU_ThrowIOException(env, (char*)lpMsgBuf);
82 LocalFree(lpMsgBuf);
/openjdk7/jdk/src/share/sample/vm/jvm-clr/
H A Dinvoker.cpp118 LPVOID lpMsgBuf = NULL; local
127 (LPTSTR) &lpMsgBuf,
130 if(lpMsgBuf != NULL)
131 printf("Message:%s\n",lpMsgBuf);

Completed in 30 milliseconds