Searched refs:SERF_ERROR_CLOSING (Results 1 – 3 of 3) sorted by relevance
356 case SERF_ERROR_CLOSING: in serf_error_string()
468 return SERF_ERROR_CLOSING; in is_conn_closing()1181 close_connection != SERF_ERROR_CLOSING) { in read_from_connection()1212 if (close_connection == SERF_ERROR_CLOSING) { in read_from_connection()
73 #define SERF_ERROR_CLOSING (SERF_ERROR_START + 1) macro