Home
last modified time | relevance | path

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

/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/
H A Dsphinxsort.cpp2222 static const char g_sIntAttrPrefix[] = "@int_str2ptr_"; variable
2228 return ( strncmp ( sColumnName, g_sIntAttrPrefix, sizeof(g_sIntAttrPrefix)-1 )==0 ); in sphIsSortStringInternal()
2245 …sRemapCol.SetSprintf ( "%s%s", g_sIntAttrPrefix, tSorterSchema.GetAttr ( dAttr[i] ).m_sName.cstr()… in SetupSortStringRemap()
2263 if ( !sName.Begins ( g_sIntAttrPrefix ) ) in sphSortSetupExpr()
2266 const CSphColumnInfo * pCol = tIndexSchema.GetAttr ( sName.cstr()+sizeof(g_sIntAttrPrefix)-1 ); in sphSortSetupExpr()
2280 if ( !tDst.m_sName.Begins ( g_sIntAttrPrefix ) ) in sphSortGetStringRemap()
2283 …CSphColumnInfo * pSrcCol = tIndexSchema.GetAttr ( tDst.m_sName.cstr()+sizeof(g_sIntAttrPrefix)-1 ); in sphSortGetStringRemap()
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dsphinxsort.cpp3595 static const char g_sIntAttrPrefix[] = "@int_str2ptr_"; variable
3748 sName.SetSprintf ( "%s%s", g_sIntAttrPrefix, pTok ); in sphParseSortClause()
4331 return ( strncmp ( sColumnName, g_sIntAttrPrefix, sizeof(g_sIntAttrPrefix)-1 )==0 ); in sphIsSortStringInternal()
4352 sRemapCol.SetSprintf ( "%s%s", g_sIntAttrPrefix, bIsJson in SetupSortRemap()
4395 if ( !tDst.m_sName.Begins ( g_sIntAttrPrefix ) || tDst.m_eAttrType==SPH_ATTR_STRINGPTR ) in sphSortGetStringRemap()
4398 …CSphColumnInfo * pSrcCol = tIndexSchema.GetAttr ( tDst.m_sName.cstr()+sizeof(g_sIntAttrPrefix)-1 ); in sphSortGetStringRemap()