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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c8218 SQLITE_PRIVATE int sqlite3BtreeLockTable(Btree *pBtree, int iTab, u8 isWriteLock);
49348 Pgno iTab = 0; local
49442 querySharedCacheTableLock(Btree *p, Pgno iTab, u8 eLock) argument
57381 sqlite3BtreeLockTable(Btree *p, int iTab, u8 isWriteLock) argument
75715 int iTab = pParse->nTab++; /* Cursor of the RHS table */ local
76281 sqlite3ExprCacheStore(Parse *pParse, int iTab, int iCol, int iReg) argument
81116 int iTab; /* The root page of the table to be locked */ member in struct:TableLock
81131 sqlite3TableLock( Parse *pParse, int iDb, int iTab, u8 isWriteLock, const char *zName ) argument
83413 int iTab = pParse->nTab++; /* Btree cursor used for pTab */ local
94830 codeDistinct( Parse *pParse, int iTab, int addrRepeat, int N, int iMem ) argument
95232 int iTab; local
105848 int iTab; local
[all...]

Completed in 543 milliseconds