Searched refs:SM_TAILQ_FIRST (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/sendmail/include/sm/
H A Dtailq.h75 #define SM_TAILQ_FIRST(head) ((head)->tqh_first) macro
84 (SM_TAILQ_FIRST(head) == SM_TAILQ_END(head))
87 for((var) = SM_TAILQ_FIRST(head); \
/freebsd-11-stable/contrib/sendmail/libmilter/
H A Dmonitor.c222 Mon_cur_ctx = SM_TAILQ_FIRST(&Mon_ctx_head);
H A Dworker.c394 ctx = SM_TAILQ_FIRST(&WRK_CTX_HEAD);
626 ctx = SM_TAILQ_FIRST(&WRK_CTX_HEAD);

Completed in 70 milliseconds