HomeSort by relevance Sort by last modified time
    Searched defs:sqlite3_step (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
vdbeapi.c 339 ** 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
    [all...]
sqlite3ext.h 332 #define sqlite3_step sqlite3_api->step macro
  /external/sqlite/dist/orig/
sqlite3ext.h 370 #define sqlite3_step sqlite3_api->step macro
sqlite3.c 437 ** [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 */
66747 SQLITE_API int sqlite3_step(sqlite3_stmt *pStmt){ function
97341 #define sqlite3_step macro
    [all...]
  /external/sqlite/dist/
sqlite3ext.h 370 #define sqlite3_step sqlite3_api->step macro
sqlite3.c 437 ** [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 */
66767 SQLITE_API int sqlite3_step(sqlite3_stmt *pStmt){ function
97361 #define sqlite3_step macro
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 846 ** [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()],
60801 SQLITE_API int sqlite3_step(sqlite3_stmt *pStmt){ function
86814 #define sqlite3_step macro
    [all...]

Completed in 967 milliseconds