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

/freebsd-10-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c8061 int wrFlag, /* 1 for writing. 0 for read-only */
47837 u8 wrFlag; /* True if writable */ member in struct:BtCursor
51706 btreeCursor( Btree *p, int iTable, int wrFlag, struct KeyInfo *pKeyInfo, BtCursor *pCur ) argument
51755 sqlite3BtreeCursor( Btree *p, int iTable, int wrFlag, struct KeyInfo *pKeyInfo, BtCursor *pCur ) argument
63831 int wrFlag; member in struct:vdbeExecUnion::OP_OpenWrite_stack_vars
[all...]
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.c12190 ** For read-only cursors the wrFlag argument is always zero. For read-write
12216 int wrFlag, /* 1 for writing. 0 for read-only */
17708 u8 wrFlag; /* The wrFlag argument to sqlite3BtreeCursor() */ member in struct:VdbeCursor
62231 btreeCursor( Btree *p, int iTable, int wrFlag, struct KeyInfo *pKeyInfo, BtCursor *pCur ) argument
62291 sqlite3BtreeCursor( Btree *p, int iTable, int wrFlag, struct KeyInfo *pKeyInfo, BtCursor *pCur ) argument
80467 int wrFlag; local
[all...]

Completed in 820 milliseconds