Searched defs:APREQ_ERROR_BADDATA (Results 1 - 1 of 1) sorted by relevance

/httpd/include/
H A Dapreq_error.h60 #define APREQ_ERROR_BADDATA (APREQ_ERROR_GENERAL + 10) macro
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)

Completed in 8 milliseconds