tqe_prev          287 opal/mca/event/libevent2022/libevent/compat/sys/queue.h 	struct type **tqe_prev;	/* address of previous next element */	\
tqe_prev          300 opal/mca/event/libevent2022/libevent/compat/sys/queue.h 	(*(((struct headname *)((elm)->field.tqe_prev))->tqh_last))
tqe_prev          324 opal/mca/event/libevent2022/libevent/compat/sys/queue.h 		(head)->tqh_first->field.tqe_prev =			\
tqe_prev          329 opal/mca/event/libevent2022/libevent/compat/sys/queue.h 	(elm)->field.tqe_prev = &(head)->tqh_first;			\
tqe_prev          334 opal/mca/event/libevent2022/libevent/compat/sys/queue.h 	(elm)->field.tqe_prev = (head)->tqh_last;			\
tqe_prev          341 opal/mca/event/libevent2022/libevent/compat/sys/queue.h 		(elm)->field.tqe_next->field.tqe_prev =			\
tqe_prev          346 opal/mca/event/libevent2022/libevent/compat/sys/queue.h 	(elm)->field.tqe_prev = &(listelm)->field.tqe_next;		\
tqe_prev          350 opal/mca/event/libevent2022/libevent/compat/sys/queue.h 	(elm)->field.tqe_prev = (listelm)->field.tqe_prev;		\
tqe_prev          352 opal/mca/event/libevent2022/libevent/compat/sys/queue.h 	*(listelm)->field.tqe_prev = (elm);				\
tqe_prev          353 opal/mca/event/libevent2022/libevent/compat/sys/queue.h 	(listelm)->field.tqe_prev = &(elm)->field.tqe_next;		\
tqe_prev          358 opal/mca/event/libevent2022/libevent/compat/sys/queue.h 		(elm)->field.tqe_next->field.tqe_prev =			\
tqe_prev          359 opal/mca/event/libevent2022/libevent/compat/sys/queue.h 		    (elm)->field.tqe_prev;				\
tqe_prev          361 opal/mca/event/libevent2022/libevent/compat/sys/queue.h 		(head)->tqh_last = (elm)->field.tqe_prev;		\
tqe_prev          362 opal/mca/event/libevent2022/libevent/compat/sys/queue.h 	*(elm)->field.tqe_prev = (elm)->field.tqe_next;			\
tqe_prev          367 opal/mca/event/libevent2022/libevent/compat/sys/queue.h 		(elm2)->field.tqe_next->field.tqe_prev =		\
tqe_prev          371 opal/mca/event/libevent2022/libevent/compat/sys/queue.h 	(elm2)->field.tqe_prev = (elm)->field.tqe_prev;			\
tqe_prev          372 opal/mca/event/libevent2022/libevent/compat/sys/queue.h 	*(elm2)->field.tqe_prev = (elm2);				\
tqe_prev          333 opal/mca/event/libevent2022/libevent/event-internal.h 	(elm)->field.tqe_prev = (listelm)->field.tqe_prev;		\
tqe_prev          335 opal/mca/event/libevent2022/libevent/event-internal.h 	*(listelm)->field.tqe_prev = (elm);				\
tqe_prev          336 opal/mca/event/libevent2022/libevent/event-internal.h 	(listelm)->field.tqe_prev = &(elm)->field.tqe_next;		\
tqe_prev           73 opal/mca/event/libevent2022/libevent/include/event2/event_struct.h 	struct type **tqe_prev;	/* address of previous next element */	\
tqe_prev           63 opal/mca/event/libevent2022/libevent/include/event2/http_struct.h 	struct evhttp_request **tqe_prev;
tqe_prev           41 opal/mca/event/libevent2022/libevent/include/event2/keyvalq_struct.h 	struct type **tqe_prev;	/* address of previous next element */	\