| /sqlite-3.40.0/tool/ |
| H A D | spaceanal.tcl | 194 quote(unused) || ',' || 230 int_unused int, -- Number of unused bytes on interior pages 231 leaf_unused int, -- Number of unused bytes on primary pages 232 ovfl_unused int, -- Number of unused bytes on overflow pages 264 sum((pagetype=='internal') * unused) AS int_unused, 265 sum((pagetype=='leaf') * unused) AS leaf_unused, 266 sum((pagetype=='overflow') * unused) AS ovfl_unused, 484 statline {Average unused bytes per entry} $avg_unused 798 Average unused bytes per entry 843 The total number of bytes of unused space on all index pages. The [all …]
|
| /sqlite-3.40.0/test/ |
| H A D | stat.test | 62 SELECT name, path, pageno, pagetype, ncell, payload, unused, mx_payload 77 SELECT name, path, pageno, pagetype, ncell, payload, unused, mx_payload 83 SELECT name, path, pageno, pagetype, ncell, payload, unused, mx_payload 89 SELECT name, path, pageno, pagetype, ncell, payload, unused, mx_payload 112 SELECT name, path, pageno, pagetype, ncell, payload, unused, mx_payload 162 SELECT name, path, pageno, pagetype, ncell, payload, unused, mx_payload 196 SELECT name, path, pageno, pagetype, ncell, payload, unused, mx_payload 215 SELECT name, path, pageno, pagetype, ncell, payload, unused, mx_payload 225 unused, mx_payload, '|' FROM dbstat('main',1); 229 unused, mx_payload, '|' FROM dbstat('aux1',1);
|
| H A D | trigger9.test | 22 # statements, unused fields are populated with NULL values. 25 # in "INSTEAD OF" triggers have NULL values in unused
|
| H A D | malloc5.test | 66 # one unused page in a single pager cache. The page cannot be freed, as 86 # Call [sqlite3_release_memory] when there is exactly one unused page 115 # Manipulate the cache so that it contains two unused pages. One requires
|
| H A D | bigmmap.test | 43 # Create the database file roughly 8GiB in size. Most pages are unused,
|
| H A D | pragma2.test | 46 # number of unused pages in the database file.
|
| H A D | filefmt.test | 102 # Usable space per page (page-size minus unused space per page)
|
| H A D | quota.test | 240 # Quotas are deleted when unused and when their limit is set to zero
|
| H A D | malloc.test | 409 set DB2 [sqlite3_open16 $filename -unused]
|
| H A D | pragma.test | 405 # Add additional corruption by appending unused pages to the end of
|
| H A D | pager1.test | 1005 # journal record. But with synchronous=full, extra unused space
|
| H A D | fts1porter.test | 22063 unused unus
|
| H A D | where7.test | 23317 # application with identifiers change and unused columns
|
| /sqlite-3.40.0/ext/rtree/ |
| H A D | README | 64 an unused integer key value to the new record. Usually, this
|
| /sqlite-3.40.0/src/ |
| H A D | wal.c | 323 u32 unused; /* Unused (padding) field */ member
|
| H A D | sqlite.h.in | 1513 ** currently unused, though it might be used in a future release of 2129 /* previously SQLITE_CONFIG_CHUNKALLOC 12 which is now unused. */ 3297 ** X argument is unused. 3303 ** and the X argument is unused. 4192 const char **pzTail /* OUT: Pointer to unused portion of zSql */ 4199 const char **pzTail /* OUT: Pointer to unused portion of zSql */ 4207 const char **pzTail /* OUT: Pointer to unused portion of zSql */ 4214 const void **pzTail /* OUT: Pointer to unused portion of zSql */ 4221 const void **pzTail /* OUT: Pointer to unused portion of zSql */ 4229 const void **pzTail /* OUT: Pointer to unused portion of zSql */
|
| H A D | test1.c | 7082 static void xLogcallback(void *unused, int err, char *zMsg){ in xLogcallback() argument
|
| H A D | shell.c.in | 420 ** Used to prevent warnings about unused parameters
|
| /sqlite-3.40.0/ |
| H A D | ltmain.sh | 3583 return rval; /* =127, but avoids unused variable warning */
|
| /sqlite-3.40.0/ext/fts5/test/ |
| H A D | fts5porter.test | 11039 unus unu unused unus
|