Lines Matching refs:current_stream

366 	if (client->current_stream == NULL) {  in handle_http2_static_resource()
380 client->current_stream->headers_sent = true; in handle_http2_static_resource()
390 client->current_stream->end_stream_sent = true; in handle_http2_static_resource()
420 if (client->current_stream == NULL) { in handle_http2_static_fs_resource()
468 client->current_stream->headers_sent = true; in handle_http2_static_fs_resource()
488 client->current_stream->end_stream_sent = true; in handle_http2_static_fs_resource()
505 if (client->current_stream->headers_sent && (rsp->header_count > 0 || rsp->status != 0)) { in http2_dynamic_response()
510 if (!client->current_stream->headers_sent) { in http2_dynamic_response()
529 client->current_stream->end_stream_sent = true; in http2_dynamic_response()
539 client->current_stream->headers_sent = true; in http2_dynamic_response()
546 client->current_stream->end_stream_sent = true; in http2_dynamic_response()
569 if (client->current_stream == NULL) { in dynamic_get_del_req_v2()
597 if (!client->current_stream->end_stream_sent) { in dynamic_get_del_req_v2()
598 client->current_stream->end_stream_sent = true; in dynamic_get_del_req_v2()
628 if (client->current_stream == NULL) { in dynamic_post_put_req_v2()
685 if (frame->length == 0 && !client->current_stream->end_stream_sent && in dynamic_post_put_req_v2()
687 if (client->current_stream->headers_sent) { in dynamic_post_put_req_v2()
701 client->current_stream->end_stream_sent = true; in dynamic_post_put_req_v2()
752 client->current_stream->current_detail = in handle_http2_dynamic_resource()
839 client->current_stream = stream; in enter_http_frame_data_state()
861 client->current_stream = stream; in enter_http_frame_headers_state()
874 client->header_capture_ctx.current_stream = stream; in enter_http_frame_headers_state()
947 client->current_stream = NULL; in handle_http_frame_header()
1012 client->current_stream = stream; in handle_http1_to_http2_upgrade()
1154 if (client->current_stream->current_detail == NULL) { in handle_http_frame_data()
1169 (struct http_resource_detail_dynamic *)client->current_stream->current_detail, in handle_http_frame_data()
1200 client->current_stream->current_detail = NULL; in handle_http_frame_data()
1392 if (client->current_stream == NULL) { in handle_http_frame_headers_end_stream()
1396 if (client->current_stream->current_detail == NULL) { in handle_http_frame_headers_end_stream()
1400 if (client->current_stream->current_detail->type == HTTP_RESOURCE_TYPE_DYNAMIC) { in handle_http_frame_headers_end_stream()
1403 client->current_stream->current_detail; in handle_http_frame_headers_end_stream()
1427 if (!client->current_stream->headers_sent) { in handle_http_frame_headers_end_stream()
1429 client->current_stream->current_detail, in handle_http_frame_headers_end_stream()
1435 } else if (!client->current_stream->end_stream_sent) { in handle_http_frame_headers_end_stream()
1443 client->current_stream->current_detail = NULL; in handle_http_frame_headers_end_stream()