Home
last modified time | relevance | path

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

/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/
H A Dsphinxquery.cpp1589 XQNode_t * pOtherChildren = NULL; in Reorganize() local
1624 if ( !pOtherChildren ) in Reorganize()
1626 pOtherChildren = new XQNode_t ( pTree->m_dSpec ); in Reorganize()
1627 pOtherChildren->SetOp ( m_eOp, pTree->m_dChildren[i] ); in Reorganize()
1629 pOtherChildren->m_dChildren.Add ( pTree->m_dChildren[i] ); in Reorganize()
1636 | ( !pOtherChildren && ( hBranches.GetLength()==1 ) ) ) in Reorganize()
1638 if ( pOtherChildren ) in Reorganize()
1639 pOtherChildren->m_dChildren.Reset(); in Reorganize()
1653 if ( pOtherChildren ) in Reorganize()
1654 pTree->m_dChildren.SwapData ( pOtherChildren->m_dChildren ); in Reorganize()
[all …]
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dsphinxquery.cpp2299 XQNode_t * pOtherChildren = NULL; in Reorganize() local
2334 if ( !pOtherChildren ) in Reorganize()
2336 pOtherChildren = new XQNode_t ( pTree->m_dSpec ); in Reorganize()
2337 pOtherChildren->SetOp ( m_eOp, pTree->m_dChildren[i] ); in Reorganize()
2339 pOtherChildren->m_dChildren.Add ( pTree->m_dChildren[i] ); in Reorganize()
2346 | ( !pOtherChildren && ( hBranches.GetLength()==1 ) ) ) in Reorganize()
2348 if ( pOtherChildren ) in Reorganize()
2349 pOtherChildren->m_dChildren.Reset(); in Reorganize()
2363 if ( pOtherChildren ) in Reorganize()
2364 pTree->m_dChildren.SwapData ( pOtherChildren->m_dChildren ); in Reorganize()
[all …]