Searched refs:iTab (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_3/ext/sqlite/libsqlite/src/ |
| H A D | btree_rb.c | 50 * ROLLBACK_INSERT -> Need to insert (pKey, pData) into table iTab. 51 * ROLLBACK_DELETE -> Need to delete the record (pKey) into table iTab. 52 * ROLLBACK_CREATE -> Need to create table iTab. 53 * ROLLBACK_DROP -> Need to drop table iTab. 57 int iTab; member in struct:BtRollbackOp 658 pRollbackOp->iTab = *n; 683 pRollbackOp->iTab = n; 821 pOp->iTab = pCur->iTree; 837 pOp->iTab = pCur->iTree; 944 pOp->iTab [all...] |
| /PHP_5_3/ext/sqlite3/libsqlite/ |
| H A D | sqlite3.c | 7976 SQLITE_PRIVATE int sqlite3BtreeLockTable(Btree *pBtree, int iTab, u8 isWriteLock); 47643 Pgno iTab = 0; local 47737 querySharedCacheTableLock(Btree *p, Pgno iTab, u8 eLock) argument 55570 sqlite3BtreeLockTable(Btree *p, int iTab, u8 isWriteLock) argument 72653 int iTab = pParse->nTab++; /* Cursor of the RHS table */ local 73216 sqlite3ExprCacheStore(Parse *pParse, int iTab, int iCol, int iReg) argument 77383 int iTab; /* The root page of the table to be locked */ member in struct:TableLock 77398 sqlite3TableLock( Parse *pParse, int iDb, int iTab, u8 isWriteLock, const char *zName ) argument 79649 int iTab = pParse->nTab++; /* Btree cursor used for pTab */ local 90945 codeDistinct( Parse *pParse, int iTab, int addrRepeat, int N, int iMem ) argument 91347 int iTab; local 101615 int iTab; local [all...] |
Completed in 124 milliseconds