Searched refs:stqh_last (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Dqueue.h288 struct type **stqh_last;/* addr of last next element */ \
304 *(head1)->stqh_last = (head2)->stqh_first; \
305 (head1)->stqh_last = (head2)->stqh_last; \
321 (head)->stqh_last = &STAILQ_FIRST((head)); \
326 (head)->stqh_last = &STAILQ_NEXT((elm), field); \
332 (head)->stqh_last = &STAILQ_NEXT((elm), field); \
338 *(head)->stqh_last = (elm); \
339 (head)->stqh_last = &STAILQ_NEXT((elm), field); \
346 ((char *)((head)->stqh_last)
[all...]
H A Dshqueue.h232 ssize_t stqh_last; /* relative offset of last's next */ \
287 ((ssize_t *)(((u_int8_t *)(head)) + (head)->stqh_last))
291 ((ssize_t)((head)->stqh_last) - \
324 (head)->stqh_last = SH_PTR_TO_OFF(head, &(head)->stqh_first); \
334 (head)->stqh_last = \
346 -SH_PTR_TO_OFF(head, elm) + (head)->stqh_last; \
347 if ((head)->stqh_last == \
351 *__SH_TAILQ_LAST_OFF(head) = -(head)->stqh_last + \
354 (head)->stqh_last = \
382 (head)->stqh_last
[all...]
H A Ddb.in777 struct __txn_logrec **stqh_last;
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dqueue.h291 struct type **stqh_last;/* addr of last next element */ \
310 *(head1)->stqh_last = (head2)->stqh_first; \
311 (head1)->stqh_last = (head2)->stqh_last; \
333 (head)->stqh_last = &STAILQ_FIRST((head)); \
338 (head)->stqh_last = &STAILQ_NEXT((elm), field); \
344 (head)->stqh_last = &STAILQ_NEXT((elm), field); \
350 *(head)->stqh_last = (elm); \
351 (head)->stqh_last = &STAILQ_NEXT((elm), field); \
359 ((char *)((head)->stqh_last)
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/include/
H A Dldap_queue.h203 struct type **stqh_last;/* addr of last next element */ \
224 (head)->stqh_last = &(head)->stqh_first; \
237 ((char *)((head)->stqh_last) - offsetof(struct type, field))))
244 (head)->stqh_last = &(elm)->field.stqe_next; \
250 *(head)->stqh_last = (elm); \
251 (head)->stqh_last = &(elm)->field.stqe_next; \
256 (head)->stqh_last = &(elm)->field.stqe_next; \
265 (head)->stqh_last = &(head)->stqh_first; \
270 (head)->stqh_last = &(head)->stqh_first; \
283 (head)->stqh_last
[all...]
/macosx-10.9.5/Security-55471.14.18/tlsnke/tlsnke/
H A Dtlsnke.c934 tls_printf("tlsnkedev:%s. inq first=%p last=%p\n", __FUNCTION__, tlsnkedev_inq.stqh_first, tlsnkedev_inq.stqh_last);
/macosx-10.9.5/BerkeleyDB-21/db/build_brew/
H A Ddb.h767 struct __txn_logrec **stqh_last; member in struct:__db_txn::__anon154
/macosx-10.9.5/BerkeleyDB-21/db/build_s60/
H A Ddb.h756 struct __txn_logrec **stqh_last; member in struct:__db_txn::__anon179
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/
H A Ddb.h765 struct __txn_logrec **stqh_last; member in struct:__db_txn::__anon203
/macosx-10.9.5/BerkeleyDB-21/db/build_wince/
H A Ddb.h804 struct __txn_logrec **stqh_last; member in struct:__db_txn::__anon234
/macosx-10.9.5/BerkeleyDB-21/db/build_windows/
H A Ddb.h804 struct __txn_logrec **stqh_last; member in struct:__db_txn::__anon258

Completed in 383 milliseconds