_SPLAY_INSERT     117 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h struct type *name##_SPLAY_INSERT(struct name *, struct type *);		\
_SPLAY_INSERT     158 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h name##_SPLAY_INSERT(struct name *head, struct type *elm)		\
_SPLAY_INSERT     276 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h #define SPLAY_INSERT(name, x, y)	name##_SPLAY_INSERT(x, y)
_SPLAY_INSERT     794 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h struct type *name##_SPLAY_INSERT(struct name *, struct type *);		\
_SPLAY_INSERT     835 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h name##_SPLAY_INSERT(struct name *head, struct type *elm)		\
_SPLAY_INSERT     953 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h #define SPLAY_INSERT(name, x, y)	name##_SPLAY_INSERT(x, y)