Searched refs:uncomp_tvb (Results 1 - 2 of 2) sorted by relevance

/external/chromium/net/tools/spdyshark/
H A Dpacket-spdy.c615 tvbuff_t *uncomp_tvb = NULL; local
624 uncomp_tvb = spdy_tvb_child_uncompress(tvb, data_tvb, 0,
655 if (uncomp_tvb != NULL) {
667 proto_item_append_text(e_ti, " -> %u bytes", tvb_length(uncomp_tvb));
668 data_tvb = uncomp_tvb;
/external/chromium_org/net/tools/spdyshark/
H A Dpacket-spdy.c615 tvbuff_t *uncomp_tvb = NULL; local
624 uncomp_tvb = spdy_tvb_child_uncompress(tvb, data_tvb, 0,
655 if (uncomp_tvb != NULL) {
667 proto_item_append_text(e_ti, " -> %u bytes", tvb_length(uncomp_tvb));
668 data_tvb = uncomp_tvb;

Completed in 46 milliseconds