Searched refs:pContentInsert (Results 1 – 1 of 1) sorted by relevance
204968 sqlite3_stmt *pContentInsert; /* INSERT INTO %_content VALUES(...) */ local204990 rc = fts3SqlStmt(p, SQL_CONTENT_INSERT, &pContentInsert, &apVal[1]);204993 pContentInsert, p->nColumn+2,205016 rc = sqlite3_bind_value(pContentInsert, 1, apVal[3+p->nColumn]);205023 sqlite3_step(pContentInsert);205024 rc = sqlite3_reset(pContentInsert);