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

/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfts1.c1788 typedef struct TableSpec { struct
1795 } TableSpec; typedef in typeref:struct:TableSpec
1798 ** Reclaim all of the memory used by a TableSpec
1800 static void clearTableSpec(TableSpec *p) {
1811 * We return parsed information in a TableSpec structure.
1814 static int parseSpec(TableSpec *pSpec, int argc, const char *const*argv,
1938 TableSpec *spec, /* Parsed spec information from parseSpec() */
2011 TableSpec spec;
2059 TableSpec spec;

Completed in 71 milliseconds