Searched refs:constructVtab (Results 1 – 2 of 2) sorted by relevance
| /sqlite-3.40.0/ext/fts1/ |
| H A D | fts1.c | 1936 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 D | fts2.c | 2804 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()
|