Searched refs:BTREE_FORDELETE (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c16185 ** cursors it may be set to either (BTREE_WRCSR|BTREE_FORDELETE) or just
16186 ** (BTREE_WRCSR). If the BTREE_FORDELETE bit is set, then the cursor will
16192 ** BTREE_FORDELETE cursors will seek to and delete.
16194 ** The BTREE_FORDELETE flag is an optimization hint. It is not used by
16205 #define BTREE_FORDELETE 0x00000008 /* Cursor is for seek/delete only */ macro
19887 ** OPFLAG_FORDELETE == BTREE_FORDELETE
19905 #define OPFLAG_FORDELETE 0x08 /* OP_Open should use BTREE_FORDELETE */
[all...]

Completed in 703 milliseconds