Lines Matching refs:ok
217 static int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx);
1421 fprintf(stderr, " ok.\n");
1584 /* ok */
1773 static int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx)
1781 if (ok)
1791 if (ok == 0)
1801 ok=1;
1805 if (ok == 1)
1906 return(ok);
1935 int ok = 1;
1963 ok = process_proxy_cond_adders(letters, cond, cond_end, pos,
1966 if (ok < 0)
1978 ok = -1;
1987 ok = letters[c - 'A'];
1995 ok = -1;
2000 if (ok >= 0 && negate)
2001 ok = !ok;
2006 *pos, cond, ok);
2008 return ok;
2013 int ok;
2021 ok = process_proxy_cond_val(letters, cond, cond_end, pos, indent + 1);
2023 if (ok < 0)
2026 while(ok >= 0)
2039 int save_ok = ok;
2042 ok = process_proxy_cond_val(letters,
2045 if (ok < 0)
2051 ok &= save_ok;
2054 ok ^= save_ok;
2071 *pos, cond, ok);
2074 return ok;
2079 int ok;
2087 ok = process_proxy_cond_multipliers(letters, cond, cond_end, pos,
2090 if (ok < 0)
2093 while(ok >= 0)
2105 int save_ok = ok;
2108 ok = process_proxy_cond_multipliers(letters,
2111 if (ok < 0)
2117 ok |= save_ok;
2134 *pos, cond, ok);
2137 return ok;
2149 int ok=1;
2212 ok = X509_verify_cert(ctx);
2221 if (ok > 0)
2225 ok = process_proxy_cond(letters,
2228 if (ok < 0)
2233 ok = 0;
2235 if (!ok)
2243 return(ok);
2467 fprintf(stderr, "ok\n");
2483 fprintf(stderr, "ok\n");
2499 fprintf(stderr, "ok\n");