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

/external/sqlite/dist/orig/
H A Dshell.c2288 sqlite3_stmt *pInsert = 0; local
2320 rc = sqlite3_prepare_v2(newDb, zInsert, -1, &pInsert, 0);
2332 sqlite3_bind_null(pInsert, i+1);
2336 sqlite3_bind_int64(pInsert, i+1, sqlite3_column_int64(pQuery,i));
2340 sqlite3_bind_double(pInsert, i+1, sqlite3_column_double(pQuery,i));
2344 sqlite3_bind_text(pInsert, i+1,
2350 sqlite3_bind_blob(pInsert, i+1, sqlite3_column_blob(pQuery,i),
2357 rc = sqlite3_step(pInsert);
2362 sqlite3_reset(pInsert);
2383 sqlite3_finalize(pInsert);
[all...]
H A Dsqlite3.c156634 RtreeNode *pInsert; local
156696 RtreeNode *pInsert; local
159039 sqlite3_stmt *pInsert; /* Statement for INSERT operations */ member in struct:RbuObjIter
161494 sqlite3_stmt *pInsert = 0; local
181434 sqlite3_stmt *pInsert = 0; /* Statement to write %_content table */ local
[all...]
/external/sqlite/dist/
H A Dshell.c2310 sqlite3_stmt *pInsert = 0; local
2342 rc = sqlite3_prepare_v2(newDb, zInsert, -1, &pInsert, 0);
2354 sqlite3_bind_null(pInsert, i+1);
2358 sqlite3_bind_int64(pInsert, i+1, sqlite3_column_int64(pQuery,i));
2362 sqlite3_bind_double(pInsert, i+1, sqlite3_column_double(pQuery,i));
2366 sqlite3_bind_text(pInsert, i+1,
2372 sqlite3_bind_blob(pInsert, i+1, sqlite3_column_blob(pQuery,i),
2379 rc = sqlite3_step(pInsert);
2384 sqlite3_reset(pInsert);
2405 sqlite3_finalize(pInsert);
[all...]
H A Dsqlite3.c156664 RtreeNode *pInsert; local
156726 RtreeNode *pInsert; local
159069 sqlite3_stmt *pInsert; /* Statement for INSERT operations */ member in struct:RbuObjIter
161524 sqlite3_stmt *pInsert = 0; local
181464 sqlite3_stmt *pInsert = 0; /* Statement to write %_content table */ local
[all...]

Completed in 828 milliseconds