Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sendmail/libmilter/
H A Dmonitor.c49 static smfi_hd_T Mon_ctx_head; /* head of the linked list of active contexts */ variable
164 SM_TAILQ_INIT(&Mon_ctx_head); in mi_monitor_init()
195 SM_TAILQ_INSERT_TAIL(&Mon_ctx_head, ctx, ctx_mon_link);
218 SM_TAILQ_REMOVE(&Mon_ctx_head, ctx, ctx_mon_link);
221 if (SM_TAILQ_EMPTY(&Mon_ctx_head))
224 Mon_cur_ctx = SM_TAILQ_FIRST(&Mon_ctx_head);