Searched refs:SERF_ERROR_CLOSING (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/contrib/serf/
H A Dcontext.c351 case SERF_ERROR_CLOSING:
H A Doutgoing.c449 /* Read the 'Connection' header from the response. Return SERF_ERROR_CLOSING if
463 return SERF_ERROR_CLOSING;
1171 close_connection != SERF_ERROR_CLOSING) {
1202 if (close_connection == SERF_ERROR_CLOSING) {
H A Dserf.h68 #define SERF_ERROR_CLOSING (SERF_ERROR_START + 1) macro

Completed in 70 milliseconds