Lines Matching refs:ok
308 int ok, i;
933 ok = ap_expr_exec(r, req->mpExpr, &errstring);
935 if (ok < 0) {
947 if (ok != 1) {
1382 int ssl_callback_SSLVerify(int ok, X509_STORE_CTX *ctx)
1440 ok = TRUE;
1455 if (!ok && errnum == X509_V_ERR_CRL_HAS_EXPIRED) {
1463 if (ok && sc->server->ocsp_enabled == TRUE) {
1474 ok = FALSE;
1476 ok = modssl_verify_ocsp(ctx, sc, s, conn, conn->pool);
1477 if (!ok) {
1485 * If we already know it's not ok, log the real reason
1487 if (!ok) {
1527 ok = FALSE;
1533 return ok;