Searched defs:sqlite3_reset (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dvdbeapi.c97 int sqlite3_reset(sqlite3_stmt *pStmt){ function
347 /* We used to require that sqlite3_reset() be called before retrying
349 ** with version 3.7.0, we changed this so that sqlite3_reset() would
365 sqlite3_reset((sqlite3_stmt*)p);
370 sqlite3_reset((sqlite3_stmt*)p);
482 sqlite3_reset(pStmt);
H A Dsqlite3ext.h315 #define sqlite3_reset sqlite3_api->reset macro
/external/sqlite/dist/orig/
H A Dsqlite3ext.h353 #define sqlite3_reset sqlite3_api->reset macro
H A Dsqlite3.c2058 ** is passed to [sqlite3_reset()] or [sqlite3_finalize()]).
3095 ** <li> Reset the statement using [sqlite3_reset()] then go back
3273 ** and the application would have to make a second call to [sqlite3_reset()]
3366 ** been reset using [sqlite3_reset(S)]. ^The sqlite3_stmt_busy(S)
3511 ** [sqlite3_step()] has been called more recently than [sqlite3_reset()],
3516 ** ^Bindings are not cleared by the [sqlite3_reset()] routine.
3603 ** ^Contrary to the intuition of many, [sqlite3_reset()] does not reset
3762 ** machine without first calling [sqlite3_reset()] to reset the virtual
3775 ** can be obtained by calling [sqlite3_reset()] on the
3787 ** [sqlite3_reset()] wa
66336 SQLITE_API int sqlite3_reset(sqlite3_stmt *pStmt){ function
97324 #define sqlite3_reset macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h353 #define sqlite3_reset sqlite3_api->reset macro
H A Dsqlite3.c2058 ** is passed to [sqlite3_reset()] or [sqlite3_finalize()]).
3095 ** <li> Reset the statement using [sqlite3_reset()] then go back
3273 ** and the application would have to make a second call to [sqlite3_reset()]
3366 ** been reset using [sqlite3_reset(S)]. ^The sqlite3_stmt_busy(S)
3511 ** [sqlite3_step()] has been called more recently than [sqlite3_reset()],
3516 ** ^Bindings are not cleared by the [sqlite3_reset()] routine.
3603 ** ^Contrary to the intuition of many, [sqlite3_reset()] does not reset
3762 ** machine without first calling [sqlite3_reset()] to reset the virtual
3775 ** can be obtained by calling [sqlite3_reset()] on the
3787 ** [sqlite3_reset()] wa
66356 SQLITE_API int sqlite3_reset(sqlite3_stmt *pStmt){ function
97344 #define sqlite3_reset macro
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c2180 ** is passed to [sqlite3_reset()] or [sqlite3_finalize()]).
3024 ** <li> Reset the statement using [sqlite3_reset()] then go back
3198 ** and the application would have to make a second call to [sqlite3_reset()]
3405 ** [sqlite3_step()] has been called more recently than [sqlite3_reset()],
3410 ** ^Bindings are not cleared by the [sqlite3_reset()] routine.
3497 ** ^Contrary to the intuition of many, [sqlite3_reset()] does not reset
3656 ** machine without first calling [sqlite3_reset()] to reset the virtual
3669 ** can be obtained by calling [sqlite3_reset()] on the
3681 ** [sqlite3_reset()] was required after sqlite3_step() returned anything
3684 ** [sqlite3_reset()] woul
60431 SQLITE_API int sqlite3_reset(sqlite3_stmt *pStmt){ function
86797 #define sqlite3_reset macro
[all...]

Completed in 419 milliseconds