Searched refs:dsn (Results 26 - 50 of 98) sorted by relevance

1234

/macosx-10.10.1/postfix-255/postfix/src/discard/
H A Ddiscard.c141 DSN dsn; local
174 (void) DSN_SIMPLE(&dsn, DSN_STATUS(dp.dsn), dp.text);
178 &request->msg_stats, rcpt, "none", &dsn);
/macosx-10.10.1/postfix-255/postfix/src/global/
H A Dsys_exits.h19 const char *dsn; /* DSN detail */ member in struct:__anon11561
H A Ddsn_buf.h22 #include <dsn.h>
28 DSN dsn; /* convenience */ member in struct:__anon11518
69 DSN_ASSIGN(&(dsb)->dsn, \
H A Dtrace.c9 /* int trace_append(flags, id, stats, rcpt, relay, dsn)
15 /* DSN *dsn;
64 /* .IP dsn
65 /* Delivery status information. See dsn(3).
108 DSN *dsn)
111 DSN my_dsn = *dsn;
134 log_adhoc(id, stats, rcpt, relay, dsn, my_dsn.action);
106 trace_append(int flags, const char *id, MSG_STATS *stats, RECIPIENT *rcpt, const char *relay, DSN *dsn) argument
H A Dcleanup_user.h84 const char *dsn; /* RFC 3463 */ member in struct:__anon11504
H A Ddeliver_pass.c165 DSN dsn; local
199 (void) DSN_SIMPLE(&dsn, "4.3.0", "mail transport unavailable");
202 rcpt, "none", &dsn);
205 (void) DSN_SIMPLE(&dsn, "4.3.0", "unknown mail transport error");
208 rcpt, "none", &dsn);
H A Dlog_adhoc.c9 /* void log_adhoc(id, stats, recipient, relay, dsn, status)
14 /* DSN *dsn;
37 /* .IP dsn
38 /* Delivery status information. See dsn(3).
86 const char *relay, DSN *dsn,
210 vstring_sprintf_append(buf, ", dsn=%s, status=%s (%s)",
211 dsn->status, status, dsn->reason);
85 log_adhoc(const char *id, MSG_STATS *stats, RECIPIENT *recipient, const char *relay, DSN *dsn, const char *status) argument
H A Dmime_state.h62 const char *dsn; /* RFC 3463 */ member in struct:__anon11546
H A Dsent.c9 /* int sent(flags, queue_id, stats, recipient, relay, dsn)
15 /* DSN *dsn;
48 /* .IP dsn
49 /* Delivery status. See dsn(3). The action is ignored in case
97 DSN *dsn)
99 DSN my_dsn = *dsn;
106 msg_warn("sent: ignoring dsn code \"%s\"", my_dsn.status);
95 sent(int flags, const char *id, MSG_STATS *stats, RECIPIENT *recipient, const char *relay, DSN *dsn) argument
/macosx-10.10.1/iodbc-42.5/iodbc/iodbcinst/
H A DSQLCreateDataSource.c97 pDrvConn(parent, dsn, sizeof(dsn), NULL, SQL_DRIVER_PROMPT, &config); \
106 pDrvConnW(parent, dsn, sizeof(dsn) / sizeof(wchar_t), NULL, SQL_DRIVER_PROMPT, &config); \
114 char dsn[1024] = { 0 }; local
H A Dmisc.c405 * saving and loading a .dsn file will be defined as follows:
410 * ".dsn" extension is always appended to the resulting filename
442 /* append ".dsn" if extension is not ".dsn" */
444 strcasecmp (p, ".dsn") != 0)
445 _iodbcdm_strlcat (buf, ".dsn", buf_sz);
/macosx-10.10.1/postfix-255/postfix/src/oqmgr/
H A Dqmgr_deliver.c266 DSN_SIMPLE(&dsb->dsn, "4.3.0", whatsup));
270 DSN_SIMPLE(&dsb->dsn, "4.3.0",
291 qmgr_defer_transport(transport, &dsb->dsn);
320 qmgr_defer_todo(queue, &dsb->dsn);
349 DSN dsn; local
363 DSN_SIMPLE(&dsn, "4.3.0", whatsup));
367 DSN_SIMPLE(&dsn, "4.3.0",
370 qmgr_defer_transport(transport, &dsn);
401 DSN_SIMPLE(&dsn, "4.3.0", whatsup));
405 DSN_SIMPLE(&dsn, "4.
[all...]
H A Dqmgr_transport.c21 /* void qmgr_transport_throttle(transport, dsn)
23 /* DSN *dsn;
184 if (transport->dsn == 0)
187 dsn_free(transport->dsn);
188 transport->dsn = 0;
196 void qmgr_transport_throttle(QMGR_TRANSPORT *transport, DSN *dsn) argument
208 myname, transport->name, dsn->status, dsn->reason);
210 if (transport->dsn)
212 myname, transport->name, transport->dsn
[all...]
/macosx-10.10.1/postfix-255/postfix/src/qmgr/
H A Dqmgr_deliver.c271 DSN_SIMPLE(&dsb->dsn, "4.3.0", whatsup));
275 DSN_SIMPLE(&dsb->dsn, "4.3.0",
296 qmgr_defer_transport(transport, &dsb->dsn);
325 qmgr_defer_todo(queue, &dsb->dsn);
353 DSN dsn; local
367 DSN_SIMPLE(&dsn, "4.3.0", whatsup));
371 DSN_SIMPLE(&dsn, "4.3.0",
374 qmgr_defer_transport(transport, &dsn);
404 DSN_SIMPLE(&dsn, "4.3.0", whatsup));
408 DSN_SIMPLE(&dsn, "4.
[all...]
H A Dqmgr_transport.c21 /* void qmgr_transport_throttle(transport, dsn)
23 /* DSN *dsn;
189 if (transport->dsn == 0)
192 dsn_free(transport->dsn);
193 transport->dsn = 0;
201 void qmgr_transport_throttle(QMGR_TRANSPORT *transport, DSN *dsn) argument
213 myname, transport->name, dsn->status, dsn->reason);
215 if (transport->dsn)
217 myname, transport->name, transport->dsn
[all...]
/macosx-10.10.1/postfix-255/postfix/src/smtpd/
H A Dsmtpd_state.c114 state->defer_if_reject.dsn = 0;
116 state->defer_if_permit.dsn = 0;
208 if (state->defer_if_permit.dsn)
209 vstring_free(state->defer_if_permit.dsn);
212 if (state->defer_if_reject.dsn)
213 vstring_free(state->defer_if_reject.dsn);
H A Dsmtpd_dnswl.in36 client_restrictions permit_rhswl_client,dsn.rfc-ignorant.org,reject
44 recipient_restrictions permit_rhswl_client,dsn.rfc-ignorant.org,reject_unauth_destination
H A Dsmtpd_exp.in35 recipient_restrictions reject_rhsbl_sender,dsn.rfc-ignorant.org
44 recipient_restrictions reject_rhsbl_client,dsn.rfc-ignorant.org
51 recipient_restrictions reject_rhsbl_recipient,dsn.rfc-ignorant.org
/macosx-10.10.1/postfix-255/postfix/src/error/
H A Derror.c149 DSN dsn; local
182 (void) DSN_SIMPLE(&dsn, DSN_STATUS(dp.dsn), dp.text);
186 &request->msg_stats, rcpt, "none", &dsn);
/macosx-10.10.1/iodbc-42.5/iodbc/iodbcadm/gtk/
H A Dmessagebox.c97 create_message (HWND hwnd, LPCSTR dsn, LPCSTR text) argument
111 if (dsn)
112 sprintf (msg, "Message on DSN %s", dsn);
201 create_messagew (HWND hwnd, LPCWSTR dsn, LPCWSTR text) argument
206 _dsn = dm_SQL_WtoU8(dsn, SQL_NTS);
H A Dconfirm.c122 create_confirm (HWND hwnd, LPCSTR dsn, LPCSTR text) argument
140 if (dsn)
141 sprintf (msg, "Confirm action/operation on %s", dsn);
258 create_confirmw (HWND hwnd, LPCWSTR dsn, LPCWSTR text) argument
263 _dsn = dm_SQL_WtoU8(dsn, SQL_NTS);
H A Derrorbox.c98 create_error (HWND hwnd, LPCSTR dsn, LPCSTR text, LPCSTR errmsg) argument
115 if (dsn)
116 sprintf (msg, "Error : %s", dsn);
232 create_errorw (HWND hwnd, LPCWSTR dsn, LPCWSTR text, LPCWSTR errmsg) argument
238 _dsn = dm_SQL_WtoU8(dsn, SQL_NTS);
/macosx-10.10.1/postfix-255/postfix/src/bounce/
H A Dbounce_notify_util.c534 DSN *dsn = &bounce_info->dsn_buf->dsn; local
547 rcpt->address, rcpt->orig_addr, dsn->reason);
550 rcpt->address, dsn->reason);
638 DSN *dsn = &bounce_info->dsn_buf->dsn; local
670 "failed" : dsn->action);
671 post_mail_fprintf(bounce, "Status: %s", dsn->status);
672 if (NON_NULL_EMPTY(dsn->mtype) && NON_NULL_EMPTY(dsn
[all...]
/macosx-10.10.1/postfix-255/postfix/src/smtp/
H A Dsmtp_trouble.c153 #include <dsn.h>
244 session ? session->namaddrport : "none", &why->dsn);
253 request->hop_status = DSN_COPY(&why->dsn);
316 vsmtp_fill_dsn(state, mta_name, resp->dsn, resp->str, format, ap);
339 vsmtp_fill_dsn(state, mta_name, resp->dsn, resp->str, format, ap);
374 vsmtp_fill_dsn(state, mta_name, resp->dsn, resp->str, format, ap);
406 session ? session->namaddrport : "none", &why->dsn);
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/JavaMap/
H A DJDBCAppender.pm22 my $dsn;
32 $dsn = "dbi:$driverName:database=$databaseName;host=$hostname;port=$port;$params";
34 $dsn = $data->{datasource}{value};
49 datasource => $dsn,

Completed in 160 milliseconds

1234