Searched defs:Rbtree (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree_rb.c37 typedef struct Rbtree Rbtree; typedef in typeref:struct:Rbtree
76 struct Rbtree { struct
82 u8 isAnonymous; /* True if this Rbtree is to be deleted when closed */
83 u8 eTransState; /* State of this Rbtree wrt transactions */
91 ** Legal values for Rbtree.eTransState.
101 Rbtree *pRbtree;
105 RbtCursor *pShared; /* List of all cursors on the same Rbtree */
143 static int memRbtreeClearTable(Rbtree* tree, int n);
588 static void btreeCreateTable(Rbtree* pRbtre
[all...]

Completed in 48 milliseconds