Home
last modified time | relevance | path

Searched refs:hMsg (Results 1 – 25 of 38) sorted by relevance

12

/dports/databases/unixODBC/unixODBC-2.3.9/log/
H A DlogPushMsg.c46 HLOGMSG hMsg; in logPushMsg() local
63 if (!hMsg) goto error_abort0; in logPushMsg()
95 free(hMsg->pszFunctionName); in logPushMsg()
97 free(hMsg->pszModuleName); in logPushMsg()
99 free(hMsg); in logPushMsg()
106 HLOGMSG hMsg=NULL; in logvPushMsgf() local
123 if (!hMsg) goto error_abort0; in logvPushMsgf()
159 if (hMsg) in logvPushMsgf()
176 free(hMsg->pszFunctionName); in logvPushMsgf()
178 free(hMsg->pszModuleName); in logvPushMsgf()
[all …]
H A D_logFreeMsg.c26 HLOGMSG hMsg = (HLOGMSG)pMsg; in _logFreeMsg() local
28 if ( !hMsg ) return; in _logFreeMsg()
31 if ( hMsg->pszModuleName != NULL ) free(hMsg->pszModuleName); in _logFreeMsg()
32 if ( hMsg->pszFunctionName != NULL ) free(hMsg->pszFunctionName); in _logFreeMsg()
33 if ( hMsg->pszMessage != NULL ) free(hMsg->pszMessage); in _logFreeMsg()
35 free( hMsg ); in _logFreeMsg()
/dports/databases/unixODBC/unixODBC-2.3.9/Drivers/template/
H A DSQLGetDiagRec.c27 HLOGMSG hMsg = NULL; in SQLGetDiagRec_() local
64 if ( logPeekMsg( hLog, 1, &hMsg ) != LOG_SUCCESS ) in SQLGetDiagRec_()
68 *pnNativeError = hMsg->nCode; in SQLGetDiagRec_()
71 strncpy( (char*)pszMessageText, hMsg->pszMessage, nBufferLength-1 ); in SQLGetDiagRec_()
74 *pnStringLength = strlen( (char*)hMsg->pszMessage ); in SQLGetDiagRec_()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/GDCM/src/gdcm/Source/Common/
H A DgdcmCAPICryptographicMessageSyntax.cxx193 HCRYPTMSG hMsg = NULL; in Decrypt() local
219 if(! CryptMsgUpdate(hMsg, (unsigned char*)array, (DWORD)len, TRUE)) in Decrypt()
225 if(! CryptMsgGetParam(hMsg, CMSG_TYPE_PARAM, 0, &dwMessageType, &cbMessageTypeLen)) in Decrypt()
248 if(! CryptMsgGetParam(hMsg, CMSG_RECIPIENT_COUNT_PARAM, 0, &nrOfRecipeints, &nrOfRecipientsLen)) in Decrypt()
262 if(! CryptMsgGetParam(hMsg, CMSG_CMS_RECIPIENT_INFO_PARAM, i, NULL, &cbRecipientInfoLen)) in Decrypt()
268 … if(! CryptMsgGetParam(hMsg, CMSG_CMS_RECIPIENT_INFO_PARAM, i, recipientInfo, &cbRecipientInfoLen)) in Decrypt()
298 if(! CryptMsgGetParam(hMsg, CMSG_ENVELOPE_ALGORITHM_PARAM, 0, NULL, &cekAlgLen)) in Decrypt()
304 if(! CryptMsgGetParam(hMsg, CMSG_ENVELOPE_ALGORITHM_PARAM, 0, cekAlg, &cekAlgLen)) in Decrypt()
341 if(! CryptMsgGetParam(hMsg, CMSG_CONTENT_PARAM, 0, NULL, &bareContentLen)) in Decrypt()
347 if(! CryptMsgGetParam(hMsg, CMSG_CONTENT_PARAM, 0, bareContent, &bareContentLen)) in Decrypt()
[all …]
/dports/devel/gdcm/gdcm-3.0.10/Source/Common/
H A DgdcmCAPICryptographicMessageSyntax.cxx193 HCRYPTMSG hMsg = NULL; in Decrypt() local
219 if(! CryptMsgUpdate(hMsg, (unsigned char*)array, (DWORD)len, TRUE)) in Decrypt()
225 if(! CryptMsgGetParam(hMsg, CMSG_TYPE_PARAM, 0, &dwMessageType, &cbMessageTypeLen)) in Decrypt()
248 if(! CryptMsgGetParam(hMsg, CMSG_RECIPIENT_COUNT_PARAM, 0, &nrOfRecipeints, &nrOfRecipientsLen)) in Decrypt()
262 if(! CryptMsgGetParam(hMsg, CMSG_CMS_RECIPIENT_INFO_PARAM, i, NULL, &cbRecipientInfoLen)) in Decrypt()
268 … if(! CryptMsgGetParam(hMsg, CMSG_CMS_RECIPIENT_INFO_PARAM, i, recipientInfo, &cbRecipientInfoLen)) in Decrypt()
298 if(! CryptMsgGetParam(hMsg, CMSG_ENVELOPE_ALGORITHM_PARAM, 0, NULL, &cekAlgLen)) in Decrypt()
304 if(! CryptMsgGetParam(hMsg, CMSG_ENVELOPE_ALGORITHM_PARAM, 0, cekAlg, &cekAlgLen)) in Decrypt()
341 if(! CryptMsgGetParam(hMsg, CMSG_CONTENT_PARAM, 0, NULL, &bareContentLen)) in Decrypt()
347 if(! CryptMsgGetParam(hMsg, CMSG_CONTENT_PARAM, 0, bareContent, &bareContentLen)) in Decrypt()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/svl/source/crypto/
H A Dcryptosign.cxx1403 if (!hMsg) in Sign()
1416 CryptMsgClose(hMsg); in Sign()
1435 CryptMsgClose(hMsg); in Sign()
1545 CryptMsgClose(hMsg); in Sign()
1557 if (!hMsg || in Sign()
1579 CryptMsgClose(hMsg); in Sign()
1589 CryptMsgClose(hMsg); in Sign()
1602 CryptMsgClose(hMsg); in Sign()
1610 CryptMsgClose(hMsg); in Sign()
2098 if (!hMsg) in Verify()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svl/source/crypto/
H A Dcryptosign.cxx1473 if (!hMsg) in Sign()
1486 CryptMsgClose(hMsg); in Sign()
1505 CryptMsgClose(hMsg); in Sign()
1623 CryptMsgClose(hMsg); in Sign()
1635 if (!hMsg || in Sign()
1657 CryptMsgClose(hMsg); in Sign()
1667 CryptMsgClose(hMsg); in Sign()
1680 CryptMsgClose(hMsg); in Sign()
1696 CryptMsgClose(hMsg); in Sign()
2187 if (!hMsg) in Verify()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/windows/leash/
H A DLeash.cpp176 HWND hMsg = GetForegroundWindow(); in InitInstance() local
234 if (!pLeash_kinit_dlg_ex(hMsg, &ldi)) in InitInstance()
236 MessageBox(hMsg, "There was an error getting tickets!", in InitInstance()
247 MessageBox(hMsg, in InitInstance()
255 MessageBox(hMsg, in InitInstance()
267 MessageBox(hMsg, in InitInstance()
279 MessageBox(hMsg, in InitInstance()
302 MessageBox(hMsg, in InitInstance()
315 MessageBox(hMsg, in InitInstance()
/dports/security/krb5/krb5-1.19.2/src/windows/leash/
H A DLeash.cpp175 HWND hMsg = GetForegroundWindow(); in InitInstance() local
233 if (!pLeash_kinit_dlg_ex(hMsg, &ldi)) in InitInstance()
235 MessageBox(hMsg, "There was an error getting tickets!", in InitInstance()
246 MessageBox(hMsg, in InitInstance()
258 MessageBox(hMsg, in InitInstance()
284 MessageBox(hMsg, in InitInstance()
296 MessageBox(hMsg, in InitInstance()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/network/kernel/
H A Dqauthenticator.cpp1130 QByteArray hMsg; in qEncodeHmacMd5() local
1163 hMsg = hash.result(); in qEncodeHmacMd5()
1167 oKeyPad.append(hMsg); in qEncodeHmacMd5()
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/modules/objects/qthttp/
H A Dqhttpauthenticator.cpp1161 QByteArray hMsg; in qEncodeHmacMd5() local
1197 hMsg = hash.result(); in qEncodeHmacMd5()
1201 oKeyPad.append(hMsg); in qEncodeHmacMd5()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/network/kernel/
H A Dqauthenticator.cpp1223 QByteArray hMsg; in qEncodeHmacMd5() local
1256 hMsg = hash.result(); in qEncodeHmacMd5()
1260 oKeyPad.append(hMsg); in qEncodeHmacMd5()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/network/kernel/
H A Dqauthenticator.cpp1223 QByteArray hMsg; in qEncodeHmacMd5() local
1256 hMsg = hash.result(); in qEncodeHmacMd5()
1260 oKeyPad.append(hMsg); in qEncodeHmacMd5()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/network/kernel/
H A Dqauthenticator.cpp1223 QByteArray hMsg; in qEncodeHmacMd5() local
1256 hMsg = hash.result(); in qEncodeHmacMd5()
1260 oKeyPad.append(hMsg); in qEncodeHmacMd5()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/network/kernel/
H A Dqauthenticator.cpp1223 QByteArray hMsg; in qEncodeHmacMd5() local
1256 hMsg = hash.result(); in qEncodeHmacMd5()
1260 oKeyPad.append(hMsg); in qEncodeHmacMd5()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/network/kernel/
H A Dqauthenticator.cpp1223 QByteArray hMsg; in qEncodeHmacMd5() local
1256 hMsg = hash.result(); in qEncodeHmacMd5()
1260 oKeyPad.append(hMsg); in qEncodeHmacMd5()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/network/kernel/
H A Dqauthenticator.cpp1223 QByteArray hMsg; in qEncodeHmacMd5() local
1256 hMsg = hash.result(); in qEncodeHmacMd5()
1260 oKeyPad.append(hMsg); in qEncodeHmacMd5()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/network/kernel/
H A Dqauthenticator.cpp1223 QByteArray hMsg; in qEncodeHmacMd5() local
1256 hMsg = hash.result(); in qEncodeHmacMd5()
1260 oKeyPad.append(hMsg); in qEncodeHmacMd5()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/network/kernel/
H A Dqauthenticator.cpp1223 QByteArray hMsg; in qEncodeHmacMd5() local
1256 hMsg = hash.result(); in qEncodeHmacMd5()
1260 oKeyPad.append(hMsg); in qEncodeHmacMd5()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/network/kernel/
H A Dqauthenticator.cpp1223 QByteArray hMsg; in qEncodeHmacMd5() local
1256 hMsg = hash.result(); in qEncodeHmacMd5()
1260 oKeyPad.append(hMsg); in qEncodeHmacMd5()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/network/kernel/
H A Dqauthenticator.cpp1223 QByteArray hMsg; in qEncodeHmacMd5() local
1256 hMsg = hash.result(); in qEncodeHmacMd5()
1260 oKeyPad.append(hMsg); in qEncodeHmacMd5()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/network/kernel/
H A Dqauthenticator.cpp1223 QByteArray hMsg; in qEncodeHmacMd5() local
1256 hMsg = hash.result(); in qEncodeHmacMd5()
1260 oKeyPad.append(hMsg); in qEncodeHmacMd5()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/network/kernel/
H A Dqauthenticator.cpp1223 QByteArray hMsg; in qEncodeHmacMd5() local
1256 hMsg = hash.result(); in qEncodeHmacMd5()
1260 oKeyPad.append(hMsg); in qEncodeHmacMd5()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/network/kernel/
H A Dqauthenticator.cpp1223 QByteArray hMsg; in qEncodeHmacMd5() local
1256 hMsg = hash.result(); in qEncodeHmacMd5()
1260 oKeyPad.append(hMsg); in qEncodeHmacMd5()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/network/kernel/
H A Dqauthenticator.cpp1223 QByteArray hMsg; in qEncodeHmacMd5() local
1256 hMsg = hash.result(); in qEncodeHmacMd5()
1260 oKeyPad.append(hMsg); in qEncodeHmacMd5()

12