Home | History | Annotate | Download | only in spdyshark

Lines Matching refs:streams

307 	conv_data->streams = NULL;
339 if (conv_data->streams == NULL)
340 conv_data->streams = g_array_new(FALSE, TRUE, sizeof(spdy_stream_info_t *));
341 if (stream_id < conv_data->streams->len)
342 DISSECTOR_ASSERT(g_array_index(conv_data->streams, spdy_stream_info_t*, stream_id) == NULL);
344 g_array_set_size(conv_data->streams, stream_id+1);
352 g_array_index(conv_data->streams, spdy_stream_info_t*, stream_id) = si;
360 if (conv_data->streams == NULL || stream_id >= conv_data->streams->len)
363 return g_array_index(conv_data->streams, spdy_stream_info_t*, stream_id);
1405 "\"Allow subdissectors to reassemble TCP streams\" in the TCP protocol settings.",
1412 "\"Allow subdissectors to reassemble TCP streams\" in the TCP protocol settings.",