Home | History | Annotate | Download | only in dist

Lines Matching refs:exceed

2445 ** will be silently truncated if necessary so that it does not exceed the
2611 ** that the product of "sz" and "cnt" does not exceed 2,147,418,112. The "cnt"
4983 ** is available to hold the result, or if the result would exceed the
7697 ** below the limit, it will exceed the limit rather than generate
11528 ** long as the total size does not exceed M bytes.
14751 # error SQLITE_MAX_COLUMN may not exceed 32767
16153 ** not exceed the maximum mmap size.
33692 ** n: Size of zBase in bytes. If total space requirements never exceed
49138 exceed the maximum amount
74864 ** causes the fragmentation count to exceed 60.
74888 ** number of bytes in fragments may not exceed 60. */
76530 ** reserved space size cannot exceed 32. */
107332 ** to exceed the maximum merge count */
107559 ** nReader may not exceed SORTER_MAX_MERGE_COUNT even after rounding up.
144595 ** for PRAGMA optimize does not exceed 100 milliseconds against a variety
171615 LogEst iReduce = 0; /* pLoop->nOut should not exceed nRow-iReduce */
179714 ** all elements in the list. And make sure list length does not exceed
187790 ** silently truncated if necessary so that it does not exceed the
190078 # error SQLITE_MAX_COLUMN must not exceed 32767
190095 ** It merely prevents new constructs that exceed the limit
201371 ** 2. It does not check that the expression does not exceed the
201455 /* Rebalance the expression. And check that its depth does not exceed
213039 /* Append formatted text (not to exceed N bytes) to the JsonString.