Lines Matching refs:DEBUGASSERT

274   DEBUGASSERT(stream);  in h2_stream_hash_free()
379 DEBUGASSERT(data); in http2_data_setup()
404 DEBUGASSERT(ctx); in http2_data_done()
514 DEBUGASSERT(!ctx->h2); in cf_h2_ctx_open()
515 DEBUGASSERT(ctx->initialized); in cf_h2_ctx_open()
563 DEBUGASSERT(stream); in cf_h2_ctx_open()
581 DEBUGASSERT(0); in cf_h2_ctx_open()
790 DEBUGASSERT(data); in send_callback()
994 DEBUGASSERT(stream); in push_promise()
1006 DEBUGASSERT((rv > CURL_PUSH_OK) && (rv <= CURL_PUSH_ERROROUT)); in push_promise()
1032 DEBUGASSERT(0); in push_promise()
1152 DEBUGASSERT((rv > CURL_PUSH_OK) && (rv <= CURL_PUSH_ERROROUT)); in on_stream_frame()
1269 DEBUGASSERT(data); in on_frame_send()
1289 DEBUGASSERT(data); in on_frame_recv()
1302 DEBUGASSERT(data); in on_frame_recv()
1369 DEBUGASSERT(stream_id); /* should never be a zero stream ID here */ in on_data_chunk_recv()
1370 DEBUGASSERT(CF_DATA_CURRENT(cf)); in on_data_chunk_recv()
1406 DEBUGASSERT(call_data); in on_stream_close()
1449 DEBUGASSERT(0); in on_stream_close()
1495 DEBUGASSERT(stream_id); /* should never be a zero stream ID here */ in on_header()
1884 DEBUGASSERT(stream->id != -1); in h2_progress_egress()
2165 DEBUGASSERT(stream->h1.req); in h2_submit()
2274 DEBUGASSERT(stream); in cf_h2_send()
2281 DEBUGASSERT(eos); in cf_h2_send()
2458 DEBUGASSERT(ctx->initialized); in cf_h2_connect()
2571 DEBUGASSERT(data); in http2_data_pause()
2677 DEBUGASSERT(pres1); in cf_h2_query()
2741 DEBUGASSERT(data->conn); in http2_cfilter_add()
2834 DEBUGASSERT(!Curl_conn_is_http2(data, conn, sockindex)); in Curl_http2_switch()
2857 DEBUGASSERT(!Curl_cf_is_http2(cf, data)); in Curl_http2_switch_at()
2883 DEBUGASSERT(!Curl_conn_is_http2(data, conn, sockindex)); in Curl_http2_upgrade()
2884 DEBUGASSERT(data->req.upgr101 == UPGR101_RECEIVED); in Curl_http2_upgrade()
2891 DEBUGASSERT(cf->cft == &Curl_cft_nghttp2); in Curl_http2_upgrade()