Lines Matching defs:size
1927 ** Initialize a new hash. iSize determines the size of the hash
1929 ** can be zero to use the default hash size of 256 bits.
2024 ** size is 256. If X is a BLOB, it is hashed as is.
2043 sqlite3_result_error(context, "SHA3 size should be one of: 224 256 "
2081 ** size is 256.
2090 ** B<size>:<bytes>
2091 ** T<size>:<text>
2094 ** the size of that text. The SQL text is UTF-8. A single R character
2098 ** B means blobs of <size> bytes. T means text rendered as <size>
2099 ** bytes of UTF-8. The <n> and <size> values are expressed as an ASCII
2129 sqlite3_result_error(context, "SHA3 size should be one of: 224 256 "
3308 ** Integers from 0 through 100 with a step size of 1.
3797 ** performance is bounded by O(N*M) where N is the size of the regular
3798 ** expression and M is the size of the input string. The matcher never
3800 ** to p copies of X following by q-p copies of X? and that the size of the
4761 ** If the file exceeds the SQLite blob size limit, through an
6206 ** To avoid unnecessary complications with the PENDING_BYTE, the size of
6234 ** Maximum size of the combined prefix + database + append-mark. This
6286 ** The size of the database is iMark - iPgOne.
6291 ** iMark will be the size of the underlying file minus 25 (APND_MARKSIZE).
6307 static int apndTruncate(sqlite3_file*, sqlite3_int64 size);
6464 static int apndTruncate(sqlite3_file *pFile, sqlite_int64 size){
6468 if( SQLITE_OK!=apndWriteMark(paf, pFile, size) ) return SQLITE_IOERR;
6482 ** Return the current file-size of an apnd-file.
6483 ** If the append mark is not yet there, the file-size is 0.
6531 ** Return the sector-size in bytes for an apnd-file.
6630 ** Return true iff it is such. Parameter sz is the file's size.
6637 /* If file has the correct end-marker, the expected odd size, and the
6655 ** Return true iff so. Parameter sz is the file's size.
6988 ** The sizes of the fixed-size part of each of the three main data
7006 *** size of the central directory 4 bytes
7011 *** .ZIP file comment (variable size)
7036 *** compressed size 4 bytes
7037 *** uncompressed size 4 bytes
7077 *** compressed size 4 bytes
7078 *** uncompressed size 4 bytes
7141 i64 szCurrent; /* Current size of zip archive */
7512 ** Buffer aExtra (size nExtra bytes) contains zip archive "extra" fields.
7634 ** size) containing an entire zip archive image. Or, if aBlob is NULL,
7779 ** Buffer aIn (size nIn bytes) contains compressed data. Uncompressed, the
7780 ** size is nOut bytes. This function uncompresses the data and sets the
7789 int nOut /* Expected output size */
7822 ** Buffer aIn (size nIn bytes) contains uncompressed data. This function
7826 ** is set to the size of buffer (*ppOut) in bytes.
7969 ** If aBlob is not NULL, then it points to a buffer nBlob bytes in size
7992 i64 szFile; /* Total size of file in bytes */
8396 i64 sz = 0; /* Uncompressed size */
8706 "\"compressed-size\" : %u, "
8707 "\"uncompressed-size\" : %u, "
9131 ** SZ is equal to the size of X when interpreted as a blob, also
11735 ** data, (*pnPage) to the size of that buffer in bytes and return
12126 ** Determine the size in pages of database zSchema (where zSchema is
12937 ** bytes in size. If successful, a pointer to the new buffer is returned. Or,
13501 ** + page-size,
13517 /* Truncate the output database to 0 pages in size. This is done by
14677 ** The second argument points to a buffer n bytes in size. If this buffer
14679 ** return the page-size in bytes. Otherwise, if the buffer does not
14778 static int recoverVfsTruncate(sqlite3_file*, sqlite3_int64 size);
14840 ** Detect the page-size of the database opened by file-handle pFd by
14846 ** If successful, set variable p->detected_pgsz to the detected page-size
14923 ** + Database page size (16-bits at offset 16)
14930 ** + size of freelist (32-bits at offset 36)
14937 ** Byte offset 105 should also contain the page-size as a 16-bit
15049 static int recoverVfsTruncate(sqlite3_file *pFd, sqlite3_int64 size){
15051 pFd->pMethods->xTruncate(pFd, size)
17305 raw_printf(pArg->out, "Lookaside failures due to size: %d\n",
17459 int nAlloc = 0; /* Allocated size of p->aiIndent[], abYield */
18886 " --maxsize N Maximum size for --hexdb or --deserialized database",
19249 rc = sscanf(zLine, "| size %d pagesize %d", &n, &pgsz);
20336 { "default cache size:", 48 },
20353 { "schema size:",
20385 utf8_printf(p->out, "%-20s %d\n", "database page size:", i);
21471 ** "update" only overwrites if the size or mtime or mode has changed.
21483 " sz INT, -- original file size\n"
25736 " -maxsize N maximum size for a --deserialize database\n"
25739 " -mmap N default mmap size set to N\n"
25753 " -sorterref SIZE sorter references threshold size\n"
25982 ** the size of the alternative malloc heap,
26530 ** chunk of size n (its 2nd argument) on each call and must return 0
26551 /* DB size is not an even multiple of the buffer size. Reduce
26552 ** buffer size so that we do not unduly inflate the db size when