Lines Matching defs:reset

646 ** and Z will be reset to zero.
2753 ** was last reset. ^The values returned by [sqlite3_memory_used()] and
2759 ** ^The memory high-water mark is reset to the current value of
2763 ** prior to the reset.
3582 ** been reset using [sqlite3_reset(S)]. ^The sqlite3_stmt_busy(S)
3589 ** connection that are in need of being reset. This can be used,
3813 ** ^Contrary to the intuition of many, [sqlite3_reset()] does not reset
3815 ** ^Use this routine to reset all host parameters to NULL.
3972 ** machine without first calling [sqlite3_reset()] to reset the virtual
3999 ** sqlite3_step(). Failure to reset the prepared statement using
4277 ** The sqlite3_reset() function is called to reset a [prepared statement]
4281 ** Use [sqlite3_clear_bindings()] to reset the bindings.
4385 ** close the database connection nor finalize or reset the prepared
6343 ** about the performance of SQLite, and optionally to reset various
6349 ** resetFlag is true, then the highest record value is reset after
6479 ** reset back down to the current value.
6585 ** ^(This interface is used to retrieve and reset counter values from
6591 ** ^If the resetFlg is true, then the counter is reset to zero after this
9653 ** changes and so the view will need to be reset.
11074 ** is constant but the second part is reset at the beginning and end of
11139 /* Above is constant between recursions. Below is reset before and after
12934 ** list is deleted when the VM is reset in VdbeHalt(). The reason for doing
13147 u8 runOnlyOnce; /* Automatically expire on reset */
13153 int nChange; /* Number of db changes made since last reset */
13173 VdbeFrame *pDelFrame; /* List of frame objects to free on VM reset */
18814 ** or since the most recent reset.
19185 ** failing, it fails consistently until mallocFailed is reset.
20458 ** to reset the PRNG to its initial state. These routines accomplish
22264 ** Call this routine to delete a hash table or to reset a hash table
40227 ** code is cleared and the cache reset in the block below.
41056 ** If the journal really is hot, reset the pager cache prior rolling
41057 ** back any content. If the journal is merely persistent, no reset is
41069 int needPagerReset; /* True to reset page prior to first page rollback */
41485 int changed = 0; /* True if cache must be reset */
41641 ** is reset to the value that it held at the start of the savepoint
44569 ** reset parameter is non-zero, the cache hit or miss count is zeroed before
44572 SQLITE_PRIVATE void sqlite3PagerCacheStat(Pager *pPager, int eStat, int reset, int *pnVal){
44585 if( reset ){
45686 ** mxFrame back to zero when the WAL is reset.
45718 ** the writer will first "reset" the WAL back to the beginning and start
45776 i64 mxWalSize; /* Truncate WAL to this size upon reset */
46616 i64 mxWalSize, /* Truncate WAL to this size on reset */
46679 ** Change the size to which the WAL file is trucated on each reset.
46999 ** in the WAL and can be recovered following a power-loss or hard reset.
47008 ** (A WAL reset or recovery will revert nBackfill to zero, but not increase
47936 ** existing log file with the new frames (i.e. "reset" the log). If so,
48335 ** the cache needs to be reset.
49281 ** reset out from under us.
51038 ** This routine needs to reset the extra data section at the end of the
52586 ** reset the b-tree objects internal state to indicate that the write
56275 /* Must make sure nOverflow is reset to zero even if the balance()
60626 ** and reset(). Inserts are grouped into a transaction.
62707 ** or reset.
62865 ** Terminate the current execution of an SQL statement and reset it
63126 ** This "automatic-reset" change is not technically an incompatibility,
63132 ** returns, and those were broken by the automatic-reset change. As a
63163 ** reset the interrupt flag. This prevents a call to sqlite3_interrupt
63274 ** finalized or reset the parser error message is available via
64056 ** Return true if the prepared statement is in need of being reset.
67026 ** then the cache of the cursor is reset prior to extracting the column.
75859 ** reset to NULL each time the subquery is rerun. This allows the
81635 ** If iDb<0 then reset the internal schema tables for all database
81636 ** files. If iDb>=0 then reset the internal schema for only the
81650 /* If any database other than TEMP is reset, then also reset TEMP
91131 int (*reset)(sqlite3_stmt*pStmt);
91348 #define sqlite3_reset sqlite3_api->reset
95688 ** column specific strings, in case the schema is reset before this
98686 int regReset; /* Return address register for reset subroutine */
98829 VdbeComment((v, "reset accumulator"));
98881 /* Generate a subroutine that will reset the group-by accumulator
116629 ** statements is run and reset within a single virtual table API call.
121656 /* Ensure the %_content statement is reset. */
123419 ** Call this routine to delete a hash table or to reset a hash table