Home
last modified time | relevance | path

Searched refs:dLocators (Results 1 – 5 of 5) sorted by relevance

/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/
H A Dsphinxrt.cpp2106 dLocators.Add ( tColumn.m_tLocator ); in ExtractLocators()
2228 if ( !dLocators.GetLength() ) in CopyFixupStorageAttrs()
2235 ARRAY_FOREACH ( i, dLocators ) in CopyFixupStorageAttrs()
2251 sphSetRowAttr ( pAttr, dLocators[i], uAttr ); in CopyFixupStorageAttrs()
4899 CSphVector<CSphAttrLocator> dLocators; in UpdateAttributes() local
4903 dLocators.Reserve ( tUpd.m_dAttrs.GetLength() ); in UpdateAttributes()
4949 dLocators.Add ( tCol.m_tLocator ); in UpdateAttributes()
4961 assert ( dLocators.GetLength()==tUpd.m_dAttrs.GetLength() ); in UpdateAttributes()
5025 sphSetRowAttr ( pRow, dLocators[iCol], uValue ); in UpdateAttributes()
5041 sphSetRowAttr ( pRow, dLocators[iCol], 0 ); in UpdateAttributes()
[all …]
H A Dsphinx.cpp7567 CSphVector<CSphAttrLocator> dLocators; in UpdateAttributes() local
7571 dLocators.Reserve ( tUpd.m_dAttrs.GetLength() ); in UpdateAttributes()
7623 dLocators.Add ( tCol.m_tLocator ); in UpdateAttributes()
7634 assert ( dLocators.GetLength()==tUpd.m_dAttrs.GetLength() ); in UpdateAttributes()
7746 sphSetRowAttr ( pEntry, dLocators[iCol], uValue ); in UpdateAttributes()
7752 SphAttr_t uMin = sphGetRowAttr ( DOCINFO2ATTRS ( pBlock ), dLocators[iCol] ); in UpdateAttributes()
7766 sphSetRowAttr ( DOCINFO2ATTRS ( pBlock ), dLocators[iCol], uValue ); in UpdateAttributes()
7768 sphSetRowAttr ( DOCINFO2ATTRS ( pBlock+iRowStride ), dLocators[iCol], uValue ); in UpdateAttributes()
7778 DWORD uOldIndex = MVA_DOWNSIZE ( sphGetRowAttr ( pEntry, dLocators[iCol] ) ); in UpdateAttributes()
7831 sphSetRowAttr ( pEntry, dLocators[iCol], uNew ); in UpdateAttributes()
[all …]
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dsphinxsort.cpp857 …CSphGrouperMulti ( const CSphVector<CSphAttrLocator> & dLocators, const CSphVector<ESphAttr> & dAt… in CSphGrouperMulti() argument
858 : m_dLocators ( dLocators ) in CSphGrouperMulti()
3973 static CSphGrouper * sphCreateGrouperMulti ( const CSphVector<CSphAttrLocator> & dLocators, const C…
3994 CSphVector<CSphAttrLocator> dLocators; in SetupGroupbySettings() local
4041 dLocators.Add ( tSchema.GetAttr ( iAttr ).m_tLocator ); in SetupGroupbySettings()
4049 …tSettings.m_pGrouper = sphCreateGrouperMulti ( dLocators, dAttrTypes, dJsonKeys, pQuery->m_eCollat… in SetupGroupbySettings()
4809 CSphGrouper * sphCreateGrouperMulti ( const CSphVector<CSphAttrLocator> & dLocators, const CSphVect… in sphCreateGrouperMulti() argument
4813 return new CSphGrouperMulti<Utf8CIHash_fn> ( dLocators, dAttrTypes, dJsonKeys ); in sphCreateGrouperMulti()
4815 return new CSphGrouperMulti<LibcCIHash_fn> ( dLocators, dAttrTypes, dJsonKeys ); in sphCreateGrouperMulti()
4817 return new CSphGrouperMulti<LibcCSHash_fn> ( dLocators, dAttrTypes, dJsonKeys ); in sphCreateGrouperMulti()
[all …]
H A Dsphinxrt.cpp2415 dLocators.Add ( tColumn.m_tLocator ); in ExtractLocators()
2538 const CSphVector<CSphAttrLocator> & dLocators = tStorage.GetLocators(); in CopyFixupStorageAttrs() local
2539 if ( !dLocators.GetLength() ) in CopyFixupStorageAttrs()
2546 ARRAY_FOREACH ( i, dLocators ) in CopyFixupStorageAttrs()
2548 const SphAttr_t uOff = sphGetRowAttr ( pAttr, dLocators[i] ); in CopyFixupStorageAttrs()
2562 sphSetRowAttr ( pAttr, dLocators[i], uAttr ); in CopyFixupStorageAttrs()
7599 CSphVector<CSphAttrLocator> dLocators ( iUpdLen ); in UpdateAttributes() local
7605 memset ( dLocators.Begin(), 0, dLocators.GetSizeBytes() ); in UpdateAttributes()
7659 dLocators[i] = tCol.m_tLocator; in UpdateAttributes()
7815 sphSetRowAttr ( const_cast<CSphRowitem *>( pRow ), dLocators[iCol], 0 ); in UpdateAttributes()
[all …]
H A Dsphinx.cpp9852 CSphVector<CSphAttrLocator> dLocators ( iUpdLen ); in UpdateAttributes() local
9858 memset ( dLocators.Begin(), 0, dLocators.GetSizeBytes() ); in UpdateAttributes()
9925 dLocators[i] = ( tCol.m_tLocator ); in UpdateAttributes()
10111 sphSetRowAttr ( pEntry, dLocators[iCol], uValue ); in UpdateAttributes()
10117 SphAttr_t uMin = sphGetRowAttr ( DOCINFO2ATTRS ( pBlock ), dLocators[iCol] ); in UpdateAttributes()
10125 sphSetRowAttr ( DOCINFO2ATTRS ( pBlock ), dLocators[iCol], sphF2DW ( fValue ) ); in UpdateAttributes()
10131 sphSetRowAttr ( DOCINFO2ATTRS ( pBlock ), dLocators[iCol], uValue ); in UpdateAttributes()
10133 sphSetRowAttr ( DOCINFO2ATTRS ( pBlock+iRowStride ), dLocators[iCol], uValue ); in UpdateAttributes()
10168 DWORD uOldIndex = MVA_DOWNSIZE ( sphGetRowAttr ( pEntry, dLocators[iCol] ) ); in UpdateAttributes()
10220 sphSetRowAttr ( pEntry, dLocators[iCol], uNew ); in UpdateAttributes()
[all …]