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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree.h29 typedef struct BtOps BtOps; typedef in typeref:struct:BtOps
43 struct BtOps { struct
103 #define btOps(pBt) (*((BtOps **)(pBt)))
H A Dbtree_rb.c41 static BtOps sqliteRbtreeOps;
77 BtOps *pOps; /* Function table */
1445 static BtOps sqliteRbtreeOps = {
H A Dbtree.c65 static BtOps sqliteBtreeOps;
354 BtOps *pOps; /* Function table */
3551 static BtOps sqliteBtreeOps = {

Completed in 56 milliseconds