Searched refs:dsn (Results 1 - 25 of 98) sorted by relevance

1234

/macosx-10.10.1/postfix-255/postfix/src/global/
H A Ddsn.c3 /* dsn
7 /* #include <dsn.h>
30 /* DSN *DSN_COPY(dsn)
31 /* DSN *dsn;
33 /* void dsn_free(dsn)
34 /* DSN *dsn;
36 /* DSN *DSN_ASSIGN(dsn, status, action, reason, dtype, dtext,
38 /* DSN *dsn;
47 /* DSN *DSN_SIMPLE(dsn, status, action, reason)
48 /* DSN *dsn;
130 DSN *dsn; local
179 dsn_free(DSN *dsn) argument
[all...]
H A Ddsn.h6 /* dsn 3h
10 /* #include <dsn.h>
31 #define DSN_ASSIGN(dsn, _status, _action, _reason, _dtype, _dtext, _mtype, _mname) \
32 (((dsn)->status = (_status)), \
33 ((dsn)->action = (_action)), \
34 ((dsn)->reason = (_reason)), \
35 ((dsn)->dtype = (_dtype)), \
36 ((dsn)->dtext = (_dtext)), \
37 ((dsn)->mtype = (_mtype)), \
38 ((dsn)
[all...]
H A Ddsn_print.c19 /* ... ATTR_TYPE_FUNC, dsn_print, (void *) dsn, ...
51 DSN *dsn = (DSN *) ptr; local
59 ATTR_TYPE_STR, MAIL_ATTR_DSN_STATUS, dsn->status,
60 ATTR_TYPE_STR, MAIL_ATTR_DSN_DTYPE, dsn->dtype,
61 ATTR_TYPE_STR, MAIL_ATTR_DSN_DTEXT, dsn->dtext,
62 ATTR_TYPE_STR, MAIL_ATTR_DSN_MTYPE, dsn->mtype,
63 ATTR_TYPE_STR, MAIL_ATTR_DSN_MNAME, dsn->mname,
64 ATTR_TYPE_STR, MAIL_ATTR_DSN_ACTION, dsn->action,
65 ATTR_TYPE_STR, MAIL_ATTR_WHY, dsn->reason,
H A Ddsn_print.h23 #include <dsn.h>
H A Ddsn_util.h38 #define DSN_UPDATE(dsn_buf, dsn, len) do { \
41 INT_SIZEOF((dsn_buf).data) - 1, dsn, len); \
42 strncpy((dsn_buf).data, (dsn), (len)); \
54 DSN_STAT dsn; /* RFC 3463 status */ member in struct:__anon11520
H A Dlog_adhoc.h23 #include <dsn.h>
H A Ddsn_util.c15 /* DSN_STAT dsn; /* RFC 3463 status */
32 /* void DSN_UPDATE(dsn_buf, dsn, len)
34 /* const char *dsn;
73 /* .IP dsn
155 strncpy(dp->dsn.data, cp, len);
156 dp->dsn.data[len] = 0;
159 strncpy(dp->dsn.data, def_dsn, len);
160 dp->dsn.data[len] = 0;
182 return (concatenate(DSN_STATUS(dp.dsn), " ", dp.text, (char *) 0));
H A Dverify.c9 /* int verify_append(queue_id, stats, recipient, relay, dsn,
15 /* DSN *dsn;
35 /* .IP dsn
36 /* Delivery status information. See dsn(3).
92 DSN *dsn, int vrfy_stat)
95 DSN my_dsn = *dsn;
103 * XXX vrfy_stat is competely redundant because of dsn.
117 log_adhoc(queue_id, stats, recipient, relay, dsn, my_dsn.action);
90 verify_append(const char *queue_id, MSG_STATS *stats, RECIPIENT *recipient, const char *relay, DSN *dsn, int vrfy_stat) argument
H A Dsys_exits.c12 /* const char *dsn; /* RFC 3463 */
139 return (sys_exits_default->dsn[0] == '4');
141 return (sys_exits_table[code - EX__BASE].dsn[0] == '4');
/macosx-10.10.1/postfix-255/postfix/src/oqmgr/
H A Dqmgr_defer.c9 /* void qmgr_defer_recipient(message, recipient, dsn)
12 /* DSN *dsn;
14 /* void qmgr_defer_todo(queue, dsn)
16 /* DSN *dsn;
18 /* void qmgr_defer_transport(transport, dsn)
20 /* DSN *dsn;
46 /* .IP dsn
47 /* See dsn(3).
83 void qmgr_defer_transport(QMGR_TRANSPORT *transport, DSN *dsn) argument
90 transport->name, dsn
103 qmgr_defer_todo(QMGR_QUEUE *queue, DSN *dsn) argument
147 qmgr_defer_recipient(QMGR_MESSAGE *message, RECIPIENT *recipient, DSN *dsn) argument
[all...]
H A Dqmgr_error.c12 /* QMGR_QUEUE *qmgr_error_queue(service, dsn)
14 /* DSN *dsn;
16 /* char *qmgr_error_nexthop(dsn)
17 /* DSN *dsn;
31 /* .IP dsn
32 /* See dsn(3).
85 QMGR_QUEUE *qmgr_error_queue(const char *service, DSN *dsn) argument
100 nexthop = qmgr_error_nexthop(dsn);
115 char *qmgr_error_nexthop(DSN *dsn) argument
119 nexthop = concatenate(dsn
[all...]
H A Dqmgr_bounce.c9 /* QMGR_QUEUE *qmgr_bounce_recipient(message, recipient, dsn)
12 /* DSN *dsn;
25 /* .IP dsn
26 /* Delivery status information. See dsn(3).
58 DSN *dsn)
65 "none", dsn);
57 qmgr_bounce_recipient(QMGR_MESSAGE *message, RECIPIENT *recipient, DSN *dsn) argument
H A Dqmgr_queue.c26 /* void qmgr_queue_throttle(queue, dsn)
28 /* DSN *dsn;
227 if (queue->dsn == 0)
229 dsn_free(queue->dsn);
230 queue->dsn = 0;
278 void qmgr_queue_throttle(QMGR_QUEUE *queue, DSN *dsn) argument
289 if (queue->dsn)
291 myname, queue->name, queue->dsn->reason);
294 myname, queue->name, dsn->status, dsn
[all...]
/macosx-10.10.1/postfix-255/postfix/src/qmgr/
H A Dqmgr_defer.c9 /* void qmgr_defer_recipient(message, recipient, dsn)
12 /* DSN *dsn;
14 /* void qmgr_defer_todo(queue, dsn)
16 /* DSN *dsn;
18 /* void qmgr_defer_transport(transport, dsn)
20 /* DSN *dsn;
46 /* .IP dsn
47 /* See dsn(3).
88 void qmgr_defer_transport(QMGR_TRANSPORT *transport, DSN *dsn) argument
95 transport->name, dsn
108 qmgr_defer_todo(QMGR_QUEUE *queue, DSN *dsn) argument
152 qmgr_defer_recipient(QMGR_MESSAGE *message, RECIPIENT *recipient, DSN *dsn) argument
[all...]
H A Dqmgr_error.c12 /* QMGR_QUEUE *qmgr_error_queue(service, dsn)
14 /* DSN *dsn;
16 /* char *qmgr_error_nexthop(dsn)
17 /* DSN *dsn;
31 /* .IP dsn
32 /* See dsn(3).
85 QMGR_QUEUE *qmgr_error_queue(const char *service, DSN *dsn) argument
100 nexthop = qmgr_error_nexthop(dsn);
115 char *qmgr_error_nexthop(DSN *dsn) argument
119 nexthop = concatenate(dsn
[all...]
H A Dqmgr_bounce.c9 /* QMGR_QUEUE *qmgr_bounce_recipient(message, recipient, dsn)
12 /* DSN *dsn;
25 /* .IP dsn
26 /* Delivery status information. See dsn(3).
58 DSN *dsn)
65 "none", dsn);
57 qmgr_bounce_recipient(QMGR_MESSAGE *message, RECIPIENT *recipient, DSN *dsn) argument
H A Dqmgr_queue.c23 /* void qmgr_queue_throttle(queue, dsn)
25 /* DSN *dsn;
244 if (queue->dsn == 0)
246 dsn_free(queue->dsn);
247 queue->dsn = 0;
295 void qmgr_queue_throttle(QMGR_QUEUE *queue, DSN *dsn) argument
306 if (queue->dsn)
308 myname, queue->name, queue->dsn->reason);
311 myname, queue->name, dsn->status, dsn
[all...]
/macosx-10.10.1/postfix-255/postfix/src/bounce/
H A Dbounce_append_service.c9 /* int bounce_append_service(flags, service, queue_id, rcpt, dsn),
14 /* DSN *dsn;
70 RECIPIENT *rcpt, DSN *dsn)
122 dsn->reason);
137 if (NOT_NULL_EMPTY(dsn->status))
138 vstream_fprintf(log, "%s=%s\n", MAIL_ATTR_DSN_STATUS, dsn->status);
139 if (NOT_NULL_EMPTY(dsn->action))
140 vstream_fprintf(log, "%s=%s\n", MAIL_ATTR_DSN_ACTION, dsn->action);
141 if (NOT_NULL_EMPTY(dsn->dtype) && NOT_NULL_EMPTY(dsn
69 bounce_append_service(int unused_flags, char *service, char *queue_id, RECIPIENT *rcpt, DSN *dsn) argument
[all...]
/macosx-10.10.1/iodbc-42.5/iodbc/drvproxy/
H A DConfigDSN.c92 char *dsn = NULL, *connstr = NULL, *curr, *cour = NULL; local
121 dsn = curr + STRLEN ("DSN=");
179 if (hwndParent && dsn
180 && SQLGetPrivateProfileString ("ODBC 32 bit Data Sources", dsn, "",
182 && !create_confirm (hwndParent, dsn,
185 if (hwndParent && dsn
186 && SQLGetPrivateProfileString ("ODBC Data Sources", dsn, "",
188 && !create_confirm (hwndParent, dsn,
195 create_gensetup (hwndParent, dsn,
210 if (!SQLWriteDSNToIni (dsn
[all...]
H A Dgui.h97 LPSTR create_gensetup (HWND hwnd, LPCSTR dsn, LPCSTR attrs, BOOL add);
98 void create_login (HWND hwnd, LPCSTR username, LPCSTR password, LPCSTR dsn, TLOGIN *log_t);
99 BOOL create_confirm (HWND hwnd, LPCSTR dsn, LPCSTR text);
/macosx-10.10.1/postfix-255/postfix/src/smtp/
H A Dsmtp_sasl_auth_cache.h32 char *dsn; member in struct:__anon11598
40 #define smtp_sasl_auth_cache_dsn(cp) ((cp)->dsn)
H A Dsmtp_sasl_auth_cache.c145 auth_cache->dsn = mystrdup("");
183 const char *dsn,
191 vstring_sprintf(val_buf, "%lu;%s;%s;%s", now, pwd_hash, dsn, rep_str);
209 auth_cache->dsn = myrealloc(auth_cache->dsn, len);
213 auth_cache->dsn, auth_cache->text) != 4
214 || !dsn_valid(auth_cache->dsn)) {
265 resp->dsn, resp->str);
182 smtp_sasl_auth_cache_make_value(const char *password, const char *dsn, const char *rep_str) argument
/macosx-10.10.1/iodbc-42.5/iodbc/iodbcadm/
H A Dgui.h95 BOOL create_confirm (HWND hwnd, LPCSTR dsn, LPCSTR text);
96 BOOL create_confirmw (HWND hwnd, LPCWSTR dsn, LPCWSTR text);
99 void create_login (HWND hwnd, LPCSTR username, LPCSTR password, LPCSTR dsn,
108 void create_error (HWND hwnd, LPCSTR dsn, LPCSTR text, LPCSTR errmsg);
109 void create_errorw (HWND hwnd, LPCWSTR dsn, LPCWSTR text, LPCWSTR errmsg);
110 void create_message (HWND hwnd, LPCSTR dsn, LPCSTR text);
111 void create_messagew (HWND hwnd, LPCWSTR dsn, LPCWSTR text);
/macosx-10.10.1/postfix-255/postfix/src/cleanup/
H A Dcleanup_out_recipient.c77 #include <dsn.h>
90 DSN *dsn)
101 rcpt, "none", dsn) != 0) {
199 DSN dsn; local
205 (void) DSN_SIMPLE(&dsn, "2.0.0", "alias expanded");
206 dsn.action = "expanded";
208 cleanup_trace_append(state, &rcpt, &dsn);
89 cleanup_trace_append(CLEANUP_STATE *state, RECIPIENT *rcpt, DSN *dsn) argument
H A Dcleanup_bounce.c66 DSN *dsn)
78 rcpt, "none", dsn) != 0) {
95 DSN dsn; local
116 dsn_status = DSN_STATUS(dp.dsn);
120 dsn_status = detail->dsn;
184 (void) DSN_SIMPLE(&dsn, dsn_status, dsn_text);
185 cleanup_bounce_append(state, &recipient, &dsn);
211 (void) DSN_SIMPLE(&dsn, dsn_status, dsn_text);
212 cleanup_bounce_append(state, &recipient, &dsn);
65 cleanup_bounce_append(CLEANUP_STATE *state, RECIPIENT *rcpt, DSN *dsn) argument

Completed in 138 milliseconds

1234