Home | History | Annotate | Download | only in orig

Lines Matching refs:BTREE_FORDELETE

13493 ** cursors it may be set to either (BTREE_WRCSR|BTREE_FORDELETE) or just
13494 ** (BTREE_WRCSR). If the BTREE_FORDELETE bit is set, then the cursor will
13500 ** BTREE_FORDELETE cursors will seek to and delete.
13502 ** The BTREE_FORDELETE flag is an optimization hint. It is not used by
13513 #define BTREE_FORDELETE 0x00000008 /* Cursor is for seek/delete only */
16982 ** OPFLAG_FORDELETE == BTREE_FORDELETE
16998 #define OPFLAG_FORDELETE 0x08 /* OP_Open should use BTREE_FORDELETE */
64635 ** The BTREE_FORDELETE bit of wrFlag may optionally be set if BTREE_WRCSR
64665 || wrFlag==(BTREE_WRCSR|BTREE_FORDELETE)
68785 ** on a cursor that is not a BTREE_FORDELETE cursor. All but one delete
83422 assert( OPFLAG_FORDELETE==BTREE_FORDELETE );