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

/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfts1.c1062 /* CONTENT_INSERT */ NULL, /* generated in contentInsertStatement() */
1134 static const char *contentInsertStatement(fulltext_vtab *v){ function
1181 zStmt = contentInsertStatement(v); break;
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2.c1978 /* CONTENT_INSERT */ NULL, /* generated in contentInsertStatement() */
2084 static const char *contentInsertStatement(fulltext_vtab *v){ function
2131 zStmt = contentInsertStatement(v); break;

Completed in 2552 milliseconds