Home | History | Annotate | Download | only in spdyshark

Lines Matching refs:content_type

98     gchar *content_type;
333 gchar *content_type,
346 si->content_type = content_type;
354 printf("Saved stream info for ID %u, content type %s\n", stream_id, content_type);
694 if (handle == NULL && have_entire_body && si->content_type != NULL &&
712 * to si->content_type for us.
714 pinfo->match_string = si->content_type;
717 si->content_type);
735 } else if (have_entire_body && si->content_type != NULL) {
905 spdy_parse_content_type(gchar *content_type)
907 gchar *cp = content_type;
957 gchar *content_type = NULL;
1157 hdr_verb = hdr_url = hdr_version = content_type = content_encoding = NULL;
1216 content_type = se_strdup(header_value);
1236 if (content_type != NULL && !pinfo->fd->flags.visited) {
1237 gchar *content_type_params = spdy_parse_content_type(content_type);
1238 spdy_save_stream_info(conv_data, stream_id, content_type,