Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/serf/
Dcontext.c351 case SERF_ERROR_CLOSING: in serf_error_string()
Doutgoing.c463 return SERF_ERROR_CLOSING; in is_conn_closing()
1171 close_connection != SERF_ERROR_CLOSING) { in read_from_connection()
1202 if (close_connection == SERF_ERROR_CLOSING) { in read_from_connection()
Dserf.h68 #define SERF_ERROR_CLOSING (SERF_ERROR_START + 1) macro