tqe_next 51 source4/heimdal/lib/asn1/asn1_queue.h struct type *tqe_next; /* next element */ \ tqe_next 67 source4/heimdal/lib/asn1/asn1_queue.h if ((elm)->field.tqe_next && \ tqe_next 68 source4/heimdal/lib/asn1/asn1_queue.h (elm)->field.tqe_next->field.tqe_prev != \ tqe_next 69 source4/heimdal/lib/asn1/asn1_queue.h &(elm)->field.tqe_next) \ tqe_next 74 source4/heimdal/lib/asn1/asn1_queue.h if ((elm)->field.tqe_next == NULL && \ tqe_next 75 source4/heimdal/lib/asn1/asn1_queue.h (head)->tqh_last != &(elm)->field.tqe_next) \ tqe_next 79 source4/heimdal/lib/asn1/asn1_queue.h (elm)->field.tqe_next = (void *)1L; \ tqe_next 96 source4/heimdal/lib/asn1/asn1_queue.h if (((elm)->field.tqe_next = (head)->tqh_first) != NULL) \ tqe_next 98 source4/heimdal/lib/asn1/asn1_queue.h &(elm)->field.tqe_next; \ tqe_next 100 source4/heimdal/lib/asn1/asn1_queue.h (head)->tqh_last = &(elm)->field.tqe_next; \ tqe_next 107 source4/heimdal/lib/asn1/asn1_queue.h (elm)->field.tqe_next = NULL; \ tqe_next 110 source4/heimdal/lib/asn1/asn1_queue.h (head)->tqh_last = &(elm)->field.tqe_next; \ tqe_next 115 source4/heimdal/lib/asn1/asn1_queue.h if (((elm)->field.tqe_next = (listelm)->field.tqe_next) != NULL)\ tqe_next 116 source4/heimdal/lib/asn1/asn1_queue.h (elm)->field.tqe_next->field.tqe_prev = \ tqe_next 117 source4/heimdal/lib/asn1/asn1_queue.h &(elm)->field.tqe_next; \ tqe_next 119 source4/heimdal/lib/asn1/asn1_queue.h (head)->tqh_last = &(elm)->field.tqe_next; \ tqe_next 120 source4/heimdal/lib/asn1/asn1_queue.h (listelm)->field.tqe_next = (elm); \ tqe_next 121 source4/heimdal/lib/asn1/asn1_queue.h (elm)->field.tqe_prev = &(listelm)->field.tqe_next; \ tqe_next 127 source4/heimdal/lib/asn1/asn1_queue.h (elm)->field.tqe_next = (listelm); \ tqe_next 129 source4/heimdal/lib/asn1/asn1_queue.h (listelm)->field.tqe_prev = &(elm)->field.tqe_next; \ tqe_next 135 source4/heimdal/lib/asn1/asn1_queue.h if (((elm)->field.tqe_next) != NULL) \ tqe_next 136 source4/heimdal/lib/asn1/asn1_queue.h (elm)->field.tqe_next->field.tqe_prev = \ tqe_next 140 source4/heimdal/lib/asn1/asn1_queue.h *(elm)->field.tqe_prev = (elm)->field.tqe_next; \ tqe_next 147 source4/heimdal/lib/asn1/asn1_queue.h (var) = ((var)->field.tqe_next)) tqe_next 159 source4/heimdal/lib/asn1/asn1_queue.h #define ASN1_TAILQ_NEXT(elm, field) ((elm)->field.tqe_next)