Lines Matching full:slot
1751 ** size of each lookaside buffer slot and the second is the number of
1810 ** size of each lookaside buffer slot. ^The third argument is the number of
14052 int i; /* Index of a mem5.aPool[] slot */
17743 slot for each function argument */
30302 PgFreeslot *pNext; /* Next free slot */
30317 int szSlot; /* Size of each free slot */
38955 /* Search the freelist looking for a free slot big enough to satisfy
38956 ** the request. The allocation is made from the first free slot in
38961 int size; /* Size of the free slot */
38971 /* Remove the slot from the free-list. Update the number of
38978 /* The slot remains on the free-list. Reduce its size to account
42939 ** to the pointer-map. If we write nothing to this pointer-map slot,
43465 int nxDiv; /* Next divider slot in pParent->aCell[] */
44748 ** in the database file is moved into the slot formerly occupied by
44749 ** iTable and that last slot formerly occupied by the last root page
62500 /* Find an empty slot and replace it */
68055 /* A slot for the record has already been allocated in the
68056 ** SQLITE_MASTER table. We just need to update that slot with all
69444 int *pIdx /* Write the index of a new slot here */
69545 int iStart /* Index in pSrc->a[] of first new slot */
81011 ** always safely abort as soon as the first unused slot is found */
82070 /* The subquery uses a single slot of the FROM clause of the outer
82079 ** The outer query has 3 slots in its FROM clause. One slot of the
82080 ** outer query (the middle slot) is used by the subquery. The next
82082 ** slot is expanded to two slots in order to make space for the
86162 /* A slot for the record has already been allocated in the
86163 ** SQLITE_MASTER table. We just need to update that slot with all
87115 ** slot[0] slot[1] slot[2]
87118 ** does is make slot[] entries point to substructure within pExpr.
87120 ** In the previous sentence and in the diagram, "slot[]" refers to
87121 ** the WhereClause.a[] array. The slot[] array grows as needed to contain
90040 ** by this loop in the a[0] slot and all notReady tables in a[1..] slots.
95862 ** The sz parameter is the number of bytes in each lookaside slot.
95880 /* The size of a lookaside slot needs to be larger than a pointer
103968 sqlite3_int64 iFirst; /* First slot in %_segments written */
103969 sqlite3_int64 iFree; /* Next free slot in %_segments */
104555 ** If successful, *piIdx is set to the allocated index slot and SQLITE_OK
105300 sqlite3_int64 iFree, /* Block id of next free slot in %_segments */