Home
last modified time | relevance | path

Searched refs:finalize (Results 1 – 14 of 14) sorted by relevance

/sqlite-3.40.0/src/
H A Dtest_schema.c162 static int finalize(sqlite3_stmt **ppStmt){ in finalize() function
183 if( SQLITE_OK!=(rc = finalize(&pCur->pColumnList)) ) goto next_exit; in schemaNext()
186 if( SQLITE_OK!=(rc = finalize(&pCur->pTableList)) ) goto next_exit; in schemaNext()
190 rc = finalize(&pCur->pDbList); in schemaNext()
256 finalize(&pCur->pTableList); in schemaFilter()
257 finalize(&pCur->pColumnList); in schemaFilter()
258 finalize(&pCur->pDbList); in schemaFilter()
H A Dsqlite3ext.h100 int (*finalize)(sqlite3_stmt*pStmt); member
448 #define sqlite3_finalize sqlite3_api->finalize
H A Dshell.c.in1130 u8 scanstatsOn; /* True to display scan stats before each finalize */
1138 unsigned statsOn; /* True to display memory stats before each finalize */
11351 " -stats print memory stats before each finalize\n"
H A Dsqlite.h.in325 ** Ideally, applications should [sqlite3_finalize | finalize] all
5161 ** The application must finalize every [prepared statement] in order to avoid
5316 ** close the database connection nor finalize or reset the prepared
/sqlite-3.40.0/tool/
H A Dmkopts.tcl33 proc finalize {} { procedure
43 finalize
50 finalize
/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-oo1.js456 if(stmt) stmt.finalize();
515 if(s && s.pointer) s.finalize();
834 stmt.finalize();
843 stmt.finalize();
1047 if(stmt) stmt.finalize();
1332 finalize: function(){ method in Stmt
1567 this.finalize();
/sqlite-3.40.0/ext/wasm/
H A Ddemo-123.js103 q.finalize();
H A Dtester1.js1192 st.finalize();
1314 st.finalize();
/sqlite-3.40.0/test/
H A Dserver1.test116 # Read from table t1. Do not finalize the statement. This
H A Dcapi2.test234 # when sqlite3_step returns, not at finalize time.
638 # Ticket #261 - make sure we can finalize before the end of a query.
H A Dmalloc3.test70 # Executing a statement is done in three stages (prepare, step and finalize). A
76 # the database may be left in one of two states (after finalize() has been
H A Dtester.tcl1310 vfslog finalize binarylog
H A Dshell1.test154 # -stats print memory stats before each finalize
/sqlite-3.40.0/
H A Dltmain.sh2186 finalize=yes
2196 finalize=no
2206 if test "$finalize" = yes; then