Searched defs:TableSpec (Results 1 - 2 of 2) 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;
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2.c2833 typedef struct TableSpec { struct
2840 } TableSpec; typedef in typeref:struct:TableSpec
2843 ** Reclaim all of the memory used by a TableSpec
2845 static void clearTableSpec(TableSpec *p) {
2856 * We return parsed information in a TableSpec structure.
2859 static int parseSpec(TableSpec *pSpec, int argc, const char *const*argv,
2984 TableSpec *spec, /* Parsed spec information from parseSpec() */
3067 TableSpec spec;
3086 TableSpec spec;

Completed in 1385 milliseconds