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

1234567

/macosx-10.9.5/postfix-252/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:__anon11746
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
/macosx-10.9.5/postfix-252/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
/macosx-10.9.5/postfix-252/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
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/t/
H A D65dbicdump_invocations.t20 $make_dbictest_db::dsn
25 $make_dbictest_db::dsn
31 $make_dbictest_db::dsn
/macosx-10.9.5/postfix-252/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.9.5/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.9.5/postfix-252/postfix/src/smtp/
H A Dsmtp_sasl_auth_cache.h32 char *dsn; member in struct:__anon11818
40 #define smtp_sasl_auth_cache_dsn(cp) ((cp)->dsn)
/macosx-10.9.5/CPANInternal-140/DBIx-Class/t/lib/DBICTest/
H A DPlain.pm15 my $dsn = "dbi:SQLite:${db_file}";
20 $dsn,
26 my $dbh = DBI->connect($dsn);
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/lib/DBIx/Class/Schema/Loader/DBI/ADO/
H A DMS_Jet.pm40 my ($dsn, $user, $pass) = @{ $self->schema->storage->_dbi_connect_info };
44 if (ref $dsn eq 'CODE') {
45 ($dsn, $user, $pass) = $self->_try_infer_connect_info_from_coderef($dsn);
47 if (not $dsn) {
49 $dsn = $dbh->{Name};
58 $dsn =~ s/^dbi:[^:]+://i;
62 my @dsn;
63 for my $s (split /;/, $dsn) {
69 push @dsn,
[all...]
/macosx-10.9.5/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.9.5/postfix-252/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
/macosx-10.9.5/CPANInternal-140/DBIx-Class/t/
H A D94versioning.t12 #warn "$dsn $user $pass";
13 my ($dsn, $user, $pass);
16 ($dsn, $user, $pass) = @ENV{map { "DBICTEST_MYSQL_${_}" } qw/DSN USER PASS/};
19 unless ($dsn);
50 my $schema_v1 = DBICVersion::Schema->connect($dsn, $user, $pass, { ignore_version => 1 });
68 my $schema_v2 = DBICVersion::Schema->connect($dsn, $user, $pass, { ignore_version => 1 });
101 my $schema_version = DBICVersion::Schema->connect($dsn, $user, $pass);
111 $schema_version = DBICVersion::Schema->connect($dsn, $user, $pass);
124 my $schema_v3 = DBICVersion::Schema->connect($dsn, $user, $pass, { ignore_version => 1 });
170 my $schema_version = DBICVersion::Schema->connect($dsn,
[all...]

Completed in 212 milliseconds

1234567