Searched defs:BtOps (Results 1 - 1 of 1) 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)))

Completed in 67 milliseconds