Home
last modified time | relevance | path

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

/external/chromium_org/third_party/sqlite/src/ext/fts1/
Dfulltext.c856 sqlite3_vtab **ppVTab){ in fulltextConnect()
902 sqlite3_vtab **ppVTab){ in fulltextCreate()
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()
/external/chromium_org/third_party/sqlite/src/ext/fts2/
Dfts2.c2985 sqlite3_vtab **ppVTab, /* Write the resulting vtab structure here */ in constructVtab()
3064 sqlite3_vtab **ppVTab, in fulltextConnect()
3084 sqlite3_vtab **ppVTab, char **pzErr){ in fulltextCreate()
/external/chromium_org/third_party/sqlite/src/ext/fts3/
Dfts3.c826 sqlite3_vtab **ppVTab, /* Write the resulting vtab structure here */ in fts3InitVtab()