Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/sendmail/src/
Dmain.c198 QUEUE_CHAR *new;
821 QueueLimitRecipient = (QUEUE_CHAR *) NULL;
822 QueueLimitSender = (QUEUE_CHAR *) NULL;
823 QueueLimitId = (QUEUE_CHAR *) NULL;
824 QueueLimitQuarantine = (QUEUE_CHAR *) NULL;
1037 new = (QUEUE_CHAR *) xalloc(sizeof(*new));
1045 new = (QUEUE_CHAR *) xalloc(sizeof(*new));
1053 new = (QUEUE_CHAR *) xalloc(sizeof(*new));
1067 new = (QUEUE_CHAR *) xalloc(sizeof(*new));
Dsendmail.h2094 typedef struct queue_char QUEUE_CHAR; typedef
2109 EXTERN QUEUE_CHAR *QueueLimitId; /* limit queue run to id */
2110 EXTERN QUEUE_CHAR *QueueLimitQuarantine; /* limit queue run to quarantine reason */
2111 EXTERN QUEUE_CHAR *QueueLimitRecipient; /* limit queue run to rcpt */
2112 EXTERN QUEUE_CHAR *QueueLimitSender; /* limit queue run to sender */
Dsrvrsmtp.c768 QUEUE_CHAR *new;
3374 new = (QUEUE_CHAR *) sm_malloc(sizeof(QUEUE_CHAR));
Dqueue.c2499 QUEUE_CHAR *check;