HomeSort by relevance Sort by last modified time
    Searched full:num_data_frames (Results 1 - 1 of 1) sorted by null

  /external/chromium/net/tools/spdyshark/
packet-spdy.c 103 guint num_data_frames; member in struct:_spdy_stream_info_t
350 si->num_data_frames = 0;
380 ++si->num_data_frames;
392 ++si->num_data_frames;
403 return si == NULL ? 0 : si->num_data_frames;
507 guint num_data_frames; local
542 num_data_frames = spdy_get_num_data_frames(conv_data, stream_id);
543 if (datalen != 0 || num_data_frames != 0) {
562 is_single_chunk = num_data_frames == 0 && (flags & SPDY_FIN) != 0;
574 is_single_chunk = (num_data_frames == 1)
    [all...]

Completed in 232 milliseconds