Home
last modified time | relevance | path

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

/reactos/sdk/include/reactos/wine/
H A Drbtree.h131 static inline struct wine_rb_entry *wine_rb_postorder_head(struct wine_rb_entry *iter) in wine_rb_postorder_head() function
146 return wine_rb_postorder_head(iter->parent->right); in wine_rb_postorder_next()
161 for ((cursor) = wine_rb_postorder_head((tree)->root); \
167 for ((elem) = WINE_RB_ENTRY_VALUE(wine_rb_postorder_head((tree)->root), type, field); \