Searched refs:sqlite3_reset (Results 1 - 13 of 13) sorted by relevance

/external/python/cpython2/Modules/_sqlite/
H A Dutil.c54 (void)sqlite3_reset(st);
H A Dstatement.c397 rc = sqlite3_reset(self->st);
/external/sqlite/android/
H A Dsqlite3_android.cpp315 sqlite3_reset(statement);
365 sqlite3_reset(statement);
/external/sqlite/dist/orig/
H A Dsqlite3ext.h397 #define sqlite3_reset sqlite3_api->reset macro
H A Dsqlite3.h3400 ** <li> Reset the prepared statement using [sqlite3_reset()] then go back
3582 ** and the application would have to make a second call to [sqlite3_reset()]
3707 ** been reset using [sqlite3_reset(S)]. ^The sqlite3_stmt_busy(S)
3863 ** [sqlite3_step()] has been called more recently than [sqlite3_reset()],
3868 ** ^Bindings are not cleared by the [sqlite3_reset()] routine.
3967 ** ^Contrary to the intuition of many, [sqlite3_reset()] does not reset
4135 ** machine without first calling [sqlite3_reset()] to reset the virtual
4148 ** can be obtained by calling [sqlite3_reset()] on the
4160 ** [sqlite3_reset()] was required after sqlite3_step() returned anything
4163 ** [sqlite3_reset()] woul
[all...]
H A Dsqlite3.c3677 ** <li> Reset the prepared statement using [sqlite3_reset()] then go back
3859 ** and the application would have to make a second call to [sqlite3_reset()]
3984 ** been reset using [sqlite3_reset(S)]. ^The sqlite3_stmt_busy(S)
4140 ** [sqlite3_step()] has been called more recently than [sqlite3_reset()],
4145 ** ^Bindings are not cleared by the [sqlite3_reset()] routine.
4244 ** ^Contrary to the intuition of many, [sqlite3_reset()] does not reset
4412 ** machine without first calling [sqlite3_reset()] to reset the virtual
4425 ** can be obtained by calling [sqlite3_reset()] on the
4437 ** [sqlite3_reset()] was required after sqlite3_step() returned anything
4440 ** [sqlite3_reset()] woul
76390 SQLITE_API int sqlite3_reset(sqlite3_stmt *pStmt){ function
111849 #define sqlite3_reset macro
[all...]
H A Dshell.c2671 sqlite3_reset(pSql);
2696 sqlite3_reset(pSql);
3952 sqlite3_reset(pInsert);
5191 rc = sqlite3_reset(pStmt);
/external/sqlite/dist/
H A Dsqlite3ext.h397 #define sqlite3_reset sqlite3_api->reset macro
H A Dsqlite3.h3400 ** <li> Reset the prepared statement using [sqlite3_reset()] then go back
3582 ** and the application would have to make a second call to [sqlite3_reset()]
3707 ** been reset using [sqlite3_reset(S)]. ^The sqlite3_stmt_busy(S)
3863 ** [sqlite3_step()] has been called more recently than [sqlite3_reset()],
3868 ** ^Bindings are not cleared by the [sqlite3_reset()] routine.
3967 ** ^Contrary to the intuition of many, [sqlite3_reset()] does not reset
4135 ** machine without first calling [sqlite3_reset()] to reset the virtual
4148 ** can be obtained by calling [sqlite3_reset()] on the
4160 ** [sqlite3_reset()] was required after sqlite3_step() returned anything
4163 ** [sqlite3_reset()] woul
[all...]
H A Dsqlite3.c3677 ** <li> Reset the prepared statement using [sqlite3_reset()] then go back
3859 ** and the application would have to make a second call to [sqlite3_reset()]
3984 ** been reset using [sqlite3_reset(S)]. ^The sqlite3_stmt_busy(S)
4140 ** [sqlite3_step()] has been called more recently than [sqlite3_reset()],
4145 ** ^Bindings are not cleared by the [sqlite3_reset()] routine.
4244 ** ^Contrary to the intuition of many, [sqlite3_reset()] does not reset
4412 ** machine without first calling [sqlite3_reset()] to reset the virtual
4425 ** can be obtained by calling [sqlite3_reset()] on the
4437 ** [sqlite3_reset()] was required after sqlite3_step() returned anything
4440 ** [sqlite3_reset()] woul
76390 SQLITE_API int sqlite3_reset(sqlite3_stmt *pStmt){ function
111849 #define sqlite3_reset macro
[all...]
H A Dshell.c2677 sqlite3_reset(pSql);
2702 sqlite3_reset(pSql);
3974 sqlite3_reset(pInsert);
5213 rc = sqlite3_reset(pStmt);
/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.c3697 sqlite3_reset((sqlite3_stmt *) v->vm);

Completed in 469 milliseconds