OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reply_code
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/milter/
test-milter.c
147
static char *
reply_code
;
variable
225
if (smfi_setmlreply(ctx,
reply_code
, reply_dsn, reply_message, reply_message, (char *) 0) == MI_FAILURE)
227
printf("test_reply %s\n\n",
reply_code
);
228
return (
reply_code
[0] == '4' ? SMFIS_TEMPFAIL : SMFIS_REJECT);
789
reply_code
= action;
812
if (
reply_code
)
814
reply_code
, reply_dsn ? reply_dsn : "(null)",
/src/external/bsd/wpa/dist/src/wps/
http_client.c
57
int
reply_code
= httpread_reply_code_get(c->hread);
local
58
if (
reply_code
== 200 /* OK */) {
66
"%s:%d",
reply_code
,
httpread.c
67
int
reply_code
; /* for type REPLY, e.g. 200 for HTTP/1.1 200 OK */
member in struct:httpread
221
h->
reply_code
= atol(hbp);
328
if (h->
reply_code
!= 200)
789
return h->
reply_code
;
/src/external/ibm-public/postfix/dist/src/smtpd/
smtpd_check.c
1756
int
reply_code
, const char *reply_dsn)
1773
reply_code
, reply_dsn,
Completed in 48 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026