Home
last modified time | relevance | path

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

/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dsphinx.h3362 virtual bool ReplaceKillList ( const SphDocID_t *, int ) { return true; } in ReplaceKillList() function
H A Dsphinxrt.cpp8284 bool bKillListDone = pIndex->ReplaceKillList ( pCombined, (int)iCount ); in AttachDiskIndex()
H A Dsphinx.cpp1582 virtual bool ReplaceKillList ( const SphDocID_t * pKillist, int iCount );
15347 bool CSphIndex_VLN::ReplaceKillList ( const SphDocID_t * pKillist, int iCount ) in ReplaceKillList() function in CSphIndex_VLN