Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts1/
H A Dfts1.c1788 typedef struct TableSpec { struct
1795 } TableSpec; typedef
1800 static void clearTableSpec(TableSpec *p) { in clearTableSpec()
1814 static int parseSpec(TableSpec *pSpec, int argc, const char *const*argv, in parseSpec()
1938 TableSpec *spec, /* Parsed spec information from parseSpec() */ in constructVtab()
2011 TableSpec spec; in fulltextConnect()
2059 TableSpec spec; in fulltextCreate()
/sqlite-3.40.0/ext/fts2/
H A Dfts2.c2656 typedef struct TableSpec { struct
2663 } TableSpec; argument
2668 static void clearTableSpec(TableSpec *p) { in clearTableSpec()
2682 static int parseSpec(TableSpec *pSpec, int argc, const char *const*argv, in parseSpec()
2807 TableSpec *spec, /* Parsed spec information from parseSpec() */ in constructVtab()
2890 TableSpec spec; in fulltextConnect()
2909 TableSpec spec; in fulltextCreate()