Home
last modified time | relevance | path

Searched refs:sqlite3_finalize (Results 1 - 11 of 11) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
H A Dsemind.c506 sqlite3_finalize(stmt); in sqlite_command()
517 sqlite3_finalize(stmt); in get_db_version()
832 sqlite3_finalize(insert_rec_stmt); in command_add()
833 sqlite3_finalize(select_file_stmt); in command_add()
834 sqlite3_finalize(insert_file_stmt); in command_add()
835 sqlite3_finalize(delete_file_stmt); in command_add()
836 sqlite3_finalize(lock_stmt); in command_add()
837 sqlite3_finalize(unlock_stmt); in command_add()
857 sqlite3_finalize(stmt); in command_rm()
/third_party/python/Modules/_sqlite/
H A Dstatement.c98 (void)sqlite3_finalize(stmt); in pysqlite_statement_create()
109 sqlite3_finalize(self->st); in stmt_dealloc()
H A Dcursor.c496 rc = sqlite3_finalize(statement); in begin_transaction()
1079 rc = sqlite3_finalize(stmt); in pysqlite_cursor_executescript_impl()
H A Dconnection.c567 rc = sqlite3_finalize(statement); in pysqlite_connection_commit_impl()
604 rc = sqlite3_finalize(statement); in pysqlite_connection_rollback_impl()
/third_party/sqlite/src/
H A Dshell.c944 sqlite3_finalize(pStmt); in shellFakeSchema()
2141 sqlite3_finalize(pStmt); in sha3QueryFunc()
2148 sqlite3_finalize(pStmt); in sha3QueryFunc()
2215 sqlite3_finalize(pStmt); in sha3QueryFunc()
5828 sqlite3_finalize(pCur->pStmt); pCur->pStmt = 0; in completionCursorReset()
5897 sqlite3_finalize(pS2); in completionNext()
5923 sqlite3_finalize(pS2); in completionNext()
5942 sqlite3_finalize(pCur->pStmt); in completionNext()
9908 sqlite3_finalize(pCsr->pData); in expertClose()
9934 rc = sqlite3_finalize(pCs in expertNext()
[all...]
H A Dsqlite3.c635 ** Ideally, applications should [sqlite3_finalize | finalize] all
678 ** [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()],
4252 ** <li> Destroy the object using [sqlite3_finalize()].
4384 ** [sqlite3_finalize()] relatively soon. The current implementation acts
4456 ** SQL statement using [sqlite3_finalize()] after it has finished with it.
5001 ** is destroyed by [sqlite3_finalize()] or until the statement is automatically
5030 ** using [sqlite3_finalize()] or until the statement is automatically
5151 ** already been [sqlite3_finalize | finalized] or on one that had
5172 ** [sqlite3_reset()] or [sqlite3_finalize()] in order to find one of the
5280 ** [sqlite3_reset()] nor [sqlite3_finalize()] hav
87961 SQLITE_API int sqlite3_finalize(sqlite3_stmt *pStmt){ global() function
132377 #define sqlite3_finalize global() macro
[all...]
/third_party/sqlite/include/
H A Dsqlite3ext.h454 #define sqlite3_finalize sqlite3_api->finalize macro
H A Dsqlite3.h325 ** Ideally, applications should [sqlite3_finalize | finalize] all
368 ** [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()],
3946 ** <li> Destroy the object using [sqlite3_finalize()].
4078 ** [sqlite3_finalize()] relatively soon. The current implementation acts
4150 ** SQL statement using [sqlite3_finalize()] after it has finished with it.
4695 ** is destroyed by [sqlite3_finalize()] or until the statement is automatically
4724 ** using [sqlite3_finalize()] or until the statement is automatically
4845 ** already been [sqlite3_finalize | finalized] or on one that had
4866 ** [sqlite3_reset()] or [sqlite3_finalize()] in order to find one of the
4971 ** [sqlite3_reset()] nor [sqlite3_finalize()] hav
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dieee802_1x.c671 sqlite3_finalize(stmt); in add_sqlite_radius_attr()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dieee802_1x.c671 sqlite3_finalize(stmt); in add_sqlite_radius_attr()
/third_party/elfutils/debuginfod/
H A Ddebuginfod.cxx1008 ~sqlite_ps () { sqlite3_finalize (this->pp); } in ~sqlite_ps()

Completed in 158 milliseconds