Home
last modified time | relevance | path

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

/dports/games/scid/scid/src/egtb/
H A Dtbindex.cpp3046 BYTE *m_rgpbRead[2]; member
3695 if (NULL == rgtbdDesc[iTb].m_rgpbRead[side]) in FMapTableToMemory()
3697 rgtbdDesc[iTb].m_rgpbRead[side] = PbMapFileForRead (pszName, NULL, NULL); in FMapTableToMemory()
3719 if (NULL == rgtbdDesc[iTb].m_rgpbRead[side]) in FMapTableToMemory()
3743 if (NULL != rgtbdDesc[iTb].m_rgpbRead[side]) in FUnMapTableFromMemory()
3745 VUnmapFile (rgtbdDesc[iTb].m_rgpbRead[side], hFile, hFileMapping); in FUnMapTableFromMemory()
3746 rgtbdDesc[iTb].m_rgpbRead[side] = NULL; in FUnMapTableFromMemory()
3778 if (NULL != ptbd->m_rgpbRead[side]) in TbtProbeTable()
3779 return (tb_t) ptbd->m_rgpbRead[side][indOffset]; in TbtProbeTable()
4113 if (FRegistered (iTb, side) || NULL != rgtbdDesc[iTb].m_rgpbRead[side]) in FCheckExistence()
[all …]