Home
last modified time | relevance | path

Searched refs:HTTP_RESPONSE_STATUS_INTERNAL (Results 1 – 2 of 2) sorted by relevance

/dports/mail/dovecot/dovecot-2.3.17/src/lib-http/
H A Dhttp-response.h8 #define HTTP_RESPONSE_STATUS_INTERNAL 9000 macro
43 return (resp->status >= HTTP_RESPONSE_STATUS_INTERNAL); in http_response_is_internal_error()
77 if (resp->status >= HTTP_RESPONSE_STATUS_INTERNAL) in http_response_get_message()
H A Dhttp-client.h143 HTTP_CLIENT_REQUEST_ERROR_ABORTED = HTTP_RESPONSE_STATUS_INTERNAL,