Searched refs:sqlite3Fts5CreateTable (Results 1 – 3 of 3) sorted by relevance
| /sqlite-3.40.0/ext/fts5/ |
| H A D | fts5_storage.c | 243 int sqlite3Fts5CreateTable( in sqlite3Fts5CreateTable() function 314 rc = sqlite3Fts5CreateTable(pConfig, "content", zDefn, 0, pzErr); in sqlite3Fts5StorageOpen() 320 rc = sqlite3Fts5CreateTable( in sqlite3Fts5StorageOpen() 325 rc = sqlite3Fts5CreateTable( in sqlite3Fts5StorageOpen()
|
| H A D | fts5Int.h | 653 int sqlite3Fts5CreateTable(Fts5Config*, const char*, const char*, int, char **);
|
| H A D | fts5_index.c | 5419 rc = sqlite3Fts5CreateTable( in sqlite3Fts5IndexOpen() 5423 rc = sqlite3Fts5CreateTable(pConfig, "idx", in sqlite3Fts5IndexOpen()
|