Searched refs:SERF_ERROR_CLOSING (Results 1 – 3 of 3) sorted by relevance
351 case SERF_ERROR_CLOSING: in serf_error_string()
463 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()
68 #define SERF_ERROR_CLOSING (SERF_ERROR_START + 1) macro