Home
last modified time | relevance | path

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

/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dsphinxquery.cpp3906 XQNode_t * pFirstNot = pFirstAndNot->m_dChildren[1]; in MakeTransformCommonAndNotFactor() local
3907 assert ( pFirstNot->m_dChildren.GetLength()==1 ); in MakeTransformCommonAndNotFactor()
3912 pAndNew->m_dChildren.Add ( pFirstNot->m_dChildren[0] ); in MakeTransformCommonAndNotFactor()
3914 pFirstNot->m_dChildren[0] = pAndNew; in MakeTransformCommonAndNotFactor()
3915 pAndNew->m_pParent = pFirstNot; in MakeTransformCommonAndNotFactor()