Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts5/
H A Dfts5_main.c357 int bCreate, /* True for xCreate, false for xConnect */ in fts5InitVtab() argument
384 rc = sqlite3Fts5IndexOpen(pConfig, bCreate, &pTab->p.pIndex, pzErr); in fts5InitVtab()
390 pConfig, pTab->p.pIndex, bCreate, &pTab->pStorage, pzErr in fts5InitVtab()
411 }else if( bCreate ){ in fts5InitVtab()
H A Dfts5_storage.c281 int bCreate, in sqlite3Fts5StorageOpen() argument
299 if( bCreate ){ in sqlite3Fts5StorageOpen()
H A Dfts5Int.h390 int sqlite3Fts5IndexOpen(Fts5Config *pConfig, int bCreate, Fts5Index**, char**);
H A Dfts5_index.c5406 int bCreate, in sqlite3Fts5IndexOpen() argument
5418 if( p->zDataTbl && bCreate ){ in sqlite3Fts5IndexOpen()