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

/freebsd-12-stable/contrib/serf/
H A Dcontext.c356 case SERF_ERROR_CLOSING:
H A Doutgoing.c454 /* Read the 'Connection' header from the response. Return SERF_ERROR_CLOSING if
468 return SERF_ERROR_CLOSING;
1181 close_connection != SERF_ERROR_CLOSING) {
1212 if (close_connection == SERF_ERROR_CLOSING) {
H A Dserf.h73 #define SERF_ERROR_CLOSING (SERF_ERROR_START + 1) macro

Completed in 121 milliseconds