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

/external/chromium/net/tools/spdyshark/
H A Dpacket-spdy.c60 SPDY_SYN_STREAM, enumerator in enum:_spdy_type
1019 case SPDY_SYN_STREAM:
1023 hf = frame_type == SPDY_SYN_STREAM ? hf_spdy_syn_stream : hf_spdy_syn_reply;
1030 if (frame_type == SPDY_SYN_STREAM) {
1049 if (frame_type == SPDY_SYN_STREAM) {
1084 if (frame_type == SPDY_SYN_STREAM || frame_type == SPDY_SYN_REPLY) {
1096 z_streamp decomp = frame_type == SPDY_SYN_STREAM ?
1139 frame_type == SPDY_SYN_STREAM ? orig_offset+18 : orig_offset + 14,
1145 frame_type == SPDY_SYN_STREAM ? orig_offset+18 : orig_offset +14,

Completed in 66 milliseconds