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

/freebsd-11-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-11-stable/contrib/sqlite3/
H A Dsqlite3.c15330 ** For read-only cursors the wrFlag argument is always zero. For read-write
15356 int wrFlag, /* 1 for writing. 0 for read-only */
21070 u8 wrFlag; /* The wrFlag argument to sqlite3BtreeCursor() */ member in struct:VdbeCursor
69362 btreeCursor( Btree *p, Pgno iTable, int wrFlag, struct KeyInfo *pKeyInfo, BtCursor *pCur ) argument
69427 btreeCursorWithLock( Btree *p, Pgno iTable, int wrFlag, struct KeyInfo *pKeyInfo, BtCursor *pCur ) argument
69440 sqlite3BtreeCursor( Btree *p, Pgno iTable, int wrFlag, struct KeyInfo *pKeyInfo, BtCursor *pCur ) argument
89725 int wrFlag; local
94355 sqlite3_blob_open( sqlite3* db, const char *zDb, const char *zTable, const char *zColumn, sqlite_int64 iRow, int wrFlag, sqlite3_blob **ppBlob ) argument
[all...]

Completed in 696 milliseconds