Searched refs:tqh_last (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/include/sm/
H A Dtailq.h62 struct type **tqh_last; /* addr of last next element */ \
81 (*(((struct headname *)((head)->tqh_last))->tqh_last))
84 (*(((struct headname *)((elm)->field.tqe_prev))->tqh_last))
103 (head)->tqh_last = &(head)->tqh_first; \
111 (head)->tqh_last = &(elm)->field.tqe_next; \
118 (elm)->field.tqe_prev = (head)->tqh_last; \
119 *(head)->tqh_last = (elm); \
120 (head)->tqh_last = &(elm)->field.tqe_next; \
128 (head)->tqh_last
[all...]
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/include/
H A Ddb-queue.h131 struct type **tqh_last; /* addr of last next element */ \
145 (head)->tqh_last = &(head)->tqh_first; \
153 (head)->tqh_last = &(elm)->field.tqe_next; \
160 (elm)->field.tqe_prev = (head)->tqh_last; \
161 *(head)->tqh_last = (elm); \
162 (head)->tqh_last = &(elm)->field.tqe_next; \
170 (head)->tqh_last = &(elm)->field.tqe_next; \
180 (head)->tqh_last = (elm)->field.tqe_prev; \
/osnet-11/usr/src/cmd/sendmail/db/include/
H A Dqueue.h137 struct type **tqh_last; /* addr of last next element */ \
155 (head)->tqh_last = &(head)->tqh_first; \
163 (head)->tqh_last = &(elm)->field.tqe_next; \
170 (elm)->field.tqe_prev = (head)->tqh_last; \
171 *(head)->tqh_last = (elm); \
172 (head)->tqh_last = &(elm)->field.tqe_next; \
180 (head)->tqh_last = &(elm)->field.tqe_next; \
197 (head)->tqh_last = (elm)->field.tqe_prev; \
/osnet-11/usr/src/cmd/sendmail/db/
H A Ddb.h428 struct __dbc **tqh_last; member in struct:__db::__anon117
432 struct __dbc **tqh_last; member in struct:__db::__anon118

Completed in 28 milliseconds