OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ext_policy
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/smtp/
smtp_reqtls_policy_test.c
36
const char *
ext_policy
= "inline:{"
local
54
int_policy = smtp_reqtls_policy_parse(test_origin,
ext_policy
);
68
const char *
ext_policy
= "inline:{"
local
84
int_policy = smtp_reqtls_policy_parse(test_origin,
ext_policy
);
98
const char *
ext_policy
= "nonsense,inline:{"
local
114
int_policy = smtp_reqtls_policy_parse(test_origin,
ext_policy
);
128
const char *
ext_policy
= "fail:whatever enforce";
local
140
int_policy = smtp_reqtls_policy_parse(test_origin,
ext_policy
);
154
const char *
ext_policy
= "regexp:{{/^foo\\.example$/ enforce}}, opportunistic";
local
168
int_policy = smtp_reqtls_policy_parse(test_origin,
ext_policy
);
182
const char *
ext_policy
= "regexp:{{\/^foo\\\\.example$\/ opportunistic+starttls}}";
local
210
const char *
ext_policy
= "inline:{{foo.example = hash:\/no\/where}}";
local
236
const char *
ext_policy
= "inline:{{foo.example = foo bar}}";
local
263
const char *
ext_policy
= "inline:{{foo.xn--1xa.example = opportunistic}} enforce";
local
292
const char *
ext_policy
= "inline:{{foo.xn--1xa.example = opportunistic}} disable";
local
[
all
...]
smtp_reqtls_policy_test.c
36
const char *
ext_policy
= "inline:{"
local
54
int_policy = smtp_reqtls_policy_parse(test_origin,
ext_policy
);
68
const char *
ext_policy
= "inline:{"
local
84
int_policy = smtp_reqtls_policy_parse(test_origin,
ext_policy
);
98
const char *
ext_policy
= "nonsense,inline:{"
local
114
int_policy = smtp_reqtls_policy_parse(test_origin,
ext_policy
);
128
const char *
ext_policy
= "fail:whatever enforce";
local
140
int_policy = smtp_reqtls_policy_parse(test_origin,
ext_policy
);
154
const char *
ext_policy
= "regexp:{{/^foo\\.example$/ enforce}}, opportunistic";
local
168
int_policy = smtp_reqtls_policy_parse(test_origin,
ext_policy
);
182
const char *
ext_policy
= "regexp:{{\/^foo\\\\.example$\/ opportunistic+starttls}}";
local
210
const char *
ext_policy
= "inline:{{foo.example = hash:\/no\/where}}";
local
236
const char *
ext_policy
= "inline:{{foo.example = foo bar}}";
local
263
const char *
ext_policy
= "inline:{{foo.xn--1xa.example = opportunistic}} enforce";
local
292
const char *
ext_policy
= "inline:{{foo.xn--1xa.example = opportunistic}} disable";
local
[
all
...]
Completed in 29 milliseconds
Indexes created Thu Aug 13 00:25:44 UTC 2026