Searched defs:ok (Results 1 - 6 of 6) sorted by relevance

/httpd/modules/ssl/
H A Dssl_util_ssl.c456 BOOL ok = FALSE; local
472 ok = TRUE;
478 return ok;
H A Dssl_util_stapling.c210 BOOL ok, apr_pool_t *pool)
227 stored_len = resp_derlen + 1; /* response + ok flag */
237 if (ok == TRUE) {
398 BOOL ok = FALSE; local
440 ok = apr_uri_parse(vpool, ocspuri, &uri);
441 if (ok != APR_SUCCESS) {
480 stapling_check_response(s, mctx, cinf, *prsp, &ok);
481 if (ok == FALSE) {
492 if (stapling_cache_response(s, mctx, *prsp, cinf, ok, pool) == FALSE) {
600 BOOL ok; local
208 stapling_cache_response(server_rec *s, modssl_ctx_t *mctx, OCSP_RESPONSE *rsp, certinfo *cinf, BOOL ok, apr_pool_t *pool) argument
[all...]
H A Dssl_engine_kernel.c308 int ok, i; local
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) argument
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
[all...]
/httpd/modules/proxy/
H A Dmod_proxy_balancer.c410 int ok = 0; local
416 ok = 1;
423 ok = 1;
428 if (!ok && balancer->s->forcerecovery) {
961 const char **ok = allowed; local
962 while (*ok) {
963 if (strcmp(*ok, key) == 0) {
967 ok++;
/httpd/modules/http/
H A Dhttp_filters.c597 * @return 1 if ok, 0 if bad
1196 int ok = check_headers(r); local
1197 if (!ok && !(conf->http_conformance & AP_HTTP_CONFORMANCE_LOGONLY)) {
/httpd/modules/filters/
H A Dmod_proxy_html.c788 int ok = ap_expr_exec(r, p->cond, &err); local
793 if (ok == 0) {

Completed in 34 milliseconds