Searched refs:sqlite3_step (Results 1 - 12 of 12) sorted by relevance

/external/python/cpython2/Modules/_sqlite/
H A Dutil.c37 rc = sqlite3_step(statement);
/external/sqlite/dist/orig/
H A Dshell.c1306 while( SQLITE_ROW==sqlite3_step(pStmt) ){
2329 rc = sqlite3_step(pSelect);
2348 rc = sqlite3_step(pSelect);
2647 for(iOp=0; SQLITE_ROW==sqlite3_step(pSql); iOp++){
2752 rc = sqlite3_step(pStmt);
2793 rc = sqlite3_step(pStmt);
2801 rc = sqlite3_step(pStmt);
2870 while( sqlite3_step(pExplain)==SQLITE_ROW ){
2986 while( sqlite3_step(pStmt)==SQLITE_ROW ){
3034 rc = sqlite3_step(pStm
[all...]
H A Dsqlite3ext.h414 #define sqlite3_step sqlite3_api->step macro
H A Dsqlite3.c619 ** [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()],
725 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */
726 #define SQLITE_DONE 101 /* sqlite3_step() has finished executing */
2646 ** the handler returns 0 which causes [sqlite3_step()] to return
3071 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their
3075 ** statement might be re-prepared during [sqlite3_step()] due to a
3077 ** correct authorizer callback remains in place during the [sqlite3_step()].
3081 ** performed during statement evaluation in [sqlite3_step()], unless
3082 ** as stated in the previous paragraph, sqlite3_step() invokes
3172 ** various times when an SQL statement is being run by [sqlite3_step()]
76917 SQLITE_API int sqlite3_step(sqlite3_stmt *pStmt){ function
111866 #define sqlite3_step macro
[all...]
H A Dsqlite3.h342 ** [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()],
448 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */
449 #define SQLITE_DONE 101 /* sqlite3_step() has finished executing */
2369 ** the handler returns 0 which causes [sqlite3_step()] to return
2794 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their
2798 ** statement might be re-prepared during [sqlite3_step()] due to a
2800 ** correct authorizer callback remains in place during the [sqlite3_step()].
2804 ** performed during statement evaluation in [sqlite3_step()], unless
2805 ** as stated in the previous paragraph, sqlite3_step() invokes
2895 ** various times when an SQL statement is being run by [sqlite3_step()]
[all...]
/external/sqlite/dist/
H A Dshell.c1312 while( SQLITE_ROW==sqlite3_step(pStmt) ){
2335 rc = sqlite3_step(pSelect);
2354 rc = sqlite3_step(pSelect);
2653 for(iOp=0; SQLITE_ROW==sqlite3_step(pSql); iOp++){
2758 rc = sqlite3_step(pStmt);
2799 rc = sqlite3_step(pStmt);
2807 rc = sqlite3_step(pStmt);
2876 while( sqlite3_step(pExplain)==SQLITE_ROW ){
2992 while( sqlite3_step(pStmt)==SQLITE_ROW ){
3040 rc = sqlite3_step(pStm
[all...]
H A Dsqlite3ext.h414 #define sqlite3_step sqlite3_api->step macro
H A Dsqlite3.c619 ** [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()],
725 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */
726 #define SQLITE_DONE 101 /* sqlite3_step() has finished executing */
2646 ** the handler returns 0 which causes [sqlite3_step()] to return
3071 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their
3075 ** statement might be re-prepared during [sqlite3_step()] due to a
3077 ** correct authorizer callback remains in place during the [sqlite3_step()].
3081 ** performed during statement evaluation in [sqlite3_step()], unless
3082 ** as stated in the previous paragraph, sqlite3_step() invokes
3172 ** various times when an SQL statement is being run by [sqlite3_step()]
76917 SQLITE_API int sqlite3_step(sqlite3_stmt *pStmt){ function
111866 #define sqlite3_step macro
[all...]
H A Dsqlite3.h342 ** [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()],
448 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */
449 #define SQLITE_DONE 101 /* sqlite3_step() has finished executing */
2369 ** the handler returns 0 which causes [sqlite3_step()] to return
2794 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their
2798 ** statement might be re-prepared during [sqlite3_step()] due to a
2800 ** correct authorizer callback remains in place during the [sqlite3_step()].
2804 ** performed during statement evaluation in [sqlite3_step()], unless
2805 ** as stated in the previous paragraph, sqlite3_step() invokes
2895 ** various times when an SQL statement is being run by [sqlite3_step()]
[all...]
/external/sqlite/android/
H A Dsqlite3_android.cpp395 err = sqlite3_step(statement);
399 ALOGE(" sqlite3_step error %d", err);
/external/robolectric/v3/libs/
H A Dsqlite4java-0.282.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/almworks/ com/almworks/sqlite4java/ javolution/ javolution/util/ javolution/ ...
/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 1057 milliseconds