Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts5/
H A Dfts5.h290 int (*xQueryPhrase)(Fts5Context*, int iPhrase, void *pUserData, member
H A Dfts5_test_mi.c171 rc = pApi->xQueryPhrase(pFts, i, pPtr, fts5MatchinfoXCb); in fts5MatchinfoGlobalCb()
H A Dfts5_aux.c599 rc = pApi->xQueryPhrase(pFts, i, (void*)&nHit, fts5CountCb); in fts5Bm25GetData()
H A Dfts5_tcl.c389 rc = p->pApi->xQueryPhrase(p->pFts, iPhrase, &ctx, xQueryPhraseCb); in xF5tApi()
/sqlite-3.40.0/ext/fts5/test/
H A Dfts5aux.test112 # Test that if the xQueryPhrase callback returns other than SQLITE_OK,
134 $cmd xQueryPhrase 1 [list xCallback [$cmd xRowid] $code]
H A Dfts5_common.tcl122 $cmd xQueryPhrase $i [list test_queryphrase_cb cnt]
H A Dfts5ae.test204 # Test the xQueryPhrase() API
H A Dfts5synonym.test253 # Test that the xQueryPhrase() API works with synonyms.