Searched defs:ppVTab (Results 1 – 9 of 9) sorted by relevance
| /sqlite-3.40.0/test/ |
| H A D | vt02.c | 216 sqlite3_vtab **ppVTab, /* Write the new vtab here */ in vt02Connect()
|
| /sqlite-3.40.0/ext/misc/ |
| H A D | spellfix.c | 2048 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 D | fts5_vocab.c | 174 sqlite3_vtab **ppVTab, /* Write the resulting vtab structure here */ in fts5VocabInitVtab()
|
| H A D | fts5_main.c | 362 sqlite3_vtab **ppVTab, /* Write the resulting vtab structure here */ in fts5InitVtab()
|
| /sqlite-3.40.0/ext/fts1/ |
| H A D | fulltext.c | 860 sqlite3_vtab **ppVTab, in fulltextConnect() 912 sqlite3_vtab **ppVTab, in fulltextCreate()
|
| H A D | fts1.c | 1939 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 D | vtab.c | 273 VTable **ppVTab; in sqlite3VtabDisconnect() local
|
| /sqlite-3.40.0/ext/fts2/ |
| H A D | fts2.c | 2808 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 D | fts3.c | 1178 sqlite3_vtab **ppVTab, /* Write the resulting vtab structure here */ in fts3InitVtab()
|