Searched defs:tvb (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/CXX/special/class.dtor/
H A Dp3-0x.cpp154 TVB<int> tvb; local
/external/chromium/net/tools/spdyshark/
H A Dpacket-spdy.c410 tvbuff_t *tvb; local
433 * tvb, I can't. It would be nice if this limitation
452 tvb = tvb_new_real_data(data, datalen, datalen);
453 si->assembled_data = tvb;
480 static tvbuff_t* spdy_tvb_child_uncompress(tvbuff_t *parent _U_, tvbuff_t *tvb, argument
483 tvbuff_t *new_tvb = tvb_uncompress(tvb, offset, comprlen);
490 dissect_spdy_data_frame(tvbuff_t *tvb, int offset, argument
510 stream_id = tvb_get_bits32(tvb, (offset << 3) + 1, 31, FALSE);
511 flags = tvb_get_guint8(tvb, offset+4);
512 frame_length = tvb_get_ntoh24(tvb, offse
763 spdy_decompress_header_block(tvbuff_t *tvb, z_streamp decomp, guint32 dictionary_id, int offset, guint32 length, guint *uncomp_length) argument
809 spdy_check_header_compression(tvbuff_t *tvb, int offset, guint32 frame_length) argument
927 dissect_spdy_message(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, spdy_conv_t *conv_data) argument
1246 dissect_spdy(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) argument
1288 dissect_spdy_heur(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) argument
1480 dissect_message_spdy(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) argument
[all...]

Completed in 58 milliseconds