49 #define APR_EBADARG APR_BADARG
53 #define APREQ_ERROR_GENERAL APR_OS_START_USERERR
55 #define APREQ_ERROR_TAINTED (APREQ_ERROR_GENERAL + 1)
57 #define APREQ_ERROR_INTERRUPT (APREQ_ERROR_GENERAL + 2)
60 #define APREQ_ERROR_BADDATA (APREQ_ERROR_GENERAL + 10)
62 #define APREQ_ERROR_BADCHAR (APREQ_ERROR_BADDATA + 1)
64 #define APREQ_ERROR_BADSEQ (APREQ_ERROR_BADDATA + 2)
66 #define APREQ_ERROR_BADATTR (APREQ_ERROR_BADDATA + 3)
68 #define APREQ_ERROR_BADHEADER (APREQ_ERROR_BADDATA + 4)
70 #define APREQ_ERROR_BADUTF8 (APREQ_ERROR_BADDATA + 5)
73 #define APREQ_ERROR_NODATA (APREQ_ERROR_GENERAL + 20)
75 #define APREQ_ERROR_NOTOKEN (APREQ_ERROR_NODATA + 1)
77 #define APREQ_ERROR_NOATTR (APREQ_ERROR_NODATA + 2)
79 #define APREQ_ERROR_NOHEADER (APREQ_ERROR_NODATA + 3)
81 #define APREQ_ERROR_NOPARSER (APREQ_ERROR_NODATA + 4)
85 #define APREQ_ERROR_MISMATCH (APREQ_ERROR_GENERAL + 30)
87 #define APREQ_ERROR_OVERLIMIT (APREQ_ERROR_MISMATCH + 1)
89 #define APREQ_ERROR_UNDERLIMIT (APREQ_ERROR_MISMATCH + 2)
91 #define APREQ_ERROR_NOTEMPTY (APREQ_ERROR_MISMATCH + 3)
char * apreq_strerror(apr_status_t s, char *buf, apr_size_t bufsize)
const char * s
Definition: mod_dav.h:1327
int apr_status_t
Definition: apr_errno.h:44
#define APREQ_DECLARE(x)
Definition: macros.h:12