Lines Matching refs:current_detail
103 client->streams[i].current_detail = NULL; in release_http_stream_context()
752 client->current_stream->current_detail = in handle_http2_dynamic_resource()
1081 client->current_detail = NULL; 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()
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()
1429 client->current_stream->current_detail, in handle_http_frame_headers_end_stream()
1443 client->current_stream->current_detail = NULL; in handle_http_frame_headers_end_stream()