Home
last modified time | relevance | path

Searched refs:constructVtab (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/ext/fts1/
H A Dfts1.c1936 static int constructVtab( in constructVtab() function
2015 rc = constructVtab(db, &spec, ppVTab, pzErr); in fulltextConnect()
2079 rc = constructVtab(db, &spec, ppVTab, pzErr); in fulltextCreate()
/sqlite-3.40.0/ext/fts2/
H A Dfts2.c2804 static int constructVtab( in constructVtab() function
2894 rc = constructVtab(db, (fts2Hash *)pAux, &spec, ppVTab, pzErr); in fulltextConnect()
2940 rc = constructVtab(db, (fts2Hash *)pAux, &spec, ppVTab, pzErr); in fulltextCreate()