Searched refs:bCreate (Results 1 – 4 of 4) sorted by relevance
| /sqlite-3.40.0/ext/fts5/ |
| H A D | fts5_main.c | 357 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 D | fts5_storage.c | 281 int bCreate, in sqlite3Fts5StorageOpen() argument 299 if( bCreate ){ in sqlite3Fts5StorageOpen()
|
| H A D | fts5Int.h | 390 int sqlite3Fts5IndexOpen(Fts5Config *pConfig, int bCreate, Fts5Index**, char**);
|
| H A D | fts5_index.c | 5406 int bCreate, in sqlite3Fts5IndexOpen() argument 5418 if( p->zDataTbl && bCreate ){ in sqlite3Fts5IndexOpen()
|