Searched defs:wrFlag (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest3.c222 int wrFlag; local
232 if( Tcl_GetBoolean(interp, argv[3], &wrFlag) ) return TCL_ERROR;
237 rc = sqlite3BtreeLockTable(pBt, iTable, wrFlag);
240 rc = sqlite3BtreeCursor(pBt, iTable, wrFlag, 0, pCur);
H A DbtreeInt.h495 u8 wrFlag; /* True if writable */ member in struct:BtCursor
H A Dvdbe.c3017 int wrFlag; local
3037 wrFlag = 1;
3043 wrFlag = 0;
3074 rc = sqlite3BtreeCursor(pX, p2, wrFlag, pKeyInfo, pCur->pCursor);
H A Dbtree.c3233 if( pCur->wrFlag && pCur->eState!=CURSOR_FAULT ) r++;
3410 ** If wrFlag==0, then the cursor can only be used for reading.
3411 ** If wrFlag==1, then the cursor can be used for reading or for
3416 ** 1: The cursor must have been opened with wrFlag==1
3420 ** cursors open with wrFlag==0 on the same table. Otherwise
3438 int wrFlag, /* 1 to write. 0 read-only */
3445 assert( wrFlag==0 || wrFlag==1 );
3451 assert( hasSharedCacheTableLock(p, iTable, pKeyInfo!=0, wrFlag+1) );
3452 assert( wrFlag
3435 btreeCursor( Btree *p, int iTable, int wrFlag, struct KeyInfo *pKeyInfo, BtCursor *pCur ) argument
3483 sqlite3BtreeCursor( Btree *p, int iTable, int wrFlag, struct KeyInfo *pKeyInfo, BtCursor *pCur ) argument
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7767 int wrFlag, /* 1 for writing. 0 for read-only */
46697 u8 wrFlag; /* True if writable */ member in struct:BtCursor
50554 btreeCursor( Btree *p, int iTable, int wrFlag, struct KeyInfo *pKeyInfo, BtCursor *pCur ) argument
50602 sqlite3BtreeCursor( Btree *p, int iTable, int wrFlag, struct KeyInfo *pKeyInfo, BtCursor *pCur ) argument
62632 int wrFlag; member in struct:vdbeExecUnion::OP_OpenWrite_stack_vars
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8988 int wrFlag, /* 1 for writing. 0 for read-only */
55136 btreeCursor( Btree *p, int iTable, int wrFlag, struct KeyInfo *pKeyInfo, BtCursor *pCur ) argument
55185 sqlite3BtreeCursor( Btree *p, int iTable, int wrFlag, struct KeyInfo *pKeyInfo, BtCursor *pCur ) argument
71273 int wrFlag; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8988 int wrFlag, /* 1 for writing. 0 for read-only */
55156 btreeCursor( Btree *p, int iTable, int wrFlag, struct KeyInfo *pKeyInfo, BtCursor *pCur ) argument
55205 sqlite3BtreeCursor( Btree *p, int iTable, int wrFlag, struct KeyInfo *pKeyInfo, BtCursor *pCur ) argument
71293 int wrFlag; local
[all...]

Completed in 2525 milliseconds