Searched refs:BuildDocList (Results 1 – 3 of 3) sorted by relevance
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/ |
H A D | sphinx.h | 3359 virtual bool BuildDocList ( SphAttr_t ** ppDocList, int64_t * pCount, CSphString * pError ) const;
|
H A D | sphinx.cpp | 1581 …virtual bool BuildDocList ( SphAttr_t ** ppDocList, int64_t * pCount, CSphString * pError ) co… 9753 bool CSphIndex::BuildDocList ( SphAttr_t ** ppDocList, int64_t * pCount, CSphString * ) const in BuildDocList() function in CSphIndex 15315 bool CSphIndex_VLN::BuildDocList ( SphAttr_t ** ppDocList, int64_t * pCount, CSphString * pError ) … in BuildDocList() function in CSphIndex_VLN
|
H A D | sphinxrt.cpp | 8199 if ( !pIndex->BuildDocList ( &pIndexDocList, &iCount, &sError ) ) in AttachDiskIndex()
|