Lines Matching defs:reset

442 ** and Z will be reset to zero.
2632 ** [VACUUM] in order to reset a database back to an empty database
2640 ** the database in WAL mode after the reset if it was in WAL mode before
2641 ** the reset.
3334 ** was last reset. ^The values returned by [sqlite3_memory_used()] and
3340 ** ^The memory high-water mark is reset to the current value of
3344 ** prior to the reset.
4668 ** been reset using [sqlite3_reset(S)]. ^The sqlite3_stmt_busy(S)
4675 ** connection that are in need of being reset. This can be used,
4966 ** ^Contrary to the intuition of many, [sqlite3_reset()] does not reset
4968 ** ^Use this routine to reset all host parameters to NULL.
5132 ** machine without first calling [sqlite3_reset()] to reset the virtual
5159 ** sqlite3_step(). Failure to reset the prepared statement using
5496 ** The sqlite3_reset() function is called to reset a [prepared statement]
5500 ** Use [sqlite3_clear_bindings()] to reset the bindings.
5639 ** close the database connection nor finalize or reset the prepared
6634 unsigned long type, /* Identifier for directory being set or reset */
6635 void *zValue /* New value for directory being set or reset */
8623 ** about the performance of SQLite, and optionally to reset various
8629 ** resetFlag is true, then the highest record value is reset after
8748 ** reset back down to the current value.
8897 ** ^(This interface is used to retrieve and reset counter values from
8903 ** ^If the resetFlg is true, then the counter is reset to zero after this
9699 ** be reset. See the [checkpointing] documentation for addition
16844 ** changes and so the view will need to be reset.
17021 u32 nSchemaLock; /* Do not reset the schema when non-zero */
19097 ** is constant but the second part is reset at the beginning and end of
19178 ** Above is constant between recursions. Below is reset before and after
19527 int iOnceResetThreshold; /* When to reset OP_Once counters */
22569 ** list is deleted when the VM is reset in VdbeHalt(). The reason for doing
22839 i64 nChange; /* Number of db changes made since last reset */
22888 VdbeFrame *pDelFrame; /* List of frame objects to free on VM reset */
22913 #define VDBE_HALT_STATE 3 /* Finished. Need reset() or finalize() */
29247 ** or since the most recent reset.
29665 ** failing, it fails consistently until mallocFailed is reset.
32760 ** to reset the PRNG to its initial state. These routines accomplish
35349 ** Call this routine to delete a hash table or to reset a hash table
37047 ** indicating that a fork() has occurred, the PRNG will be reset.
38385 ** failing the lock. The iBusyTimeout value is always reset back to
43052 /* Detect a pid change and reset the PRNG. There is a race condition
43054 ** the same instant might all reset the PRNG. But multiple resets
46990 unsigned long type, /* Identifier for directory being set or reset */
46991 const char *zValue /* New value for directory being set or reset */
47034 unsigned long type, /* Identifier for directory being set or reset */
47035 const void *zValue /* New value for directory being set or reset */
47056 unsigned long type, /* Identifier for directory being set or reset */
47057 void *zValue /* New value for directory being set or reset */
52761 ** If NEED_SYNC had been cleared in step 2, then it would not be reset
57376 ** code is cleared and the cache reset in the block below.
58305 ** If the journal really is hot, reset the pager cache prior rolling
58306 ** back any content. If the journal is merely persistent, no reset is
58318 int needPagerReset; /* True to reset page prior to first page rollback */
58758 int changed = 0; /* True if cache must be reset */
58912 ** is reset to the value that it held at the start of the savepoint
62379 ** reset parameter is non-zero, the cache hit or miss count is zeroed before
62382 SQLITE_PRIVATE void sqlite3PagerCacheStat(Pager *pPager, int eStat, int reset, int *pnVal){
62397 if( reset ){
63707 ** mxFrame back to zero when the WAL is reset.
63749 ** the writer will first "reset" the WAL back to the beginning and start
63872 i64 mxWalSize; /* Truncate WAL to this size upon reset */
64839 i64 mxWalSize, /* Truncate WAL to this size on reset */
64935 ** Change the size to which the WAL file is trucated on each reset.
65382 ** in the WAL and can be recovered following a power-loss or hard reset.
65391 ** (A WAL reset or recovery will revert nBackfill to zero, but not increase
66432 ** (1) The WAL file has been reset since the snapshot was taken.
66802 ** existing log file with the new frames (i.e. "reset" the log). If so,
67324 ** the cache needs to be reset.
68459 ** reset out from under us.
68711 ** Return and reset the seek counter for a Btree object.
71013 ** This routine needs to reset the extra data section at the end of the
72867 ** reset the b-tree objects internal state to indicate that the write
77900 /* Must make sure nOverflow is reset to zero even if the balance()
81102 ** reset a Mem back to its minimum memory utilization.
81411 ** Use this routine to reset the Mem prior to insert a new value.
84570 ** and reset(). Inserts are grouped into a transaction.
87631 ** or reset.
87983 ** Terminate the current execution of an SQL statement and reset it
88532 ** reset the interrupt flag. This prevents a call to sqlite3_interrupt
88564 ** This "automatic-reset" change is not technically an incompatibility,
88570 ** returns, and those were broken by the automatic-reset change. As a
88687 ** finalized or reset the parser error message is available via
89693 ** Return true if the prepared statement is in need of being reset.
94404 ** from the database schema version, resulting in a schema reset.
118093 ** Reset the schema for the database at index iDb. Also reset the
118094 ** TEMP schema. The reset is deferred if db->nSchemaLock is not zero.
132047 int (*reset)(sqlite3_stmt*pStmt);
132401 #define sqlite3_reset sqlite3_api->reset
135385 && sqlite3_stricmp(zRight, "reset")==0
137989 ** reset is considered a permanent error. */
140276 ** column specific strings, in case the schema is reset before this
140916 sqlite3VdbeAddOp1(v, OP_NullRow, iCurrent); /* To reset column cache */
145719 int regReset; /* Return address register for reset subroutine */
145892 VdbeComment((v, "reset accumulator"));
145948 /* Generate a subroutine that will reset the group-by accumulator
148399 ** So reset the colUsed mask. Unless this is a virtual table. In that
174754 ** they are reset. And that the required b-tree mutex is held to make
174755 ** the pager rollback and schema reset an atomic operation. */
174867 ** the database rollback and schema reset, which can cause false
177754 /* Set the threshold at which OP_Once counters reset back to zero.
177757 ** provided to set a small and easily reachable reset value.
177808 ** If onOff==0 and tnum>0 then reset the schema for all databases, causing
177867 ** file. The seek-counter is written into *pnSeek and is then reset.
179526 ** statements is run and reset within a single virtual table API call.
185459 /* Ensure the %_content statement is reset. */
187686 ** Call this routine to delete a hash table or to reset a hash table
198415 /* Free all allocated memory and reset the JsonString object back to its
214511 ** to sqlite3_reset() may cause the pager to be reset (emptied). It is
219699 ** has occured, the statement is reset and SQLITE_OK is returned. If an
219700 ** error occurs, the statement is reset and an SQLite error code is returned.
219702 ** If this function returns SQLITE_ROW, the caller must eventually reset()
219704 ** not require a reset().
229237 ** might be pointing to a real entry, otherwise it has just been reset.
237001 /* Zero from this point onwards on cursor reset */