Lines Matching defs:xQueryPhrase
13252 ** xQueryPhrase(pFts5, iPhrase, pUserData, xCallback):
13272 ** query is abandoned and the xQueryPhrase function returns immediately.
13273 ** If the returned value is SQLITE_DONE, xQueryPhrase returns SQLITE_OK.
13444 int (*xQueryPhrase)(Fts5Context*, int iPhrase, void *pUserData,
231561 ** xQueryPhrase(pFts5, iPhrase, pUserData, xCallback):
231581 ** query is abandoned and the xQueryPhrase function returns immediately.
231582 ** If the returned value is SQLITE_DONE, xQueryPhrase returns SQLITE_OK.
231753 int (*xQueryPhrase)(Fts5Context*, int iPhrase, void *pUserData,
235101 rc = pApi->xQueryPhrase(pFts, i, (void*)&nHit, fts5CountCb);
252015 ** Implementation of API function xQueryPhrase().