Home | History | Annotate | Download | only in spdyshark

Lines Matching refs:g_array_index

342 	DISSECTOR_ASSERT(g_array_index(conv_data->streams, spdy_stream_info_t*, stream_id) == NULL);
352 g_array_index(conv_data->streams, spdy_stream_info_t*, stream_id) = si;
363 return g_array_index(conv_data->streams, spdy_stream_info_t*, stream_id);