Searched refs:current_detail (Results 1 – 4 of 4) sorted by relevance
346 struct http_resource_detail *current_detail; member421 struct http_resource_detail *current_detail; member
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()[all …]
98 ws_detail = (struct http_resource_detail_websocket *)client->current_detail; in handle_http1_to_websocket_upgrade()
868 client->current_detail = detail; in handle_http1_request()