Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dmain.c214 QUEUE_CHAR *new;
854 QueueLimitRecipient = (QUEUE_CHAR *) NULL;
855 QueueLimitSender = (QUEUE_CHAR *) NULL;
856 QueueLimitId = (QUEUE_CHAR *) NULL;
857 QueueLimitQuarantine = (QUEUE_CHAR *) NULL;
1070 new = (QUEUE_CHAR *) xalloc(sizeof(*new));
1078 new = (QUEUE_CHAR *) xalloc(sizeof(*new));
1086 new = (QUEUE_CHAR *) xalloc(sizeof(*new));
1100 new = (QUEUE_CHAR *) xalloc(sizeof(*new));
H A Dsendmail.h2262 typedef struct queue_char QUEUE_CHAR; typedef
2277 EXTERN QUEUE_CHAR *QueueLimitId; /* limit queue run to id */
2278 EXTERN QUEUE_CHAR *QueueLimitQuarantine; /* limit queue run to quarantine reason */
2279 EXTERN QUEUE_CHAR *QueueLimitRecipient; /* limit queue run to rcpt */
2280 EXTERN QUEUE_CHAR *QueueLimitSender; /* limit queue run to sender */
H A Dsrvrsmtp.c980 QUEUE_CHAR *new;
3732 new = (QUEUE_CHAR *) sm_malloc(sizeof(QUEUE_CHAR));
H A Dqueue.c2567 QUEUE_CHAR *check;