Lines Matching defs:size

1793 ** Initialize a new hash.  iSize determines the size of the hash
1795 ** can be zero to use the default hash size of 256 bits.
1889 ** size is 256. If X is a BLOB, it is hashed as is.
1908 sqlite3_result_error(context, "SHA3 size should be one of: 224 256 "
1946 ** size is 256.
1955 ** B<size>:<bytes>
1956 ** T<size>:<text>
1959 ** the size of that text. The SQL text is UTF-8. A single R character
1963 ** B means blobs of <size> bytes. T means text rendered as <size>
1964 ** bytes of UTF-8. The <n> and <size> values are expressed as an ASCII
1994 sqlite3_result_error(context, "SHA3 size should be one of: 224 256 "
2246 ** If the file exceeds the SQLite blob size limit, through an
3666 ** To avoid unnecessary complications with the PENDING_BYTE, the size of
3694 ** Maximum size of the combined prefix + database + append-mark. This
3746 ** The size of the database is iMark - iPgOne.
3751 ** iMark will be the size of the underlying file minus 25 (APND_MARKSIZE).
3767 static int apndTruncate(sqlite3_file*, sqlite3_int64 size);
3924 static int apndTruncate(sqlite3_file *pFile, sqlite_int64 size){
3928 if( SQLITE_OK!=apndWriteMark(paf, pFile, size) ) return SQLITE_IOERR;
3942 ** Return the current file-size of an apnd-file.
3943 ** If the append mark is not yet there, the file-size is 0.
3991 ** Return the sector-size in bytes for an apnd-file.
4090 ** Return true iff it is such. Parameter sz is the file's size.
4097 /* If file has the correct end-marker, the expected odd size, and the
4115 ** Return true iff so. Parameter sz is the file's size.
5458 ** Integers from 0 through 100 with a step size of 1.
6010 ** The sizes of the fixed-size part of each of the three main data
6028 *** size of the central directory 4 bytes
6033 *** .ZIP file comment (variable size)
6058 *** compressed size 4 bytes
6059 *** uncompressed size 4 bytes
6099 *** compressed size 4 bytes
6100 *** uncompressed size 4 bytes
6163 i64 szCurrent; /* Current size of zip archive */
6533 ** Buffer aExtra (size nExtra bytes) contains zip archive "extra" fields.
6665 ** size) containing an entire zip archive image. Or, if aBlob is NULL,
6810 ** Buffer aIn (size nIn bytes) contains compressed data. Uncompressed, the
6811 ** size is nOut bytes. This function uncompresses the data and sets the
6820 int nOut /* Expected output size */
6853 ** Buffer aIn (size nIn bytes) contains uncompressed data. This function
6857 ** is set to the size of buffer (*ppOut) in bytes.
7000 ** If aBlob is not NULL, then it points to a buffer nBlob bytes in size
7022 i64 szFile; /* Total size of file in bytes */
7421 i64 sz = 0; /* Uncompressed size */
7731 "\"compressed-size\" : %u, "
7732 "\"uncompressed-size\" : %u, "
8148 ** SZ is equal to the size of X when interpreted as a blob, also
10656 ** data, (*pnPage) to the size of that buffer in bytes and return
11005 ** Determine the size in pages of database zSchema (where zSchema is
12816 raw_printf(pArg->out, "Lookaside failures due to size: %d\n",
12960 int nAlloc = 0; /* Allocated size of p->aiIndent[], abYield */
14140 " --maxsize N Maximum size for --hexdb or --deserialized database",
14491 rc = sscanf(zLine, "| size %d pagesize %d", &n, &pgsz);
15560 { "default cache size:", 48 },
15577 { "schema size:",
15609 utf8_printf(p->out, "%-20s %d\n", "database page size:", i);
16643 ** "update" only overwrites if the size or mtime or mode has changed.
16655 " sz INT, -- original file size\n"
16902 ** to a buffer nByte bytes in size. If an OOM error occurs, *pRc is set
20880 " -maxsize N maximum size for a --deserialize database\n"
20883 " -mmap N default mmap size set to N\n"
20895 " -sorterref SIZE sorter references threshold size\n"
21110 ** the size of the alternative malloc heap,