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

/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Drbtree.h65 struct wine_rb_tree struct
89 static inline int wine_rb_ensure_stack_size(struct wine_rb_tree *tree, size_t size)
186 static inline void wine_rb_postorder(struct wine_rb_tree *tree, wine_rb_traverse_func_t *callback, void *context)
220 static inline int wine_rb_init(struct wine_rb_tree *tree, const struct wine_rb_functions *functions)
233 static inline void wine_rb_for_each_entry(struct wine_rb_tree *tree, wine_rb_traverse_func_t *callback, void *context)
238 static inline void wine_rb_destroy(struct wine_rb_tree *tree, wine_rb_traverse_func_t *callback, void *context)
247 static inline struct wine_rb_entry *wine_rb_get(const struct wine_rb_tree *tree, const void *key)
259 static inline int wine_rb_put(struct wine_rb_tree *tree, const void *key, struct wine_rb_entry *entry)
300 static inline void wine_rb_remove(struct wine_rb_tree *tree, const void *key)
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Drbtree.h59 struct wine_rb_tree struct
83 static inline int wine_rb_ensure_stack_size(struct wine_rb_tree *tree, size_t size)
180 static inline void wine_rb_postorder(struct wine_rb_tree *tree, wine_rb_traverse_func_t *callback, void *context)
214 static inline int wine_rb_init(struct wine_rb_tree *tree, const struct wine_rb_functions *functions)
227 static inline void wine_rb_for_each_entry(struct wine_rb_tree *tree, wine_rb_traverse_func_t *callback, void *context)
232 static inline void wine_rb_destroy(struct wine_rb_tree *tree, wine_rb_traverse_func_t *callback, void *context)
241 static inline struct wine_rb_entry *wine_rb_get(const struct wine_rb_tree *tree, const void *key)
253 static inline int wine_rb_put(struct wine_rb_tree *tree, const void *key, struct wine_rb_entry *entry)
294 static inline void wine_rb_remove(struct wine_rb_tree *tree, const void *key)
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Drbtree.h65 struct wine_rb_tree struct
89 static inline int wine_rb_ensure_stack_size(struct wine_rb_tree *tree, size_t size)
186 static inline void wine_rb_postorder(struct wine_rb_tree *tree, wine_rb_traverse_func_t *callback, void *context)
220 static inline int wine_rb_init(struct wine_rb_tree *tree, const struct wine_rb_functions *functions)
233 static inline void wine_rb_for_each_entry(struct wine_rb_tree *tree, wine_rb_traverse_func_t *callback, void *context)
238 static inline void wine_rb_destroy(struct wine_rb_tree *tree, wine_rb_traverse_func_t *callback, void *context)
247 static inline struct wine_rb_entry *wine_rb_get(const struct wine_rb_tree *tree, const void *key)
259 static inline int wine_rb_put(struct wine_rb_tree *tree, const void *key, struct wine_rb_entry *entry)
300 static inline void wine_rb_remove(struct wine_rb_tree *tree, const void *key)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Drbtree.h59 struct wine_rb_tree struct
83 static inline int wine_rb_ensure_stack_size(struct wine_rb_tree *tree, size_t size)
180 static inline void wine_rb_postorder(struct wine_rb_tree *tree, wine_rb_traverse_func_t *callback, void *context)
214 static inline int wine_rb_init(struct wine_rb_tree *tree, const struct wine_rb_functions *functions)
227 static inline void wine_rb_for_each_entry(struct wine_rb_tree *tree, wine_rb_traverse_func_t *callback, void *context)
232 static inline void wine_rb_destroy(struct wine_rb_tree *tree, wine_rb_traverse_func_t *callback, void *context)
241 static inline struct wine_rb_entry *wine_rb_get(const struct wine_rb_tree *tree, const void *key)
253 static inline int wine_rb_put(struct wine_rb_tree *tree, const void *key, struct wine_rb_entry *entry)
294 static inline void wine_rb_remove(struct wine_rb_tree *tree, const void *key)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Drbtree.h59 struct wine_rb_tree struct
83 static inline int wine_rb_ensure_stack_size(struct wine_rb_tree *tree, size_t size)
180 static inline void wine_rb_postorder(struct wine_rb_tree *tree, wine_rb_traverse_func_t *callback, void *context)
214 static inline int wine_rb_init(struct wine_rb_tree *tree, const struct wine_rb_functions *functions)
227 static inline void wine_rb_for_each_entry(struct wine_rb_tree *tree, wine_rb_traverse_func_t *callback, void *context)
232 static inline void wine_rb_destroy(struct wine_rb_tree *tree, wine_rb_traverse_func_t *callback, void *context)
241 static inline struct wine_rb_entry *wine_rb_get(const struct wine_rb_tree *tree, const void *key)
253 static inline int wine_rb_put(struct wine_rb_tree *tree, const void *key, struct wine_rb_entry *entry)
294 static inline void wine_rb_remove(struct wine_rb_tree *tree, const void *key)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Drbtree.h65 struct wine_rb_tree struct
89 static inline int wine_rb_ensure_stack_size(struct wine_rb_tree *tree, size_t size)
186 static inline void wine_rb_postorder(struct wine_rb_tree *tree, wine_rb_traverse_func_t *callback, void *context)
220 static inline int wine_rb_init(struct wine_rb_tree *tree, const struct wine_rb_functions *functions)
233 static inline void wine_rb_for_each_entry(struct wine_rb_tree *tree, wine_rb_traverse_func_t *callback, void *context)
238 static inline void wine_rb_destroy(struct wine_rb_tree *tree, wine_rb_traverse_func_t *callback, void *context)
247 static inline struct wine_rb_entry *wine_rb_get(const struct wine_rb_tree *tree, const void *key)
259 static inline int wine_rb_put(struct wine_rb_tree *tree, const void *key, struct wine_rb_entry *entry)
300 static inline void wine_rb_remove(struct wine_rb_tree *tree, const void *key)

Completed in 1139 milliseconds