Apache HTTPD
Macros
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

Macro Definition Documentation

◆ AP_DECLINED

#define AP_DECLINED   (AP_START_USERERR + 0)

The function declines to handle the request

Definition at line 401 of file httpd.h.

◆ AP_START_USERERR

#define AP_START_USERERR   (APR_OS_START_USERERR + 2000)

Definition at line 397 of file httpd.h.

◆ AP_USERERR_LEN

#define AP_USERERR_LEN   1000

Definition at line 398 of file httpd.h.