Home
last modified time | relevance | path

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

/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/
H A Dsphinxint.h524 sphSetRowAttr ( pMinAttrs, m_dIntAttrs[i], m_dIntMin[i] ); in FlushComputed()
525 sphSetRowAttr ( pMaxAttrs, m_dIntAttrs[i], m_dIntMax[i] ); in FlushComputed()
531 sphSetRowAttr ( pMinAttrs, m_dFloatAttrs[i], sphF2DW ( m_dFloatMin[i] ) ); in FlushComputed()
532 sphSetRowAttr ( pMaxAttrs, m_dFloatAttrs[i], sphF2DW ( m_dFloatMax[i] ) ); in FlushComputed()
541 sphSetRowAttr ( pMinAttrs, m_dMvaAttrs[i], m_dMvaMin[i] ); in FlushComputed()
542 sphSetRowAttr ( pMaxAttrs, m_dMvaAttrs[i], m_dMvaMax[i] ); in FlushComputed()
784 sphSetRowAttr ( pMinAttrs, m_dMvaAttrs[i], m_dMvaIndexMin[i] ); in FinishCollect()
785 sphSetRowAttr ( pMaxAttrs, m_dMvaAttrs[i], m_dMvaIndexMax[i] ); in FinishCollect()
792 sphSetRowAttr ( pMinAttrs, m_dIntAttrs[i], m_dIntIndexMin[i] ); in FinishCollect()
793 sphSetRowAttr ( pMaxAttrs, m_dIntAttrs[i], m_dIntIndexMax[i] ); in FinishCollect()
[all …]
H A Dsphinxrt.cpp1515 sphSetRowAttr ( pAttrs, tColumn.m_tLocator, iOff ); in AddDocument()
1518 sphSetRowAttr ( pAttrs, tColumn.m_tLocator, 0 ); in AddDocument()
1529 sphSetRowAttr ( pAttrs, tColumn.m_tLocator, iDst ); in AddDocument()
1532 sphSetRowAttr ( pAttrs, tColumn.m_tLocator, 0 ); in AddDocument()
2251 sphSetRowAttr ( pAttr, dLocators[i], uAttr ); in CopyFixupStorageAttrs()
4728sphSetRowAttr ( tSet.m_bDynamic ? tMatch.m_pDynamic : const_cast<CSphRowitem*>( tMatch.m_pStatic )… in MultiQuery()
4746sphSetRowAttr ( tSet.m_bDynamic ? tMatch.m_pDynamic : const_cast<CSphRowitem*>( tMatch.m_pStatic )… in MultiQuery()
5025 sphSetRowAttr ( pRow, dLocators[iCol], uValue ); in UpdateAttributes()
5041 sphSetRowAttr ( pRow, dLocators[iCol], 0 ); in UpdateAttributes()
5057 sphSetRowAttr ( pRow, dLocators[iCol], uMvaOff ); in UpdateAttributes()
H A Dsphinx.h916 inline void sphSetRowAttr ( CSphRowitem * pRow, const CSphAttrLocator & tLoc, SphAttr_t uValue ) in sphSetRowAttr() function
1102 sphSetRowAttr ( m_pDynamic, tLoc, uValue ); in SetAttr()
1110 sphSetRowAttr ( m_pDynamic, tLoc, sphF2DW ( fValue ) ); in SetAttrFloat()
H A Dsphinx.cpp7746 sphSetRowAttr ( pEntry, dLocators[iCol], uValue ); in UpdateAttributes()
7760 sphSetRowAttr ( DOCINFO2ATTRS ( pBlock ), dLocators[iCol], sphF2DW ( fValue ) ); in UpdateAttributes()
7766 sphSetRowAttr ( DOCINFO2ATTRS ( pBlock ), dLocators[iCol], uValue ); in UpdateAttributes()
7768 sphSetRowAttr ( DOCINFO2ATTRS ( pBlock+iRowStride ), dLocators[iCol], uValue ); in UpdateAttributes()
7831 sphSetRowAttr ( pEntry, dLocators[iCol], uNew ); in UpdateAttributes()
7842 sphSetRowAttr ( DOCINFO2ATTRS ( pBlock ), dLocators[iCol], Min ( iMin, iNewMin ) ); in UpdateAttributes()
7922 sphSetRowAttr ( pAttrs, dMvaLocators[iMva], 0 ); in LoadPersistentMVA()
7990 sphSetRowAttr ( pDocinfo, dMvaLocators[j], in LoadPersistentMVA()
12102 sphSetRowAttr ( DOCINFO2ATTRS ( pDstRow ), dMvaLocators[i], tDstMVA.m_dOffsets[i] ); in Merge()
12106 sphSetRowAttr ( DOCINFO2ATTRS ( pDstRow ), dStringLocators[i], in Merge()
[all …]
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dsphinxint.h685 sphSetRowAttr ( pMinAttrs, m_dIntAttrs[i], m_dIntMin[i] ); in FlushComputed()
686 sphSetRowAttr ( pMaxAttrs, m_dIntAttrs[i], m_dIntMax[i] ); in FlushComputed()
692 sphSetRowAttr ( pMinAttrs, m_dFloatAttrs[i], sphF2DW ( m_dFloatMin[i] ) ); in FlushComputed()
693 sphSetRowAttr ( pMaxAttrs, m_dFloatAttrs[i], sphF2DW ( m_dFloatMax[i] ) ); in FlushComputed()
700 sphSetRowAttr ( pMinAttrs, m_dMvaAttrs[i], m_dMvaMin[i] ); in FlushComputed()
701 sphSetRowAttr ( pMaxAttrs, m_dMvaAttrs[i], m_dMvaMax[i] ); in FlushComputed()
920 sphSetRowAttr ( pMinAttrs, m_dMvaAttrs[i], m_dMvaIndexMin[i] ); in FinishCollect()
921 sphSetRowAttr ( pMaxAttrs, m_dMvaAttrs[i], m_dMvaIndexMax[i] ); in FinishCollect()
926 sphSetRowAttr ( pMinAttrs, m_dIntAttrs[i], m_dIntIndexMin[i] ); in FinishCollect()
927 sphSetRowAttr ( pMaxAttrs, m_dIntAttrs[i], m_dIntIndexMax[i] ); in FinishCollect()
[all …]
H A Dsphinx.h1227 inline void sphSetRowAttr ( CSphRowitem * pRow, const CSphAttrLocator & tLoc, SphAttr_t uValue ) in sphSetRowAttr() function
1427 sphSetRowAttr ( m_pDynamic, tLoc, uValue ); in SetAttr()
1435 sphSetRowAttr ( m_pDynamic, tLoc, sphF2DW ( fValue ) ); in SetAttrFloat()
H A Dsphinxrt.cpp1783 sphSetRowAttr ( pAttrs, tColumn.m_tLocator, iOff ); in AddDocument()
1786 sphSetRowAttr ( pAttrs, tColumn.m_tLocator, 0 ); in AddDocument()
1800 sphSetRowAttr ( pAttrs, tColumn.m_tLocator, iDst ); in AddDocument()
1803 sphSetRowAttr ( pAttrs, tColumn.m_tLocator, 0 ); in AddDocument()
2562 sphSetRowAttr ( pAttr, dLocators[i], uAttr ); in CopyFixupStorageAttrs()
6606sphSetRowAttr ( tSet.m_bDynamic ? pMatch->m_pDynamic : const_cast<CSphRowitem*>( pMatch->m_pStatic… in Process()
7801 sphSetRowAttr ( const_cast<CSphRowitem *>( pRow ), dLocators[iCol], uValue ); in UpdateAttributes()
7815 sphSetRowAttr ( const_cast<CSphRowitem *>( pRow ), dLocators[iCol], 0 ); in UpdateAttributes()
7832 sphSetRowAttr ( const_cast<CSphRowitem *>( pRow ), dLocators[iCol], uMvaOff ); in UpdateAttributes()
8111 sphSetRowAttr ( DOCINFO2ATTRS ( pNewDocinfo ), pNewAttr->m_tLocator, 0 ); in AddRemoveAttribute()
[all …]
H A Dsphinx.cpp10111 sphSetRowAttr ( pEntry, dLocators[iCol], uValue ); in UpdateAttributes()
10220 sphSetRowAttr ( pEntry, dLocators[iCol], uNew ); in UpdateAttributes()
10327 sphSetRowAttr ( pAttrs, dMvaLocators[iMva], 0 ); in LoadPersistentMVA()
10395 sphSetRowAttr ( pDocinfo, dMvaLocators[j], in LoadPersistentMVA()
12942 sphSetRowAttr ( pPrevAttrs, tLoc, 0 ); in Build()
12948 sphSetRowAttr ( pPrevAttrs, tLoc, 0 ); in Build()
12958 sphSetRowAttr ( pPrevAttrs, tLoc, DWORD(uOff) ); in Build()
13505 sphSetRowAttr ( pAttr, dMvaLocators[i], uLastMvaOff ); in Build()
13745 sphSetRowAttr ( pAttrs, tLocator, dStrOffsets[iStr++] ); in Build()
14070 sphSetRowAttr ( pAttr, dString[i], uOff ); in CopyRowString()
[all …]