Searched refs:ok (Results 1 - 8 of 8) sorted by relevance
/httpd/include/ |
H A D | ap_hooks.h | 99 * returns something other than ok or decline. That return value is 101 * then ok is returned. Note that if no hook runs it would probably be 111 * @param ok The "ok" return value 113 * @return ok, decline or an error. 117 #define AP_IMPLEMENT_HOOK_RUN_ALL(ret,name,args_decl,args_use,ok,decline) \ 119 args_use,ok,decline) 150 #define AP_IMPLEMENT_OPTIONAL_HOOK_RUN_ALL(ret,name,args_decl,args_use,ok, \ 153 args_use,ok,decline)
|
/httpd/modules/core/test/conf/ |
H A D | test43.conf | 29 Error ok!
|
/httpd/modules/ssl/ |
H A D | ssl_util_stapling.c | 210 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 D | ssl_engine_kernel.c | 308 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...] |
H A D | ssl_util_ssl.c | 456 BOOL ok = FALSE; local 472 ok = TRUE; 478 return ok;
|
/httpd/support/ |
H A D | apxs.in | 214 my $ok = 0; 224 $ok = 1; 226 if (not $ok) { 232 $ok = 1; 234 if (not $ok) {
|
/httpd/modules/proxy/ |
H A D | mod_proxy_balancer.c | 410 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 D | http_filters.c | 597 * @return 1 if ok, 0 if bad 1196 int ok = check_headers(r); local 1197 if (!ok && !(conf->http_conformance & AP_HTTP_CONFORMANCE_LOGONLY)) {
|
Completed in 2699 milliseconds