OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:exception_text
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/smtpstone/
qmqp-source.c
218
/*
exception_text
- translate exceptions from the netstring module */
220
static char *
exception_text
(int except)
function
234
msg_panic("
exception_text
: unknown exception %d", except);
388
msg_fatal("%s while sending message",
exception_text
(except));
421
msg_fatal("%s while receiving server reply",
exception_text
(except));
smtp-source.c
389
/*
exception_text
- translate exceptions from the smtp_stream module */
391
static char *
exception_text
(int except)
function
399
msg_panic("
exception_text
: unknown exception %d", except);
561
msg_fatal("%s while reading server greeting",
exception_text
(except));
594
msg_fatal("%s while sending %s",
exception_text
(except), protocol);
617
msg_fatal("%s while sending %s",
exception_text
(except), protocol);
644
msg_fatal("%s while sending sender",
exception_text
(except));
666
msg_fatal("%s while sending sender",
exception_text
(except));
696
msg_fatal("%s while sending recipient",
exception_text
(except));
726
msg_fatal("%s while sending recipient",
exception_text
(except))
[
all
...]
/src/external/ibm-public/postfix/dist/src/posttls-finger/
posttls-finger.c
614
/*
exception_text
- translate exceptions from the smtp_stream module */
616
static char *
exception_text
(int except)
function
624
msg_panic("
exception_text
: unknown exception %d", except);
641
msg_info("%s while reading server greeting",
exception_text
(except));
676
msg_info("%s while sending %s",
exception_text
(except), ehlo);
764
msg_fatal("%s while sending STARTTLS",
exception_text
(except));
1022
msg_warn("%s while sending QUIT command",
exception_text
(except));
Completed in 31 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026