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

  /external/chromium_org/third_party/sqlite/src/src/
vdbeapi.c 65 int sqlite3_finalize(sqlite3_stmt *pStmt){ function
68 /* IMPLEMENTATION-OF: R-57228-12904 Invoking sqlite3_finalize() on a NULL
445 ** contains the value that would be returned if sqlite3_finalize()
    [all...]
sqlite3ext.h 291 #define sqlite3_finalize sqlite3_api->finalize macro
  /external/sqlite/dist/orig/
sqlite3ext.h 329 #define sqlite3_finalize sqlite3_api->finalize macro
sqlite3.c 402 ** Applications should [sqlite3_finalize | finalize] all [prepared statements],
437 ** [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()],
66310 SQLITE_API int sqlite3_finalize(sqlite3_stmt *pStmt){ function
97300 #define sqlite3_finalize macro
    [all...]
  /external/sqlite/dist/
sqlite3ext.h 329 #define sqlite3_finalize sqlite3_api->finalize macro
sqlite3.c 402 ** Applications should [sqlite3_finalize | finalize] all [prepared statements],
437 ** [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()],
66330 SQLITE_API int sqlite3_finalize(sqlite3_stmt *pStmt){ function
97320 #define sqlite3_finalize macro
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 816 ** Applications must [sqlite3_finalize | finalize] all [prepared statements]
846 ** [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()],
60399 SQLITE_API int sqlite3_finalize(sqlite3_stmt *pStmt){ function
86773 #define sqlite3_finalize macro
    [all...]

Completed in 205 milliseconds