• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/sqlite-3.6.22/

Lines Matching refs:reset

620 ** and Z will be reset to zero.
2376 ** was last reset. ^The values returned by [sqlite3_memory_used()] and
2382 ** ^The memory high-water mark is reset to the current value of
2386 ** prior to the reset.
3199 ** ^Contrary to the intuition of many, [sqlite3_reset()] does not reset
3201 ** ^Use this routine to reset all host parameters to NULL.
3352 ** machine without first calling [sqlite3_reset()] to reset the virtual
3616 ** The sqlite3_reset() function is called to reset a [prepared statement]
3620 ** Use [sqlite3_clear_bindings()] to reset the bindings.
3716 ** close the database connection nor finalize or reset the prepared
5475 ** about the preformance of SQLite, and optionally to reset various
5481 ** resetFlag is true, then the highest record value is reset after
5604 ** reset back down to the current value.
5645 ** ^(This interface is used to retrieve and reset counter values from
5651 ** ^If the resetFlg is true, then the counter is reset to zero after this
8206 ** changes and so the view will need to be reset.
8270 ** longer (since after version 2.8.12) reset to -1.
8273 ** context. It is reset at start of sqlite3_exec.
9594 ** is constant but the second part is reset at the beginning and end of
9659 /* Above is constant between recursions. Below is reset before and after
15749 ** or since the most recent reset.
16125 ** failing, it fails consistently until mallocFailed is reset.
17384 ** to reset the PRNG to its initial state. These routines accomplish
17757 int nChange; /* Number of db changes made since last reset */
19512 ** Call this routine to delete a hash table or to reset a hash table
32273 ** TODO: Why can we not reset the pager while in error state?
32327 ** the cache and reset the Pager structure internal state. If there is
33080 ** If the journal really is hot, reset the pager cache prior rolling
33081 ** back any content. If the journal is merely persistent, no reset is
33093 int needPagerReset; /* True to reset page prior to first page rollback */
33295 ** is reset to the value that it held at the start of the savepoint
35339 ** purpose of this call is to reset the internal state of the pager
37378 ** reset out from under us.
39192 ** This routine needs to reset the extra data section at the end of the
44159 /* Must make sure nOverflow is reset to zero even if the balance()
48146 ** and reset(). Inserts are grouped into a transaction.
48517 ** being called from sqlite3_reset() to reset the virtual machine.
50188 ** or reset.
50318 ** Terminate the current execution of an SQL statement and reset it
50576 ** reset the interrupt flag. This prevents a call to sqlite3_interrupt
50674 ** finalized or reset the parser error message is available via
54176 ** then the cache of the cursor is reset prior to extracting the column.
61649 ** reset to NULL each time the subquery is rerun. This allows the
66624 ** If iDb==0 then reset the internal schema tables for all database
66625 ** files. If iDb>=1 then reset the internal schema for only the
75820 int (*reset)(sqlite3_stmt*pStmt);
76002 #define sqlite3_reset sqlite3_api->reset
80034 ** column specific strings, in case the schema is reset before this
82831 int regReset; /* Return address register for reset subroutine */
82963 VdbeComment((v, "reset accumulator"));
83015 /* Generate a subroutine that will reset the group-by accumulator
98521 ** statements is run and reset within a single virtual table API call.
100023 /* The following call to ReadBlock() serves to reset the SQL statement
100025 ** not reset here, then it may remain classified as an active statement
101893 ** Call this routine to delete a hash table or to reset a hash table