Home
last modified time | relevance | path

Searched refs:wsKey (Results 1 – 12 of 12) sorted by relevance

/dports/www/cutelyst/cutelyst-3.2.0/server/
H A Dprotocolhttp.cpp536 const QString wsKey = localKey + QLatin1String("258EAFA5-E914-47DA-95CA-C5AB0DC85B11"); in webSocketHandshakeDo() local
537 if (wsKey.length() == 36) { in webSocketHandshakeDo()
542 …const QByteArray wsAccept = QCryptographicHash::hash(wsKey.toLatin1(), QCryptographicHash::Sha1).t… in webSocketHandshakeDo()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/fpdfsdk/javascript/
H A DDocument.cpp795 CFX_WideString wsKey = CFX_WideString::FromUTF8(bsKey.AsStringC()); in info() local
798 pObj, wsKey, in info()
801 pRuntime->PutObjectProperty(pObj, wsKey, in info()
805 pObj, wsKey, pRuntime->NewBoolean(!!pValueObj->GetInteger())); in info()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/fpdfsdk/javascript/
H A DDocument.cpp771 CFX_WideString wsKey = CFX_WideString::FromUTF8(bsKey.AsStringC()); in info() local
773 FXJS_PutObjectString(isolate, pObj, wsKey, pValueObj->GetUnicodeText()); in info()
775 FXJS_PutObjectNumber(isolate, pObj, wsKey, in info()
778 FXJS_PutObjectBoolean(isolate, pObj, wsKey, !!pValueObj->GetInteger()); in info()
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/
H A DLayerScope.cpp1126 nsCString wsKey; in WebSocketHandshake() local
1151 wsKey = value; in WebSocketHandshake()
1179 nsCString combined(wsKey + guid); in WebSocketHandshake()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/
H A DLayerScope.cpp1123 nsCString wsKey; in WebSocketHandshake() local
1148 wsKey = value; in WebSocketHandshake()
1176 nsCString combined(wsKey + guid); in WebSocketHandshake()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/
H A DLayerScope.cpp1119 nsCString wsKey; in WebSocketHandshake() local
1144 wsKey = value; in WebSocketHandshake()
1172 nsCString combined(wsKey + guid); in WebSocketHandshake()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/
H A DLayerScope.cpp1268 nsCString wsKey; in WebSocketHandshake() local
1293 wsKey = value; in WebSocketHandshake()
1322 nsCString combined(wsKey + guid); in WebSocketHandshake()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/
H A DLayerScope.cpp1126 nsCString wsKey; in WebSocketHandshake() local
1151 wsKey = value; in WebSocketHandshake()
1179 nsCString combined(wsKey + guid); in WebSocketHandshake()
/dports/devel/apache-commons-daemon/commons-daemon-1.2.3-native-src/windows/src/
H A Dregistry.c770 WCHAR wsKey[SIZ_RESLEN]; in apxGetJavaSoftHome() local
778 lstrcpyW(wsKey, JAVA_CURRENT); in apxGetJavaSoftHome()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/fxjs/xfa/
H A Dcjx_object.cpp54 uint32_t GetMapKey_Custom(WideStringView wsKey) { in GetMapKey_Custom() argument
55 uint32_t dwKey = FX_HashCode_GetW(wsKey, false); in GetMapKey_Custom()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/fxjs/xfa/
H A Dcjx_object.cpp65 void* GetMapKey_Custom(WideStringView wsKey) { in GetMapKey_Custom() argument
66 uint32_t dwKey = FX_HashCode_GetW(wsKey, false); in GetMapKey_Custom()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fxfa/parser/
H A Dxfa_object_imp.cpp3584 void* XFA_GetMapKey_Custom(const CFX_WideStringC& wsKey) { in XFA_GetMapKey_Custom() argument
3585 uint32_t dwKey = FX_HashCode_GetW(wsKey, false); in XFA_GetMapKey_Custom()