Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts5/
H A Dfts5_main.c1524 int bError = 0; in fts5SpecialInsert() local
1560 rc = sqlite3Fts5ConfigSetValue(pTab->p.pConfig, zCmd, pVal, &bError); in fts5SpecialInsert()
1563 if( bError ){ in fts5SpecialInsert()