Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/serf/
HDserf.h67 #define SERF_ERROR_START (APR_OS_START_USERERR + SERF_ERROR_RANGE) macro
73 #define SERF_ERROR_CLOSING (SERF_ERROR_START + 1)
77 #define SERF_ERROR_REQUEST_LOST (SERF_ERROR_START + 2)
82 #define SERF_ERROR_WAIT_CONN (SERF_ERROR_START + 3)
85 #define SERF_ERROR_DECOMPRESSION_FAILED (SERF_ERROR_START + 4)
88 #define SERF_ERROR_BAD_HTTP_RESPONSE (SERF_ERROR_START + 5)
90 #define SERF_ERROR_TRUNCATED_HTTP_RESPONSE (SERF_ERROR_START + 6)
92 #define SERF_ERROR_SSLTUNNEL_SETUP_FAILED (SERF_ERROR_START + 7)
94 #define SERF_ERROR_ABORTED_CONNECTION (SERF_ERROR_START + 8)
97 #define SERF_ERROR_SSL_CERT_FAILED (SERF_ERROR_START + 70)
[all …]