Searched refs:pInsert (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c15364 sqlite3_stmt *pInsert; member in struct:RecoverStateW1
15391 sqlite3_stmt *pInsert; /* INSERT INTO lost_and_found ... */ member in struct:RecoverStateLAF
16727 sqlite3_stmt *pInsert = pLaf->pInsert; local
16744 sqlite3_bind_int64(pInsert, 1, iRoot); /* rootpgno */
16745 sqlite3_bind_int64(pInsert, 2, iPage); /* pgno */
16746 sqlite3_bind_int(pInsert, 3, nVal); /* nfield */
16748 sqlite3_bind_int64(pInsert, 4, iRowid); /* id */
16751 recoverBindValue(p, pInsert, 5+ii, apVal[ii]);
16753 if( sqlite3_step(pInsert)
16991 sqlite3_stmt *pInsert = p1->pInsert; local
22776 sqlite3_stmt *pInsert = 0; local
[all...]
H A Dsqlite3.c211388 RtreeNode *pInsert; local
216565 sqlite3_stmt *pInsert; /* Statement for INSERT operations */ member in struct:RbuObjIter
219814 sqlite3_stmt *pInsert = 0; local
219895 sqlite3_stmt *pInsert = 0; local
227250 sqlite3_stmt *pInsert; /* INSERT statement */ member in struct:SessionApplyCtx
251540 sqlite3_stmt *pInsert = 0; /* Statement to write %_content table */ local
[all...]

Completed in 529 milliseconds