OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_reply
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/smtp/
smtp_chat.c
250
const char *
new_reply
;
local
302
new_reply
= dict_get(smtp_chat_resp_filter, STR(session->buffer));
303
if (
new_reply
!= 0) {
305
session->namaddrport, STR(session->buffer),
new_reply
);
306
vstring_strcpy(session->buffer,
new_reply
);
309
smtp_chat_append(session, " ",
new_reply
);
Completed in 18 milliseconds
Indexes created Thu Mar 19 00:23:35 UTC 2026