Searched refs:pUpdate1 (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/ext/fts3/ |
| H A D | fts3_write.c | 3157 sqlite3_stmt *pUpdate1 = 0; in fts3PromoteSegments() local 3161 rc = fts3SqlStmt(p, SQL_UPDATE_LEVEL_IDX, &pUpdate1, 0); in fts3PromoteSegments() 3180 sqlite3_bind_int(pUpdate1, 1, iIdx++); in fts3PromoteSegments() 3181 sqlite3_bind_int(pUpdate1, 2, sqlite3_column_int(pRange, 0)); in fts3PromoteSegments() 3182 sqlite3_bind_int(pUpdate1, 3, sqlite3_column_int(pRange, 1)); in fts3PromoteSegments() 3183 sqlite3_step(pUpdate1); in fts3PromoteSegments() 3184 rc = sqlite3_reset(pUpdate1); in fts3PromoteSegments()
|