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

/external/chromium_org/third_party/sqlite/src/src/
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 Dsqlite3ext.h332 #define sqlite3_step sqlite3_api->step macro
/external/sqlite/dist/orig/
H A Dsqlite3ext.h356 #define sqlite3_step sqlite3_api->step macro
H A Dsqlite3.c853 ** [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()],
959 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */
960 #define SQLITE_DONE 101 /* sqlite3_step() has finished executing */
2275 ** ^Calling [sqlite3_exec()] or [sqlite3_step()] recursively does
2474 ** the handler returns 0 which causes [sqlite3_step()] to return
2854 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their
2858 ** statement might be re-prepared during [sqlite3_step()] due to a
2860 ** correct authorizer callback remains in place during the [sqlite3_step()].
2864 ** performed during statement evaluation in [sqlite3_step()], unless
2865 ** as stated in the previous paragraph, sqlite3_step() invoke
63222 SQLITE_API int sqlite3_step(sqlite3_stmt *pStmt){ function
91329 #define sqlite3_step macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h356 #define sqlite3_step sqlite3_api->step macro
H A Dsqlite3.c853 ** [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()],
959 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */
960 #define SQLITE_DONE 101 /* sqlite3_step() has finished executing */
2275 ** ^Calling [sqlite3_exec()] or [sqlite3_step()] recursively does
2474 ** the handler returns 0 which causes [sqlite3_step()] to return
2854 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their
2858 ** statement might be re-prepared during [sqlite3_step()] due to a
2860 ** correct authorizer callback remains in place during the [sqlite3_step()].
2864 ** performed during statement evaluation in [sqlite3_step()], unless
2865 ** as stated in the previous paragraph, sqlite3_step() invoke
63250 SQLITE_API int sqlite3_step(sqlite3_stmt *pStmt){ function
91365 #define sqlite3_step macro
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
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
60980 SQLITE_API int sqlite3_step(sqlite3_stmt *pStmt){ function
87021 #define sqlite3_step macro
[all...]

Completed in 295 milliseconds