cqh_last 79 libdb/mpool.h struct _bkt *cqh_last; cqh_last 83 libdb/mpool.h struct _bkt *cqh_last; cqh_last 425 libdb/queue.h struct type *cqh_last; /**< last element */ \ cqh_last 449 libdb/queue.h for((var) = (head)->cqh_last; \ cqh_last 455 libdb/queue.h (head)->cqh_last = (void *)(head); \ cqh_last 462 libdb/queue.h (head)->cqh_last = (elm); \ cqh_last 481 libdb/queue.h if ((head)->cqh_last == (void *)(head)) \ cqh_last 482 libdb/queue.h (head)->cqh_last = (elm); \ cqh_last 490 libdb/queue.h (elm)->field.cqe_prev = (head)->cqh_last; \ cqh_last 494 libdb/queue.h (head)->cqh_last->field.cqe_next = (elm); \ cqh_last 495 libdb/queue.h (head)->cqh_last = (elm); \ cqh_last 498 libdb/queue.h #define CIRCLEQ_LAST(head) ((head)->cqh_last) cqh_last 506 libdb/queue.h (head)->cqh_last = (elm)->field.cqe_prev; \