Home
last modified time | relevance | path

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

/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/
H A Dsphinxsort.cpp220 class CSphUpdateQueue : public CSphMatchQueueTraits class
256 CSphUpdateQueue ( int iSize, CSphAttrUpdateEx* pUpdate ) in CSphUpdateQueue() function in CSphUpdateQueue
3105 pTop = new CSphUpdateQueue ( pQuery->m_iMaxMatches, pUpdate ); in sphCreateQueue()
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dsphinxsort.cpp485 class CSphUpdateQueue : public CSphMatchQueueTraits class
522 CSphUpdateQueue ( int iSize, CSphAttrUpdateEx * pUpdate, bool bIgnoreNonexistent, bool bStrict ) in CSphUpdateQueue() function in CSphUpdateQueue
5457 …pTop = new CSphUpdateQueue ( pQuery->m_iMaxMatches, tQueue.m_pUpdate, pQuery->m_bIgnoreNonexistent… in sphCreateQueue()