Home
last modified time | relevance | path

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

/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dsearchd.cpp574 const ServedIndex_t * GetRlockedEntry ( const CSphString & tKey ) const;
9658 pServed = g_pLocalIndexes->GetRlockedEntry ( sName ); in UseIndex()
13281 const ServedIndex_t * pServed = g_pLocalIndexes->GetRlockedEntry ( sIndex ); in MakeSnippets()
13287 pServed = g_pTemplateIndexes->GetRlockedEntry ( sIndex ); in MakeSnippets()
13642 const ServedIndex_t * pIndex = g_pLocalIndexes->GetRlockedEntry ( sIndex ); in HandleCommandKeywords()
13645 pIndex = g_pTemplateIndexes->GetRlockedEntry ( sIndex ); in HandleCommandKeywords()
13855 return g_pLocalIndexes->GetRlockedEntry ( sName ); in UpdateGetLockedIndex()
15913 pServed = g_pTemplateIndexes->GetRlockedEntry ( tStmt.m_sIndex ); in HandleMysqlDescribe()
17337 const ServedIndex_t * pLocal = g_pLocalIndexes->GetRlockedEntry ( sName ); in HandleMysqlDelete()
19594 const ServedIndex_t * pRotating = g_pLocalIndexes->GetRlockedEntry ( sIndex ); in RotateIndexMT()
[all …]
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/
H A Dsearchd.cpp392 const ServedIndex_t * GetRlockedEntry ( const CSphString & tKey ) const;
826 const ServedIndex_t * IndexHash_c::GetRlockedEntry ( const CSphString & tKey ) const in GetRlockedEntry() function in IndexHash_c
6106 return g_pIndexes->GetRlockedEntry ( sName ); in UseIndex()
6119 pServed = g_pIndexes->GetRlockedEntry ( sName ); in UseIndex()
8859 const ServedIndex_t * pServed = g_pIndexes->GetRlockedEntry ( sIndex ); in MakeSnippets()
9215 const ServedIndex_t * pIndex = g_pIndexes->GetRlockedEntry ( sIndex ); in HandleCommandKeywords()
9354 const ServedIndex_t * pLocked = g_pIndexes->GetRlockedEntry ( sName ); in UpdateGetLockedIndex()
10145 const ServedIndex_t * pServed = g_pIndexes->GetRlockedEntry ( tStmt.m_sIndex ); in HandleMysqlInsert()
11738 const ServedIndex_t * pTo = g_pIndexes->GetRlockedEntry ( sTo ); in HandleMysqlAttach()
11790 const ServedIndex_t * pIndex = g_pIndexes->GetRlockedEntry ( tStmt.m_sIndex ); in HandleMysqlFlush()
[all …]