Searched refs:xQueryPhrase (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h11822 ** xQueryPhrase(pFts5, iPhrase, pUserData, xCallback):
11838 ** query is abandoned and the xQueryPhrase function returns immediately.
11839 ** If the returned value is SQLITE_DONE, xQueryPhrase returns SQLITE_OK.
11977 int (*xQueryPhrase)(Fts5Context*, int iPhrase, void *pUserData, member in struct:Fts5ExtensionApi
H A Dsqlite3.c12885 ** xQueryPhrase(pFts5, iPhrase, pUserData, xCallback):
12901 ** query is abandoned and the xQueryPhrase function returns immediately.
12902 ** If the returned value is SQLITE_DONE, xQueryPhrase returns SQLITE_OK.
13040 int (*xQueryPhrase)(Fts5Context*, int iPhrase, void *pUserData, member in struct:Fts5ExtensionApi
[all...]

Completed in 544 milliseconds