Home
last modified time | relevance | path

Searched refs:sqlite3Fts5ConfigSetValue (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/ext/fts5/
H A Dfts5_config.c821 int sqlite3Fts5ConfigSetValue( in sqlite3Fts5ConfigSetValue() function
944 sqlite3Fts5ConfigSetValue(pConfig, zK, pVal, &bDummy); in sqlite3Fts5ConfigLoad()
H A Dfts5Int.h255 int sqlite3Fts5ConfigSetValue(Fts5Config*, const char*, sqlite3_value*, int*);
H A Dfts5_main.c1560 rc = sqlite3Fts5ConfigSetValue(pTab->p.pConfig, zCmd, pVal, &bError); in fts5SpecialInsert()