Lines Matching defs:total
2918 ** ^These functions return the total number of rows inserted, modified or
3228 ** parameter "n" is the total size of the buffer, including space for
8941 ** used as a proxy for the total work done by the prepared statement.
9369 ** ^The sqlite3_backup_pagecount() routine returns the total number of pages
9752 ** ^If pnLog is not NULL, then *pnLog is set to the total number of frames in
9755 ** NULL,then *pnCkpt is set to the total number of checkpointed frames in the
10275 ** set to the total number of times that the X-th loop has run.</dd>
10279 ** to the total number of rows examined by all iterations of the X-th loop.</dd>
10334 ** zero or greater than or equal to the total number of loops used to implement
10780 ** permitted to add content to the in-memory database as long as the total
11463 ** This API returns the total amount of heap memory in bytes currently
11731 ** it sets the output variable to the total number of known foreign key
12755 ** to the total number of tokens in the FTS5 table. Or, if iCol is
12757 ** the total number of tokens in column iCol, considering all rows in
12770 ** to the total number of tokens in the current row. Or, if iCol is
12798 ** Set *pnInst to the total number of occurrences of all phrases within
12890 ** This function is used to retrieve the total number of rows in the table.
16602 /* Return the total number of outstanding page references */
16610 /* Return the total number of pages stored in the cache */
16629 ** the total number of pages cached by purgeable pager-caches to the sum
16887 ** allocations on the pInit list from the total number of allocations.
22540 ** static element declared in the structure. nField total array slots for
23456 ** Set *pCurrent to the total cache hits or misses encountered by all
27022 ** N be the total amount of memory available for allocation. Robson
29317 ** This is not a limit on the total amount of memory used. This is
31118 ** n: Size of zBase in bytes. If total space requirements never exceed
36027 ** Return the total number of bytes in the data, without truncation, and
36232 ** base-26 number (digits a..z) that is the total number of bytes
53422 ** Return the total number of references to all pages held by the cache.
53424 ** This is not the total number of pages referenced, but the sum of the
53439 ** Return the total number of pages in the cache.
54767 ** been released, the function returns. The return value is the total number
55563 ** (7) At any time, if any subset, including the empty set and the total set,
57456 ** when the number of dirty pages in memory exceeds 25% of the total
59353 ** less than the total number of valid pages in the database. But this
59419 ** the pager. It returns the total number of pages in the database.
61288 ** checks the total number of outstanding pages and if the number of
63517 ** The wal-index header contains the total number of frames within the WAL
63676 ** the total header size is 136 bytes.
66104 ** The total delay time before giving up is less than 10 seconds.
67656 ** The max embedded payload fraction is the amount of the total usable
67724 ** a fragment. The total number of bytes in all fragments is recorded.
69942 ** Compute the total number of bytes that a Cell needs in the cell
70268 /* EVIDENCE-OF: R-11498-58022 In a well-formed b-tree page, the total
70631 /* Compute the total free space on the page
73053 ** value passed as the second parameter is the total number of savepoints,
73559 ** A total of "amt" bytes are read or written beginning at "offset".
73915 ** cell in page pParent. Or, if iIdx is equal to the total number of
74899 ** stores the total number of pages on the freelist. */
75783 ** total number of pages that participate, including the target page and
75804 ** page plus up to three child pages. There are a total of nCell cells.
76072 ** This function returns the total number of cells added to the free-list.
76778 ** Store this number in "k". Also compute szNew[] which is the total
76785 ** k: The total number of sibling pages
77389 ** the total usable space on the page. */
79261 /* EVIDENCE-OF: R-43263-13491 The total number of bytes in all fragments
80410 ** Return the total number of pages in the source database as of the most
90102 ** the total number of bytes in the text.
93836 ** which determines the total number of bytes in the header. The varint
95360 ** than the total number of equality terms in an index lookup, then the
97725 ** value computed is the total number of rows that will need to be
99885 ** If there are fewer than SORTER_MAX_MERGE_COUNT PMAs in total and the
99900 ** If there are more than SORTER_MAX_MERGE_COUNT PMAs in total when
100731 /* Do not allow the total number of threads (main thread + all workers)
101317 ** * A varint. This varint contains the total number of bytes of content
101578 ** * The total memory allocated for the in-memory list is greater
101581 ** * The total memory allocated for the in-memory list is greater
114994 ** total number of columns in the table.
115443 ** the index. The first integer in the list is the total number of
115455 ** If D is the count of distinct values and K is the total number of
119646 ** Resize an Index object to hold N columns total. Return SQLITE_OK
119674 ** Estimate the total row width for a table.
122102 ** in total).
126268 ** Routines used to compute the sum, average, and total.
126376 ** internal count when using count(*) and when the total count can be
127032 WAGGREGATE(total, 1,0,0, sumStep,totalFinalize,totalFinalize,sumInverse, 0),
134266 /* Number of pragmas: 68 on by default, 78 total. */
137750 ** sqlite3ParseObjectReset(), which reduces the total CPU cycle count.
141030 ** The results of the total query are to be written into a destination
158222 ** N is the total number of samples, the pLoop->nOut value is adjusted
159164 ** final output row estimate is no greater than 1/4 of the total number
159246 ** function returns the total number of vector elements that can be used
159463 ** N = the total number of rows in the table
161322 ** Assume that the total number of output rows that will need to be sorted
180725 ** *pnStr: Set to the total amount of space required to store a copy
181845 ** returning (do not modify it if iCol==0). Return the total number of bytes
182853 ** This function counts the total number of docids in the doclist stored
184586 ** the table. The following nCol varints contain the total amount of
185506 ** 1. The total number of occurrences of the phrase in each column of
186520 sqlite3_int64 nByte; /* total space to allocate */
190230 /* 29 */ "SELECT 2 * total(1 + leaves_end_block - start_block) "
192215 /* Increase the total number of bytes written to account for the new entry. */
193317 ** Varint 1..nCol: For each column, the total number of tokens stored in
193320 ** Varint 1+nCol: The total size, in bytes, of all text values in all
194321 ** A total of 16*nLeafEst blocks are allocated when an appendable segment
208724 ** Return the total number of key-value operations (inserts, deletes or
209232 ** sqlite3rbu_create_vfs(). It is used to track the total amount of temp
209385 unsigned int total = 0;
209408 total += cnt;
209409 if( total>limit ){
209423 total += cnt;
209424 if( total>limit ){
209442 if( cnt!=rbuDeltaChecksum(zOrigOut, total) ){
209447 if( total!=limit ){
209451 return total;
213077 ** Return the total number of key-value operations (inserts, deletes or
214639 u32 nPayload; /* Bytes of payload total (local+overflow) */
219041 ** it sets the output variable to the total number of known foreign key
221416 ** to the total number of tokens in the FTS5 table. Or, if iCol is
221418 ** the total number of tokens in column iCol, considering all rows in
221431 ** to the total number of tokens in the current row. Or, if iCol is
221459 ** Set *pnInst to the total number of occurrences of all phrases within
221551 ** This function is used to retrieve the total number of rows in the table.
222337 ** buffer, or 0 if there are less than nChar characters in total.
222445 ** Return the total number of entries read from the %_data table by
224888 ** where "N" is the total number of documents in the set and nHit
224950 /* Figure out the total size of the current row in tokens. */
230086 ** + total number of segments on all levels,
230092 ** + total number of segments in level.
230102 ** from left to right, the total number of tokens in the column for all
230915 /* Read the total number of levels and segments from the start of the
231145 ** Return the total number of segments in index structure pStruct. This
234494 ** A total of nLeaf leaf pages of data has just been flushed to a level-0
235471 ** buffer, or 0 if there are less than nChar characters in total.
235746 ** Return the total number of blocks this module has read from the %_data
239240 ** as it can be derived from the total size of the blob.
243486 ** $term within column $col. Field $cnt is set to the total number of
243494 ** $term. Field $cnt is set to the total number of instances of term