Home
last modified time | relevance | path

Searched refs:pContentInsert (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c204968 sqlite3_stmt *pContentInsert; /* INSERT INTO %_content VALUES(...) */ local
204990 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);