HomeSort by: relevance | last modified time | path
    Searched defs:sqlite3_finalize (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
sqlite3ext.h 465 #define sqlite3_finalize sqlite3_api->finalize macro
sqlite3.c 649 ** Ideally, applications should [sqlite3_finalize | finalize] all
692 ** [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()],
4621 ** <li> Destroy the object using [sqlite3_finalize()].
4758 ** [sqlite3_finalize()] relatively soon. The current implementation acts
4863 ** SQL statement using [sqlite3_finalize()] after it has finished with it.
5450 ** is destroyed by [sqlite3_finalize()] or until the statement is automatically
5479 ** using [sqlite3_finalize()] or until the statement is automatically
5600 ** already been [sqlite3_finalize | finalized] or on one that had
5621 ** [sqlite3_reset()] or [sqlite3_finalize()] in order to find one of the
5726 ** [sqlite3_reset()] nor [sqlite3_finalize()] have been called subsequently
93627 SQLITE_API int sqlite3_finalize(sqlite3_stmt *pStmt){ function
142685 #define sqlite3_finalize macro
    [all...]

Completed in 77 milliseconds