Home
last modified time | relevance | path

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

/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/
H A Dsphinxsort.cpp2687 CSphMatchComparatorState tStateMatch, tStateGroup; in sphCreateQueue() local
3014 ESphSortKeyPart ePart = tStateMatch.m_eKeypart[i]; in sphCreateQueue()
3023 tStateMatch.m_eKeypart[0] = SPH_KEYPART_INT; in sphCreateQueue()
3025 tStateMatch.m_eKeypart[1] = SPH_KEYPART_ID; in sphCreateQueue()
3026 tStateMatch.m_uAttrDesc = 1; in sphCreateQueue()
3043 tStateMatch.m_tLocator[0] = tAttr.m_tLocator; in sphCreateQueue()
3137 tStateMatch.m_fnStrCmp = CollateLibcCI; in sphCreateQueue()
3141 tStateMatch.m_fnStrCmp = CollateLibcCS; in sphCreateQueue()
3145 tStateMatch.m_fnStrCmp = CollateUtf8GeneralCI; in sphCreateQueue()
3149 tStateMatch.m_fnStrCmp = CollateBinary; in sphCreateQueue()
[all …]
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dsphinxsort.cpp5335 SetupSortRemap ( tSorterSchema, tStateMatch ); in sphCreateQueue()
5339 tStateMatch.m_eKeypart[0] = SPH_KEYPART_INT; in sphCreateQueue()
5341 tStateMatch.m_eKeypart[1] = SPH_KEYPART_ID; in sphCreateQueue()
5342 tStateMatch.m_uAttrDesc = 1; in sphCreateQueue()
5359 tStateMatch.m_tLocator[0] = tAttr.m_tLocator; in sphCreateQueue()
5360 tStateMatch.m_dAttrs[0] = iSortAttr; in sphCreateQueue()
5361 SetupSortRemap ( tSorterSchema, tStateMatch ); in sphCreateQueue()
5477 tStateMatch.m_fnStrCmp = sphCollateLibcCI; in sphCreateQueue()
5481 tStateMatch.m_fnStrCmp = sphCollateLibcCS; in sphCreateQueue()
5489 tStateMatch.m_fnStrCmp = sphCollateBinary; in sphCreateQueue()
[all …]