MCPcopy Create free account
hub / github.com/Scobalula/Greyhound / FindCKeyEntry_CKey

Function FindCKeyEntry_CKey

src/External/CascLib/src/CascOpenFile.cpp:181–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179}
180
181PCASC_CKEY_ENTRY FindCKeyEntry_CKey(TCascStorage * hs, LPBYTE pbCKey, PDWORD PtrIndex)
182{
183 return (PCASC_CKEY_ENTRY)hs->CKeyMap.FindObject(pbCKey, PtrIndex);
184}
185
186PCASC_CKEY_ENTRY FindCKeyEntry_EKey(TCascStorage * hs, LPBYTE pbEKey, PDWORD PtrIndex)
187{

Callers 15

CascOpenFileFunction · 0.85
InsertCKeyEntryFunction · 0.85
LoadDownloadManifestFunction · 0.85
LoadInstallManifestFunction · 0.85
InsertWellKnownFileFunction · 0.85
LoadBuildManifestFunction · 0.85
InsertAssetFileFunction · 0.85
LoadMethod · 0.85
ParseAssetEntriesMethod · 0.85
ParseDirectory_Phase1Method · 0.85
LoadMethod · 0.85

Calls 1

FindObjectMethod · 0.45

Tested by

no test coverage detected