Searched refs:sqlite3_step (Results 26 - 47 of 47) sorted by relevance

12

/external/chromium_org/third_party/sqlite/src/src/
H A Dvdbeblob.c65 rc = sqlite3_step(p->pStmt);
H A Danalyze.c655 while( sqlite3_step(pStmt)==SQLITE_ROW ){
H A Dsqlite3ext.h332 #define sqlite3_step sqlite3_api->step macro
H A Dtest4.c494 p->rc = sqlite3_step(p->pStmt);
H A Dsqlite.h.in298 ** [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()],
403 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */
404 #define SQLITE_DONE 101 /* sqlite3_step() has finished executing */
1592 ** ^Calling [sqlite3_exec()] or [sqlite3_step()] recursively does
1791 ** the handler returns 0 which causes [sqlite3_step()] to return
2171 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their
2175 ** statement might be re-prepared during [sqlite3_step()] due to a
2177 ** correct authorizer callback remains in place during the [sqlite3_step()].
2181 ** performed during statement evaluation in [sqlite3_step()], unless
2182 ** as stated in the previous paragraph, sqlite3_step() invoke
[all...]
H A Dvdbeapi.c339 ** outer sqlite3_step() wrapper procedure.
348 ** sqlite3_step() after any error or after SQLITE_DONE. But beginning
360 ** previous sqlite3_step() returned something other than a SQLITE_LOCKED
463 ** This is the top-level implementation of sqlite3_step(). Call
467 int sqlite3_step(sqlite3_stmt *pStmt){ function
1010 ** as if there had been a schema change, on the first sqlite3_step() call
H A Dtclsqlite.c1361 ** is analogous to a return of SQLITE_ROW from sqlite3_step(). If TCL_BREAK
1377 rcs = sqlite3_step(pStmt);
2099 sqlite3_step(pStmt);
H A Dtest1.c3878 ** Usage: sqlite3_step STMT
3898 rc = sqlite3_step(pStmt);
5393 while( SQLITE_ROW==sqlite3_step(pExplain) ){
5582 { "sqlite3_step", test_step ,0 },
/external/sqlite/android/
H A Dsqlite3_android.cpp390 err = sqlite3_step(statement);
394 ALOGE(" sqlite3_step error %d", err);
/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfts1.c1213 while( (rc=sqlite3_step(s))!=SQLITE_DONE && rc!=SQLITE_ROW ){
1325 /* We expect only one row. We must execute another sqlite3_step()
1327 rc = sqlite3_step(s);
1373 /* We expect only one row. We must execute another sqlite3_step()
1375 rc = sqlite3_step(s);
2546 rc = sqlite3_step(c->pStmt);
2570 rc = sqlite3_step(c->pStmt);
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_expr.c778 if( SQLITE_ROW==sqlite3_step(pStmt) ){
H A Dfts3.c630 sqlite3_step(pStmt);
1147 if( SQLITE_ROW==sqlite3_step(pCsr->pStmt) ){
2152 while( rc==SQLITE_OK && SQLITE_ROW==(rc = sqlite3_step(pStmt)) ){
3002 if( SQLITE_ROW!=sqlite3_step(pCsr->pStmt) ){
/external/sqlite/dist/orig/
H A Dsqlite3ext.h370 #define sqlite3_step sqlite3_api->step macro
H A Dsqlite3.h322 ** [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()],
428 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */
429 #define SQLITE_DONE 101 /* sqlite3_step() has finished executing */
1903 ** ^Calling [sqlite3_exec()] or [sqlite3_step()] recursively does
2095 ** the handler returns 0 which causes [sqlite3_step()] to return
2479 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their
2483 ** statement might be re-prepared during [sqlite3_step()] due to a
2485 ** correct authorizer callback remains in place during the [sqlite3_step()].
2489 ** performed during statement evaluation in [sqlite3_step()], unless
2490 ** as stated in the previous paragraph, sqlite3_step() invoke
[all...]
H A Dsqlite3.c437 ** [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()],
543 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */
544 #define SQLITE_DONE 101 /* sqlite3_step() has finished executing */
2018 ** ^Calling [sqlite3_exec()] or [sqlite3_step()] recursively does
2210 ** the handler returns 0 which causes [sqlite3_step()] to return
2594 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their
2598 ** statement might be re-prepared during [sqlite3_step()] due to a
2600 ** correct authorizer callback remains in place during the [sqlite3_step()].
2604 ** performed during statement evaluation in [sqlite3_step()], unless
2605 ** as stated in the previous paragraph, sqlite3_step() invoke
66747 SQLITE_API int sqlite3_step(sqlite3_stmt *pStmt){ function
97341 #define sqlite3_step macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h370 #define sqlite3_step sqlite3_api->step macro
H A Dsqlite3.h322 ** [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()],
428 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */
429 #define SQLITE_DONE 101 /* sqlite3_step() has finished executing */
1903 ** ^Calling [sqlite3_exec()] or [sqlite3_step()] recursively does
2095 ** the handler returns 0 which causes [sqlite3_step()] to return
2479 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their
2483 ** statement might be re-prepared during [sqlite3_step()] due to a
2485 ** correct authorizer callback remains in place during the [sqlite3_step()].
2489 ** performed during statement evaluation in [sqlite3_step()], unless
2490 ** as stated in the previous paragraph, sqlite3_step() invoke
[all...]
H A Dsqlite3.c437 ** [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()],
543 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */
544 #define SQLITE_DONE 101 /* sqlite3_step() has finished executing */
2018 ** ^Calling [sqlite3_exec()] or [sqlite3_step()] recursively does
2210 ** the handler returns 0 which causes [sqlite3_step()] to return
2594 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their
2598 ** statement might be re-prepared during [sqlite3_step()] due to a
2600 ** correct authorizer callback remains in place during the [sqlite3_step()].
2604 ** performed during statement evaluation in [sqlite3_step()], unless
2605 ** as stated in the previous paragraph, sqlite3_step() invoke
66767 SQLITE_API int sqlite3_step(sqlite3_stmt *pStmt){ function
97361 #define sqlite3_step macro
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h303 ** [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()],
408 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */
409 #define SQLITE_DONE 101 /* sqlite3_step() has finished executing */
1597 ** ^Calling [sqlite3_exec()] or [sqlite3_step()] recursively does
1796 ** the handler returns 0 which causes [sqlite3_step()] to return
2176 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their
2180 ** statement might be re-prepared during [sqlite3_step()] due to a
2182 ** correct authorizer callback remains in place during the [sqlite3_step()].
2186 ** performed during statement evaluation in [sqlite3_step()], unless
2187 ** as stated in the previous paragraph, sqlite3_step() invoke
[all...]
H A Dsqlite3.c846 ** [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()],
951 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */
952 #define SQLITE_DONE 101 /* sqlite3_step() has finished executing */
2140 ** ^Calling [sqlite3_exec()] or [sqlite3_step()] recursively does
2339 ** the handler returns 0 which causes [sqlite3_step()] to return
2719 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their
2723 ** statement might be re-prepared during [sqlite3_step()] due to a
2725 ** correct authorizer callback remains in place during the [sqlite3_step()].
2729 ** performed during statement evaluation in [sqlite3_step()], unless
2730 ** as stated in the previous paragraph, sqlite3_step() invoke
60801 SQLITE_API int sqlite3_step(sqlite3_stmt *pStmt){ function
86814 #define sqlite3_step macro
[all...]
/external/chromium_org/third_party/sqlite/src/test/
H A Dtester.tcl706 while {[sqlite3_step $vm]=="SQLITE_ROW"} {
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c2634 ret = sqlite3_step((sqlite3_stmt *) v->vm);
2721 ret = sqlite3_step((sqlite3_stmt *) v->vm);
3645 ret = sqlite3_step((sqlite3_stmt *) v->vm);

Completed in 2123 milliseconds

12