HomeSort by: relevance | last modified time | path
    Searched defs:must_fail (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mpl/bind/dist/tests/isccfg/
duration_test.c 161 bool must_fail = false; local
174 must_fail = true;
189 if (must_fail) {
  /src/external/ibm-public/postfix/dist/src/tls/
tls_client.c 331 if (TLScontext->must_fail) {
387 if (TLScontext->must_fail) {
526 * we set the "must_fail" bit to avoid verification false-positives.
531 TLScontext->must_fail = 1;
1118 int must_fail = usable <= 0; local
1133 must_fail = 0;
1170 TLScontext->must_fail |= must_fail;
1268 TLScontext->must_fail = 1;
tls.h 274 int must_fail; /* Failed to load trust settings */ member in struct:__anon23190

Completed in 16 milliseconds