Searched refs:xQueryPhrase (Results 1 – 8 of 8) sorted by relevance
| /sqlite-3.40.0/ext/fts5/ |
| H A D | fts5.h | 290 int (*xQueryPhrase)(Fts5Context*, int iPhrase, void *pUserData, member
|
| H A D | fts5_test_mi.c | 171 rc = pApi->xQueryPhrase(pFts, i, pPtr, fts5MatchinfoXCb); in fts5MatchinfoGlobalCb()
|
| H A D | fts5_aux.c | 599 rc = pApi->xQueryPhrase(pFts, i, (void*)&nHit, fts5CountCb); in fts5Bm25GetData()
|
| H A D | fts5_tcl.c | 389 rc = p->pApi->xQueryPhrase(p->pFts, iPhrase, &ctx, xQueryPhraseCb); in xF5tApi()
|
| /sqlite-3.40.0/ext/fts5/test/ |
| H A D | fts5aux.test | 112 # Test that if the xQueryPhrase callback returns other than SQLITE_OK, 134 $cmd xQueryPhrase 1 [list xCallback [$cmd xRowid] $code]
|
| H A D | fts5_common.tcl | 122 $cmd xQueryPhrase $i [list test_queryphrase_cb cnt]
|
| H A D | fts5ae.test | 204 # Test the xQueryPhrase() API
|
| H A D | fts5synonym.test | 253 # Test that the xQueryPhrase() API works with synonyms.
|