Searched refs:BTREE_WRCSR (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
16204 #define BTREE_WRCSR 0x00000004 /* read-write cursor */ macro
[all...]

Completed in 435 milliseconds