Lines Matching refs:DEBUGASSERT
158 DEBUGASSERT(conn->data->req.protop == NULL); in Curl_http_setup_conn()
245 DEBUGASSERT(header); in Curl_copy_header_value()
696 DEBUGASSERT(data); in Curl_http_output_auth()
811 DEBUGASSERT(!data->req.newurl); in Curl_http_input_auth()
929 DEBUGASSERT(conn); in http_should_fail()
931 DEBUGASSERT(data); in http_should_fail()
959 DEBUGASSERT((httpcode == 401) || (httpcode == 407)); in http_should_fail()
1087 DEBUGASSERT(socketindex <= SECONDARYSOCKET); in Curl_add_buffer_send()
1100 DEBUGASSERT(size > included_body_bytes); in Curl_add_buffer_send()
1400 DEBUGASSERT((conn) && (conn->handler->flags & PROTOPT_SSL)); in https_connecting()
1835 DEBUGASSERT((httpreq > HTTPREQ_NONE) && (httpreq < HTTPREQ_LAST)); in Curl_http()
3701 DEBUGASSERT(!data->req.newurl); in Curl_http_readwrite_headers()