Searched defs:new (Results 1 - 9 of 9) sorted by relevance

/sendmail/contrib/
H A Dqtool.pl71 my $conditions = new Compound();
119 $new_condition = new OlderThan($opts{s});
125 $new_condition = new Eval($opts{e});
148 $destination = new Queue($dst_name);
265 ## If a new source comes in with the same ID as a previous
316 $queued_message = new QueuedMessage($source_dir_name,
328 $queue = new Queue($source_name);
486 sub new subroutine
737 sub new subroutine
815 sub new subroutine
999 sub new subroutine
1201 sub new subroutine
1241 sub new subroutine
1294 sub new subroutine
[all...]
/sendmail/libsm/
H A Dmbdb.c443 /* interpolate new ldap_base and ldap_host from arg if given */
446 char *new; local
451 new = sm_malloc(len);
452 if (new == NULL)
454 (void) sm_strlcpy(new, arg, len);
455 sep = strrchr(new, '@');
461 LDAPLMAP.ldap_base = new;
/sendmail/libmilter/
H A Dworker.c93 #define WKST_WAITING 4 /* waiting for new command */
184 /* if there is an idle worker, signal it, otherwise start new worker */
340 ** launch new thread if no worker available
466 size_t new; local
468 new = (dim_pfd + PFD_STEP) *
471 realloc(pfd, new);
706 ("worker %d: new task -> let's handle it",
732 ** Signal task controller to add new session
792 ** MI_LIST_ADD_CTX -- add new session to linked list
/sendmail/sendmail/
H A Drecipient.c189 /* heuristic to determine old versus new style addresses */
356 /* heuristic to determine old versus new style addresses */
439 ** new -- the (preparsed) address header for the recipient.
453 recipient(new, sendq, aliaslevel, e)
454 register ADDRESS *new;
477 initialdontsend = QS_IS_DEAD(new->q_state);
478 e->e_to = new->q_paddr;
479 m = new->q_mailer;
482 new->q_flags |= QPRIMARY;
486 printaddr(sm_debug_file(), new, fals local
822 printaddr(sm_debug_file(), new, false); local
953 printaddr(sm_debug_file(), new, false); local
1051 printaddr(sm_debug_file(), new, false); local
[all...]
H A Dmain.c198 QUEUE_CHAR *new; local
1028 new = (QUEUE_CHAR *) xalloc(sizeof(*new));
1029 new->queue_match = newstr(&optarg[1]);
1030 new->queue_negate = negate;
1031 new->queue_next = QueueLimitId;
1032 QueueLimitId = new;
1036 new = (QUEUE_CHAR *) xalloc(sizeof(*new));
1037 new
[all...]
H A Dmilter.c1499 ** new number of macros
2894 ** pointer to new string
2905 char *new; local
2910 new = sm_rpool_malloc_x(rp, l + 2);
2911 new[0] = ' ';
2912 new[1] = '\0';
2913 sm_strlcpy(new + 1, str, l + 1);
2914 return new;
3627 ** MILTER_REPLBODY -- Replace the current data file with new body
3630 ** response -- encoded form of new bod
[all...]
H A Dsrvrsmtp.c581 QUEUE_CHAR *new; local
760 /* SASL server new connection */
3113 new = (QUEUE_CHAR *) sm_malloc(sizeof(QUEUE_CHAR));
3114 if (new == NULL)
3119 new->queue_match = id;
3120 new->queue_negate = false;
3121 new->queue_next = NULL;
3122 QueueLimitRecipient = new;
H A Dmap.c1347 char *new; local
1350 new = xalloc(sz);
1351 (void) sm_snprintf(new, sz, "%s%c%s",
1354 vp = new;
1537 /* if new file, get "before" bits for later filechanged check */
2104 /* if new file, get the "before" bits for later filechanged check */
3412 sm_dprintf("opening new connection\n");
7184 /* if we are looking at a NULL ns_map_list_t, then create a new one */
7515 sm_dprintf("opening new connection\n");
H A Dqueue.c77 /* Get new load average every 30 seconds. */
485 newid ? " (new id)" : "");
885 char new = queue_letter(e, ANYQFL_LETTER); local
902 e->e_qfletter != new)
907 e->e_qfletter, new);
921 e->e_qfletter = new;
1331 ** Only set a new time if a queue run was performed
1333 ** we could starve it by setting a new time on each
1771 ** Get new load average every GET_NEW_LA_TIME seconds.
2052 ** The caller of the "domorework" label must setup a new envelop
[all...]

Completed in 2777 milliseconds