Lines Matching refs:increment
1454 ** value will increment whenever this happens.
4893 ** auto increment: 0
4913 int *pAutoinc /* OUTPUT: True if column is auto-increment */
6192 ** increment (here called "R") of about 100 or 200. SQLite will use the
8389 /* Increment the reference count of an existing page */
9010 int *pnBytesFreed; /* If not NULL, increment this in DbFree() */
14460 static void adjustStats(int iSize, int increment){
14465 if( increment>0 ){
17234 /* The first to increment to 1 does actual initialization */
20086 ** Add an error message to pParse->zErrMsg and increment pParse->nErr.
23560 ** If found, increment the reference count and return a pointer to
24119 ** has a SHARED or RESERVED lock, then increment reference counts and
25372 ** has a SHARED or RESERVED lock, then increment reference counts and
32731 ** 5 N S X Set N bits from S increment X in array only, not in bitvec
36217 ** journal header consumes to the journal file here. Then increment the
37734 /* Increment the value just read and write it back to byte 24. */
38585 ** Increment the reference count for page pPg.
40331 ** This routine is called to increment the value of the database file
50400 /* Increment the free page count on pPage1 */
52700 ** this page contains countable entries. Increment the entry counter
56615 ** request, then increment *pnByte by the amount of the request.
56622 int *pnByte /* If allocation cannot be made, increment *pnByte */
65524 ** Increment a "constraint counter" by P2 (P2 may be negative or positive).
67985 /* Increment the nRef value on all name contexts from TopNC up to
73355 /* Begin a transaction and increment the schema cookie. */
76108 ** Generate code that will increment the schema cookie.
79472 int count, /* If non-zero, increment the row change counter */
81281 ** the parent table for a match. If none is found increment the
81298 ** in the parent table. For each found increment the counter.
81532 ** INSERT immediate Increment the "immediate constraint counter".
81536 ** INSERT deferred Increment the "deferred constraint counter".
81551 int nIncr, /* Increment constraint counter by this */
81590 ** to increment the constraint-counter (i.e. this is an INSERT operation),
81592 ** increment the constraint-counter. */
81616 ** to increment the constraint-counter (i.e. this is an INSERT operation),
81618 ** increment the constraint-counter. */
81671 ** DELETE immediate Increment the "immediate constraint counter".
81677 ** DELETE deferred Increment the "deferred constraint counter".
81694 int nIncr /* Amount to increment deferred counter by */
81778 ** each row found. Otherwise, for deferred constraints, increment the
86627 sqlite3VdbeAddOp2(v, OP_AddImm, 2, 1); /* increment entry count */
91588 /* Increment Parse.nHeight by the height of the largest expression
94078 /* Increment the row counter
94512 ** are an increment to apply to the meta value after the vacuum.
94513 ** The increment is used to increase the schema cookie so that other
96773 /* The point is to increment the last character before the first
96774 ** wildcard. But if we increment '@', that will push it into the
107017 int *pAutoinc /* OUTPUT: True if column is auto-increment */
109659 ** increment the current value of *pi by the value read, and set *pp to
119464 ** Increment the reference count of node p.
119823 ** Increment the r-tree reference count.