Lines Matching refs:increment
1461 ** value will increment whenever this happens.
4900 ** auto increment: 0
4920 int *pAutoinc /* OUTPUT: True if column is auto-increment */
6199 ** increment (here called "R") of about 100 or 200. SQLite will use the
8396 /* Increment the reference count of an existing page */
9017 int *pnBytesFreed; /* If not NULL, increment this in DbFree() */
14467 static void adjustStats(int iSize, int increment){
14472 if( increment>0 ){
17241 /* The first to increment to 1 does actual initialization */
20093 ** Add an error message to pParse->zErrMsg and increment pParse->nErr.
23567 ** If found, increment the reference count and return a pointer to
24126 ** has a SHARED or RESERVED lock, then increment reference counts and
25379 ** has a SHARED or RESERVED lock, then increment reference counts and
32738 ** 5 N S X Set N bits from S increment X in array only, not in bitvec
36224 ** journal header consumes to the journal file here. Then increment the
37741 /* Increment the value just read and write it back to byte 24. */
38592 ** Increment the reference count for page pPg.
40338 ** This routine is called to increment the value of the database file
50407 /* Increment the free page count on pPage1 */
52707 ** this page contains countable entries. Increment the entry counter
56622 ** request, then increment *pnByte by the amount of the request.
56629 int *pnByte /* If allocation cannot be made, increment *pnByte */
65531 ** Increment a "constraint counter" by P2 (P2 may be negative or positive).
67992 /* Increment the nRef value on all name contexts from TopNC up to
73362 /* Begin a transaction and increment the schema cookie. */
76115 ** Generate code that will increment the schema cookie.
79479 int count, /* If non-zero, increment the row change counter */
81288 ** the parent table for a match. If none is found increment the
81305 ** in the parent table. For each found increment the counter.
81539 ** INSERT immediate Increment the "immediate constraint counter".
81543 ** INSERT deferred Increment the "deferred constraint counter".
81558 int nIncr, /* Increment constraint counter by this */
81597 ** to increment the constraint-counter (i.e. this is an INSERT operation),
81599 ** increment the constraint-counter. */
81623 ** to increment the constraint-counter (i.e. this is an INSERT operation),
81625 ** increment the constraint-counter. */
81678 ** DELETE immediate Increment the "immediate constraint counter".
81684 ** DELETE deferred Increment the "deferred constraint counter".
81701 int nIncr /* Amount to increment deferred counter by */
81785 ** each row found. Otherwise, for deferred constraints, increment the
86634 sqlite3VdbeAddOp2(v, OP_AddImm, 2, 1); /* increment entry count */
91595 /* Increment Parse.nHeight by the height of the largest expression
94085 /* Increment the row counter
94519 ** are an increment to apply to the meta value after the vacuum.
94520 ** The increment is used to increase the schema cookie so that other
96780 /* The point is to increment the last character before the first
96781 ** wildcard. But if we increment '@', that will push it into the
107045 int *pAutoinc /* OUTPUT: True if column is auto-increment */
109687 ** increment the current value of *pi by the value read, and set *pp to
119495 ** Increment the reference count of node p.
119854 ** Increment the r-tree reference count.