Searched refs:pCurList (Results 1 – 1 of 1) sorted by relevance
1119 DataList* pCurList = m_DataLists.GetDataPtr(m_CurList); in GetAt() local1120 if (!pCurList || nIndex < pCurList->start || in GetAt()1121 nIndex >= pCurList->start + pCurList->count) { in GetAt()1122 pCurList = NULL; in GetAt()1134 pCurList = list; in GetAt()1140 return pCurList ? pCurList->data + (nIndex - pCurList->start) * unit : NULL; in GetAt()