Searched refs:VTable (Results 1 – 7 of 7) sorted by relevance
193 VTable *pVtab; in sqlite3GetVTable()230 VTable *pRet = 0; in vtabDisconnectAll()231 VTable *pVTable; in vtabDisconnectAll()247 VTable *pNext = pVTable->pNext; in vtabDisconnectAll()273 VTable **ppVTab; in sqlite3VtabDisconnect()281 VTable *pVTab = *ppVTab; in sqlite3VtabDisconnect()311 VTable *p = db->pDisconnect; in sqlite3VtabUnlockList()320 VTable *pNext = p->pNext; in sqlite3VtabUnlockList()565 VTable *pVTable; in vtabCallConstructor()734 VTable **aVTrans; in growVTrans()[all …]
1224 typedef struct VTable VTable; typedef1643 VTable **aVTrans; /* Virtual tables with open transactions */1644 VTable *pDisconnect; /* Disconnect these in next sqlite3_prepare() */2252 struct VTable { struct2260 VTable *pNext; /* Next in linked list (see above) */ argument2306 VTable *p; /* List of VTable objects. */5213 # define sqlite3GetVTable(X,Y) ((VTable*)0)5220 void sqlite3VtabLock(VTable *);5221 void sqlite3VtabUnlock(VTable *);5226 VTable *sqlite3GetVTable(sqlite3*, Table*);[all …]
58 VTable *pVtab; /* Used when p4type is P4_VTAB */
1267 if( db->pnBytesFreed==0 ) sqlite3VtabUnlock((VTable *)p4); in freeP4()1440 if( n==P4_VTAB ) sqlite3VtabLock((VTable*)zP4); in sqlite3VdbeChangeP4()
137 VTable *pVTab = 0; /* Non-zero if this is a v-tab with an xRename() */ in sqlite3AlterRenameTable()
230 VTable *pVTab = IsVirtual(pTab) ? sqlite3GetVTable(p->db, pTab) : 0; in readsTable()
7899 VTable *pVTab; in sqlite3VdbeExec()