Home | History | Annotate | Download | only in dist

Lines Matching refs:top

1901 ** evaluated outside of any trigger.  This is the "top level"
1902 ** trigger context. If a trigger fires from the top level, a
1913 ** ^Thus, when called from the top level, this function returns the
1915 ** that also occurred at the top level. ^(Within the body of a trigger,
2526 ** top-level SQL code.
9398 int addrInTop; /* Top of the IN loop */
17534 ** VDBE. This information used to all be at the top of the single
25873 ** meta-layer over top of the primitive locking implemented above. For
38926 int top; /* First byte of cell content area */
38943 top = get2byte(&data[hdr+5]);
38944 if( gap>top ) return SQLITE_CORRUPT_BKPT;
38945 testcase( gap+2==top );
38946 testcase( gap+1==top );
38947 testcase( gap==top );
38953 top = get2byte(&data[hdr+5]);
38954 }else if( gap+2<=top ){
38991 testcase( gap+2+nByte==top );
38992 if( gap+2+nByte>top ){
38995 top = get2byte(&data[hdr+5]);
38996 assert( gap+nByte<=top );
39006 top -= nByte;
39007 put2byte(&data[hdr+5], top);
39008 assert( top+nByte <= pPage->pBt->usableSize );
39009 *pIdx = top;
39092 int top;
39095 top = get2byte(&data[hdr+5]) + get2byte(&data[pbegin+2]);
39096 put2byte(&data[hdr+5], top);
39164 u16 top; /* First byte of the cell content area */
39178 top = get2byte(&data[hdr+5]);
39220 nFree = data[hdr+7] + top;
50951 ** This is the top-level implementation of sqlite3_step(). Call
52133 ** Memory cells for cursors are allocated at the top of the address
53518 ** structure to provide access to the top P1 values as the result
53551 ** The statement transaction is never a top-level transaction. Hence
58256 ** top. */
59208 ** return the top-level walk call.
62375 /* The OP_Found at the top of this branch jumps here when true,
65160 int topOfLoop; /* The top of the loop */
67477 ** more than one of the substrings, entries toward the top of
68771 int addr1; /* Address of top of loop */
73114 ** These operations are identified in the comment at the top of this file
73257 ** These operations are identified in the comment at the top of this file
74228 ** only called from the top-level */
74255 ** This routine should be called when the top of the stack holds a
74450 int addrCont = 0; /* Top of insert loop. Label "C" in templates 3 and 4 */
74763 /* This is the top of the main insertion loop */
74765 /* This block codes the top of loop only. The complete loop is the
74777 /* This block codes the top of loop only. The complete loop is the
79649 ** Insert code into "v" that will push the record on the top of the
79714 ** stack if the top N elements are not distinct.
83079 int addrTopOfLoop; /* Top of the input loop */
84528 ** list of the top-level Parse object sooner rather than later. */
85182 /* Top of the update loop */
85426 int addr; /* Address of top of loop */
87857 int op; /* Top-level operator. pExpr->op */
89934 /* Top of the loop body */
89991 ** The top of the loop looks like this:
90067 ** over the top of the loop into the body of it. In this case the
91722 int yyidx; /* Index of top element in stack */
92906 yyStackEntry *yymsp; /* The top of the parser's stack */
98349 ** The root node is the top node of the segment's tree after encoding
98351 ** This could be either a leaf node or an interior node. If the top