Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts5/
H A Dfts5_storage.c243 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 Dfts5Int.h653 int sqlite3Fts5CreateTable(Fts5Config*, const char*, const char*, int, char **);
H A Dfts5_index.c5419 rc = sqlite3Fts5CreateTable( in sqlite3Fts5IndexOpen()
5423 rc = sqlite3Fts5CreateTable(pConfig, "idx", in sqlite3Fts5IndexOpen()