Home
last modified time | relevance | path

Searched refs:wine_rb_head (Results 1 – 1 of 1) sorted by relevance

/reactos/sdk/include/reactos/wine/
H A Drbtree.h103 static inline struct wine_rb_entry *wine_rb_head(struct wine_rb_entry *iter) in wine_rb_head() function
119 if (iter->right) return wine_rb_head(iter->right); in wine_rb_next()
151 for ((cursor) = wine_rb_head((tree)->root); (cursor); (cursor) = wine_rb_next(cursor))
155 for ((elem) = WINE_RB_ENTRY_VALUE(wine_rb_head((tree)->root), type, field); \