/httpd/modules/aaa/ |
H A D | mod_authz_owner.c | 44 char *reason = NULL; local 48 reason = "'Require file-owner' is not supported on this platform."; 50 "Authorization of user %s to access %s failed, reason: %s", 51 r->user, r->uri, reason ? reason : "unknown"); 62 reason = "no filename available"; 64 "Authorization of user %s to access %s failed, reason: %s", 65 r->user, r->uri, reason ? reason : "unknown"); 71 reason [all...] |
H A D | mod_authnz_ldap.c | 599 user, r->uri, ldc->reason, ldap_err2string(result)); 606 user, r->uri, ldc->reason, ldap_err2string(result)); 688 "auth_ldap authorise: User DN not found, %s", ldc->reason); 789 ldc->reason, ldap_err2string(result)); 811 ldc->reason, ldap_err2string(result)); 969 ent[i].name, ldc->reason, result, 978 t, ent[i].name, ldc->reason, result, 990 t, ldc->reason, result, ldap_err2string(result)); 1005 ent[i].name, ldc->reason, result, 1015 t, ldc->reason, en [all...] |
/httpd/modules/ldap/ |
H A D | util_ldap.c | 303 if (NULL == ldc->reason) { 304 ldc->reason = "LDAP: ldap initialization failed"; 310 ldc->reason = result->reason; 318 if (NULL == ldc->reason) { 319 ldc->reason = "LDAP: ldap initialization failed"; 322 ldc->reason = result->reason; 336 ldc->reason = "LDAP: Unable to add rebind cross reference entry."; 350 ldc->reason [all...] |
/httpd/modules/cache/ |
H A D | mod_cache.c | 822 const char *reason, **eh; local 841 reason = NULL; 1033 reason = apr_psprintf(p, "Response status %d", r->status); 1037 if (reason) { 1042 reason = apr_pstrcat(p, "Broken expires header: ", exps, NULL); 1047 reason = "Expires header already expired; not cacheable"; 1054 reason 1062 reason = "Query string present but no explicit expiration time"; 1069 reason = "HTTP Status 304 Not Modified"; 1081 reason 1765 cache_status(cache_handle_t *h, request_rec *r, apr_table_t *headers, ap_cache_status_e status, const char *reason) argument [all...] |
H A D | mod_cache.h | 184 const char *reason))
|
/httpd/modules/mappers/ |
H A D | mod_speling.c | 442 const char *reason; local 444 reason = sp_reason_str[(int) (variant[i].quality)]; 454 *(const char **)apr_array_push(v) = reason; 462 *(const char **)apr_array_push(t) = reason;
|
/httpd/modules/ssl/ |
H A D | ssl_engine_ocsp.c | 196 int reason = -1, status; local 200 &reason, NULL, &thisup, &nextup); 239 result, status, reason);
|
H A D | ssl_util_stapling.c | 325 int status, reason; local 351 if (!OCSP_resp_find_status(bs, cinf->cid, &status, &reason, &rev,
|
H A D | ssl_engine_io.c | 389 /* The reason I'm not offering brigade_consume yet 865 char *reason = "reason unknown"; local 869 reason = "likely due to failed renegotiation"; 875 len - (apr_size_t)res, len, reason);
|
H A D | mod_ssl_ct.c | 927 static void daemon_maint(int reason, void *data, apr_wait_t status) argument 933 switch (reason) {
|
/httpd/modules/dav/main/ |
H A D | util.c | 858 const char *reason = NULL; local 1110 reason = 1122 reason = 1148 reason = 1191 reason = 1236 reason = 1250 reason = 1354 if (reason == NULL) { 1365 "failure is because: %s", reason));
|
/httpd/include/ |
H A D | util_ldap.h | 126 const char *reason; /* Reason for an error failure */ member in struct:util_ldap_connection_t
|
/httpd/support/ |
H A D | rotatelogs.c | 105 static void usage(const char *argv0, const char *reason) argument 107 if (reason) { 108 fprintf(stderr, "%s\n", reason); 265 fprintf(stderr, "File rotation needed, reason: %s\n", ROTATE_REASONS[status->rotateReason]);
|
/httpd/server/ |
H A D | core_filters.c | 453 * reason to do a blocking write yet, try reading the bucket. If its 518 char *reason = APR_BUCKET_IS_FLUSH(bucket) ? local 525 "will flush because of %s", reason);
|
H A D | log.c | 1638 static void piped_log_maintenance(int reason, void *data, apr_wait_t status); 1695 static void piped_log_maintenance(int reason, void *data, apr_wait_t status) argument 1701 switch (reason) {
|
/httpd/modules/session/ |
H A D | mod_session_crypto.c | 431 "The crypto library '%s' could not be loaded: %s (%s: %d)", conf->library, err->msg, err->reason, err->rc);
|
/httpd/modules/filters/ |
H A D | mod_deflate.c | 470 * So the only reason for Z_BUF_ERROR is that the internal libz 654 const char *reason = local 660 "Not compressing (%s)", reason);
|
/httpd/modules/generators/ |
H A D | mod_cgid.c | 279 static void cgid_maint(int reason, void *data, apr_wait_t status) argument 285 switch (reason) {
|