CONTENT_DELETE_STMT 1340 third_party/sqlite/src/ext/fts1/fts1.c int rc = sql_get_statement(v, CONTENT_DELETE_STMT, &s); CONTENT_DELETE_STMT 1346 third_party/sqlite/src/ext/fts1/fts1.c return sql_single_step_statement(v, CONTENT_DELETE_STMT, &s); CONTENT_DELETE_STMT 707 third_party/sqlite/src/ext/fts1/fulltext.c int rc = sql_get_statement(v, CONTENT_DELETE_STMT, &s); CONTENT_DELETE_STMT 713 third_party/sqlite/src/ext/fts1/fulltext.c return sql_single_step_statement(v, CONTENT_DELETE_STMT, &s); CONTENT_DELETE_STMT 2280 third_party/sqlite/src/ext/fts2/fts2.c int rc = sql_get_statement(v, CONTENT_DELETE_STMT, &s);