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

/macosx-10.10/IOFireWireSerialBusProtocolTransport-251.0.1/
H A DIOFireWireSerialBusProtocolTransport.cpp2556 #pragma mark VTable Padding
/macosx-10.10/IOSCSIParallelFamily-300.0.2/
H A DIOSCSIParallelInterfaceController.cpp3168 #pragma mark VTable Padding
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c7906 typedef struct VTable VTable; typedef in typeref:struct:VTable
8225 VTable *pVtab; /* Used when p4type is P4_VTAB */
9521 VTable **aVTrans; /* Virtual tables with open transactions */
9523 VTable *pDisconnect; /* Disconnect these in next sqlite3_prepare() */
9856 ** All VTable objects that correspond to a single table in a shared
9860 ** table, it searches the list for the VTable that corresponds to the
9865 ** schema is being reloaded for some reason), the VTable objects are not
9877 ** sqlite3DbMalloc(), using the connection handle stored in VTable.db as
9880 struct VTable { struct
[all...]

Completed in 385 milliseconds