Home | History | Annotate | Download | only in dist

Lines Matching refs:unused

1482 ** currently unused, though it might be used in a future release of
1487 #define SQLITE_ACCESS_READ 2 /* Unused */
1958 /* previously SQLITE_CONFIG_CHUNKALLOC 12 which is now unused. */
3167 const char **pzTail /* OUT: Pointer to unused portion of zSql */
3174 const char **pzTail /* OUT: Pointer to unused portion of zSql */
3181 const void **pzTail /* OUT: Pointer to unused portion of zSql */
3188 const void **pzTail /* OUT: Pointer to unused portion of zSql */
7346 ** left unused within the body of a function. This usually happens when
8649 ** is set high so that we don't have to allocate an unused page except
17498 ** each unused scratch buffer.
17501 struct ScratchFreeslot *pNext; /* Next unused scratch buffer */
17524 ** unused scratch allocations.
22974 typedef struct UnixUnusedFd UnixUnusedFd; /* An unused file descriptor */
22985 UnixUnusedFd *pNext; /* Next unused file descriptor on same file */
23732 UnixUnusedFd *pUnused; /* Unused file descriptors to close */
27171 ** here to prevent compiler warnings about unused parameters.
27443 ** Search for an unused file descriptor that was opened on the database
27461 /* Do not search for an unused file descriptor on vxworks. Not because
33511 int nFreeSlot; /* Number of unused pcache slots */
34573 ** *ppList to point to the unused elements of the list. If the input
35474 i16 nReserve; /* Number of unused bytes at end of each page */
36147 ** Followed by (JOURNAL_HDR_SZ - 28) bytes of unused space.
39799 ** number greater than this, or the unused locking-page, is requested. */
40321 ** on the given page is unused. The pager marks the page as clean so
41759 ** contains unused entries.
41777 ** K will be (mxFrame%HASHTABLE_NPAGE).) Unused slots of the hash table
41787 ** reached) until an unused hash slot is found. Let the first unused slot
41790 ** the search is guaranteed to eventually hit an unused entry. Let
41815 ** K>K0 but to the first reader, those entries will appear to be unused
41885 u32 unused; /* Unused (padding) field */
41913 ** for any aReadMark[] means that entry is unused. aReadMark[0] is
41928 ** largest value and will increase an unused aReadMark[] to mxFrame if there
43459 ** be loaded and the pChanged parameter is unused.
44439 ** 20 1 Bytes of unused space at the end of each page
44456 ** 68 4 unused
44457 ** 72 4 unused
44458 ** 76 4 unused
44528 ** Unused space within the cell content area is collected into a linked list of
44532 ** any group of 3 or fewer unused
44955 ** PTRMAP_FREEPAGE: The database page is an unused (free) page. The page-number
46296 ** overflow pages. The strategy is to minimize the amount of unused
46755 int nFree; /* Number of unused bytes on the page */
47071 u8 nReserve; /* Byte of unused space on each page */
47556 ** are intentually left unused. This is the "reserved" space that is
51206 int iSpace1 = 0; /* First unused byte of aSpace1[] */
51207 int iOvflSpace = 0; /* First unused byte of aOvflSpace[] */
56713 ** passes. On the first pass, we try to reuse unused space at the
72114 ** For other values of pExpr->op, op is undefined and unused.
80006 ** here. But now they are implemented as VDBE code so that unused arguments
83570 int *aRegIdx, /* Register used by each index. 0 for unused indices */
83745 if( aRegIdx[iCur]==0 ) continue; /* Skip unused indices */
83856 int *aRegIdx, /* Register used by each index. 0 for unused indices */
87226 ** meta[7] unused
87227 ** meta[8] unused
87228 ** meta[9] unused
89702 /* If [0] is unused then [1] is also unused. So we can
89703 ** always safely abort as soon as the first unused slot is found */
91684 ** index might end up being unused if the data can be
93809 ** and with zero for unused indices.
99605 int iFrom; /* First unused FROM clause element */
100462 ** N == YYNSTATE+YYNRULE+2 No such action. Denotes unused
101847 sqlite3ParserARG_STORE; /* Suppress warning about unused %extra_argument var */
103429 sqlite3ParserARG_STORE; /* Suppress warning about unused %extra_argument variable */
103448 sqlite3ParserARG_STORE; /* Suppress warning about unused %extra_argument variable */
103466 sqlite3ParserARG_STORE; /* Suppress warning about unused %extra_argument variable */
108432 ** Macro used to suppress compiler warnings for unused parameters.
111258 const char *idxStr, /* Unused */
111692 void **ppArg /* Unused */
119163 ** For non-root nodes, the first 2 bytes are left unused.
120443 ** 1 Unused Direct lookup by rowid.
121761 ** Select a currently unused rowid for a new r-tree record.