Home
last modified time | relevance | path

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

/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dsphinxquery.cpp3909 XQNode_t * pAndNew = new XQNode_t ( XQLimitSpec_t() ); in MakeTransformCommonAndNotFactor() local
3910 pAndNew->SetOp ( SPH_QUERY_AND ); in MakeTransformCommonAndNotFactor()
3911 pAndNew->m_dChildren.Reserve ( dSimilarNodes.GetLength() ); in MakeTransformCommonAndNotFactor()
3912 pAndNew->m_dChildren.Add ( pFirstNot->m_dChildren[0] ); in MakeTransformCommonAndNotFactor()
3913 pAndNew->m_dChildren.Last()->m_pParent = pAndNew; in MakeTransformCommonAndNotFactor()
3914 pFirstNot->m_dChildren[0] = pAndNew; in MakeTransformCommonAndNotFactor()
3915 pAndNew->m_pParent = pFirstNot; in MakeTransformCommonAndNotFactor()
3927 assert ( &pAndNew->m_dChildren!=&pNot->m_dChildren ); in MakeTransformCommonAndNotFactor()
3928 pAndNew->m_dChildren.Add ( pNot->m_dChildren[0] ); in MakeTransformCommonAndNotFactor()
3929 pAndNew->m_dChildren.Last()->m_pParent = pAndNew; in MakeTransformCommonAndNotFactor()