Home
last modified time | relevance | path

Searched defs:ppVTab (Results 1 – 9 of 9) sorted by relevance

/sqlite-3.40.0/test/
H A Dvt02.c216 sqlite3_vtab **ppVTab, /* Write the new vtab here */ in vt02Connect()
/sqlite-3.40.0/ext/misc/
H A Dspellfix.c2048 sqlite3_vtab **ppVTab, in spellfix1Init()
2137 sqlite3_vtab **ppVTab, in spellfix1Connect()
2146 sqlite3_vtab **ppVTab, in spellfix1Create()
/sqlite-3.40.0/ext/fts5/
H A Dfts5_vocab.c174 sqlite3_vtab **ppVTab, /* Write the resulting vtab structure here */ in fts5VocabInitVtab()
H A Dfts5_main.c362 sqlite3_vtab **ppVTab, /* Write the resulting vtab structure here */ in fts5InitVtab()
/sqlite-3.40.0/ext/fts1/
H A Dfulltext.c860 sqlite3_vtab **ppVTab, in fulltextConnect()
912 sqlite3_vtab **ppVTab, in fulltextCreate()
H A Dfts1.c1939 sqlite3_vtab **ppVTab, /* Write the resulting vtab structure here */ in constructVtab()
2008 sqlite3_vtab **ppVTab, in fulltextConnect()
2057 sqlite3_vtab **ppVTab, char **pzErr){ in fulltextCreate()
/sqlite-3.40.0/src/
H A Dvtab.c273 VTable **ppVTab; in sqlite3VtabDisconnect() local
/sqlite-3.40.0/ext/fts2/
H A Dfts2.c2808 sqlite3_vtab **ppVTab, /* Write the resulting vtab structure here */ in constructVtab()
2887 sqlite3_vtab **ppVTab, in fulltextConnect()
2907 sqlite3_vtab **ppVTab, char **pzErr){ in fulltextCreate()
/sqlite-3.40.0/ext/fts3/
H A Dfts3.c1178 sqlite3_vtab **ppVTab, /* Write the resulting vtab structure here */ in fts3InitVtab()