Home
last modified time | relevance | path

Searched refs:Mon_ctx_head (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dmonitor.c47 static smfi_hd_T Mon_ctx_head; /* head of the linked list of active contexts */ variable
162 SM_TAILQ_INIT(&Mon_ctx_head); in mi_monitor_init()
193 SM_TAILQ_INSERT_TAIL(&Mon_ctx_head, ctx, ctx_mon_link);
216 SM_TAILQ_REMOVE(&Mon_ctx_head, ctx, ctx_mon_link);
219 if (SM_TAILQ_EMPTY(&Mon_ctx_head))
222 Mon_cur_ctx = SM_TAILQ_FIRST(&Mon_ctx_head);