Searched refs:pContentInsert (Results 1 – 1 of 1) sorted by relevance
205282 sqlite3_stmt *pContentInsert; /* INSERT INTO %_content VALUES(...) */ local205304 rc = fts3SqlStmt(p, SQL_CONTENT_INSERT, &pContentInsert, &apVal[1]);205307 pContentInsert, p->nColumn+2,205330 rc = sqlite3_bind_value(pContentInsert, 1, apVal[3+p->nColumn]);205337 sqlite3_step(pContentInsert);205338 rc = sqlite3_reset(pContentInsert);