Searched refs:pInsert (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/sqlite3/ |
| H A D | shell.c | 16291 sqlite3_stmt *pInsert = 0; in tryToCloneData() local 16320 rc = sqlite3_prepare_v2(newDb, zInsert, -1, &pInsert, 0); in tryToCloneData() 16332 sqlite3_bind_null(pInsert, i+1); in tryToCloneData() 16336 sqlite3_bind_int64(pInsert, i+1, sqlite3_column_int64(pQuery,i)); in tryToCloneData() 16340 sqlite3_bind_double(pInsert, i+1, sqlite3_column_double(pQuery,i)); in tryToCloneData() 16344 sqlite3_bind_text(pInsert, i+1, in tryToCloneData() 16350 sqlite3_bind_blob(pInsert, i+1, sqlite3_column_blob(pQuery,i), in tryToCloneData() 16357 rc = sqlite3_step(pInsert); in tryToCloneData() 16362 sqlite3_reset(pInsert); in tryToCloneData() 16383 sqlite3_finalize(pInsert); in tryToCloneData()
|
| H A D | sqlite3.c | 196899 RtreeNode *pInsert; 196961 RtreeNode *pInsert; 202614 pIter->pInsert = 0; 205168 pWriter = pIter->pInsert; 205326 sqlite3_stmt *pInsert = 0; 205360 sqlite3_step(pInsert); 205407 sqlite3_stmt *pInsert = 0; 205443 sqlite3_step(pInsert); 205451 rbuFinalize(p, pInsert); 213139 sApply.pInsert = 0; [all …]
|