Lines Matching defs:unused

1830 ** currently unused, though it might be used in a future release of
2446 /* previously SQLITE_CONFIG_CHUNKALLOC 12 which is now unused. */
3617 ** X argument is unused.
3623 ** and the X argument is unused.
4512 const char **pzTail /* OUT: Pointer to unused portion of zSql */
4519 const char **pzTail /* OUT: Pointer to unused portion of zSql */
4527 const char **pzTail /* OUT: Pointer to unused portion of zSql */
4534 const void **pzTail /* OUT: Pointer to unused portion of zSql */
4541 const void **pzTail /* OUT: Pointer to unused portion of zSql */
4549 const void **pzTail /* OUT: Pointer to unused portion of zSql */
14729 ** left unused within the body of a function. This usually happens when
15085 ** is set high so that we don't have to allocate an unused page except
17252 #define SQLITE_OmitNoopJoin 0x00000100 /* Omit unused tables in joins */
32595 ** accessible to the debugging, and to avoid warnings about unused
36970 typedef struct UnixUnusedFd UnixUnusedFd; /* An unused file descriptor */
36981 UnixUnusedFd *pNext; /* Next unused file descriptor on same file */
42799 ** Search for an unused file descriptor that was opened on the database
42817 /* Do not search for an unused file descriptor on vxworks. Not because
53684 ** unused pages from other PCaches) but it also operates without a mutex,
53735 PgHdr1 *pFree; /* List of unused pcache-local pages */
53768 int nFreeSlot; /* Number of unused pcache slots */
54900 ** in the list, pLeft points to the tree, and v is unused. The
55151 ** *ppList to point to the unused elements of the list. If the input
56175 i16 nReserve; /* Number of unused bytes at end of each page */
56495 ** about an unused function. It is enclosed within SQLITE_DEBUG and so does
56946 ** Followed by (JOURNAL_HDR_SZ - 28) bytes of unused space.
59026 ** before attempting to recycle clean and unused pages.
60450 (void)pPtr; /* Suppress warning about unused pPtr value */
61778 ** on the given page is unused. The pager marks the page as clean so
63544 ** contains unused entries.
63572 ** reached) until an unused hash slot is found. Let the first unused slot
63575 ** the search is guaranteed to eventually hit an unused entry. Let
63600 ** K>K0 but to the first reader, those entries will appear to be unused
63684 u32 unused; /* Unused (padding) field */
63722 ** for any aReadMark[] means that entry is unused. aReadMark[0] is
63737 ** largest value and will increase an unused aReadMark[] to mxFrame if there
63771 ** 4: | (unused padding) | |
63792 ** 52: | (unused padding) | |
63825 ** 132: | (unused padding) |
66041 ** be loaded and the pChanged parameter is unused.
67628 ** 20 1 Bytes of unused space at the end of each page
67646 ** 72 20 unused
67722 ** any group of 3 or fewer unused bytes in the cell content area cannot
68207 ** PTRMAP_FREEPAGE: The database page is an unused (free) page. The page-number
69738 ** overflow pages. The strategy is to minimize the amount of unused
70110 ** unused bytes are contained in the unallocated space region, and all
70607 int nFree; /* Number of unused bytes on the page */
70979 ** Get an unused page.
71082 u8 nReserve; /* Byte of unused space on each page */
71663 ** are intentually left unused. This is the "reserved" space that is
76517 int iSpace1 = 0; /* First unused byte of aSpace1[] */
76518 int iOvflSpace = 0; /* First unused byte of aOvflSpace[] */
84933 ** This allocator is employed to repurpose unused slots at the end of the
85055 x.nFree = ROUNDDOWN8(pParse->szOpAlloc - n); /* Bytes of unused memory */
85086 ** passes. On the first pass, we try to reuse unused memory at the
98495 ** unused by OP_VColumn.
99997 ** currently points to the smallest key value. aTree[0] is unused.
108735 pParse->nTab--; /* Back out the allocation of the unused cursor */
111173 ** For other values of pExpr->op, op is undefined and unused.
125225 ** as VDBE code so that unused argument values do not have to be computed.
126566 (void)argc; /* Suppress unused parameter warning */
129341 ** and discard the other (unused) parts of the pSelect object
130271 int *aRegIdx, /* Use register aRegIdx[i] for index i. 0 for unused */
131160 int *aRegIdx, /* Register used by each index. 0 for unused indices */
132632 # define SQLITE_EXTENSION_INIT2(v) (void)v; /* unused parameter */
137422 ** meta[7] unused
137423 ** meta[8] unused
137424 ** meta[9] unused
141378 /* If [0] is unused then [1] is also unused. So we can
141379 ** always safely abort as soon as the first unused slot is found */
145423 ** being unused if the data can be extracted in pre-sorted order.
166791 ** N == YY_NO_ACTION No such action. Denotes unused
168894 sqlite3ParserARG_STORE /* Suppress warning about unused %extra_argument var */
171377 sqlite3ParserARG_STORE /* Suppress warning about unused %extra_argument variable */
171402 sqlite3ParserARG_STORE /* Suppress warning about unused %extra_argument variable */
171427 sqlite3ParserARG_STORE /* Suppress warning about unused %extra_argument variable */
177874 (void)db; /* Silence harmless unused variable warning */
179453 ** Macro used to suppress compiler warnings for unused parameters.
182519 ** Add FTS3_VARINT_MAX bytes of unused space to the end of the
200990 ** For non-root nodes, the first 2 bytes are left unused.
203983 ** Select a currently unused rowid for a new r-tree record.
214260 " unused INTEGER," /* 6 Bytes of unused space on this page */
214295 int nUnused; /* Number of unused bytes on page */
214320 i64 nUnused; /* Value of 'unused' column */
215016 case 6: /* unused */
222042 /* Mark a function parameter as unused, to suppress nuisance compiler
223007 ** N == fts5YY_NO_ACTION No such action. Denotes unused
223630 sqlite3Fts5ParserARG_STORE /* Suppress warning about unused %extra_argument var */
223985 sqlite3Fts5ParserARG_STORE /* Suppress warning about unused %extra_argument variable */
224008 sqlite3Fts5ParserARG_STORE /* Suppress warning about unused %extra_argument variable */
224033 sqlite3Fts5ParserARG_STORE /* Suppress warning about unused %extra_argument variable */
229186 ** sqlite3Fts5ParserFallback() are unused */
230505 ** the smallest key overall. aFirst[0] is unused.