Apache2
HTTPD specific values of apr_status_t
Collaboration diagram for HTTPD specific values of apr_status_t:

Macros

#define AP_START_USERERR   (APR_OS_START_USERERR + 2000)
 
#define AP_USERERR_LEN   1000
 
#define AP_DECLINED   (AP_START_USERERR + 0)
 

Detailed Description

modules should not use functions marked AP_CORE_DECLARE

modules should not use functions marked AP_CORE_DECLARE_NONSTD

Macro Definition Documentation

◆ AP_DECLINED

#define AP_DECLINED   (AP_START_USERERR + 0)

The function declines to handle the request

◆ AP_START_USERERR

#define AP_START_USERERR   (APR_OS_START_USERERR + 2000)

◆ AP_USERERR_LEN

#define AP_USERERR_LEN   1000