Searched refs:pFoundKey (Results 1 – 1 of 1) sorted by relevance
120 ONDXKey* pFoundKey = NULL; in GetFirstKey() local126 pFoundKey = aPage.Is() ? GetFirstKey(aPage, rKey) : NULL; in GetFirstKey()130 pFoundKey = NULL; in GetFirstKey()134 pFoundKey = &(*pPage)[i].GetKey(); in GetFirstKey()135 if (!m_pOperator->operate(pFoundKey,&rKey)) in GetFirstKey()136 pFoundKey = NULL; in GetFirstKey()139 m_nCurNode = pFoundKey ? i : i - 1; in GetFirstKey()141 return pFoundKey; in GetFirstKey()
Completed in 15 milliseconds