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

/external/chromium/net/tools/spdyshark/
H A Dpacket-spdy.c100 gchar *content_encoding; member in struct:_spdy_stream_info_t
335 gchar *content_encoding)
348 si->content_encoding = content_encoding;
604 if (have_entire_body && si->content_encoding != NULL &&
605 g_ascii_strcasecmp(si->content_encoding, "identity") != 0) {
621 (g_ascii_strcasecmp(si->content_encoding, "gzip") == 0 ||
622 g_ascii_strcasecmp(si->content_encoding, "deflate")
633 si->content_encoding,
958 gchar *content_encoding local
331 spdy_save_stream_info(spdy_conv_t *conv_data, guint32 stream_id, gchar *content_type, gchar *content_type_params, gchar *content_encoding) argument
[all...]
/external/chromium_org/net/tools/spdyshark/
H A Dpacket-spdy.c100 gchar *content_encoding; member in struct:_spdy_stream_info_t
335 gchar *content_encoding)
348 si->content_encoding = content_encoding;
604 if (have_entire_body && si->content_encoding != NULL &&
605 g_ascii_strcasecmp(si->content_encoding, "identity") != 0) {
621 (g_ascii_strcasecmp(si->content_encoding, "gzip") == 0 ||
622 g_ascii_strcasecmp(si->content_encoding, "deflate")
633 si->content_encoding,
958 gchar *content_encoding local
331 spdy_save_stream_info(spdy_conv_t *conv_data, guint32 stream_id, gchar *content_type, gchar *content_type_params, gchar *content_encoding) argument
[all...]
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_impl.cc213 WebString content_encoding = local
215 if (!content_encoding.isNull() &&
216 !EqualsASCII(content_encoding, "identity")) {
/external/chromium_org/third_party/libxml/src/
H A DxmlIO.c1896 char * content_encoding = NULL; local
1909 content_encoding = (char *) "Content-Encoding: gzip";
1933 &content_type, content_encoding,
/external/libxml2/
H A DxmlIO.c2018 char * content_encoding = NULL; local
2031 content_encoding = (char *) "Content-Encoding: gzip";
2055 &content_type, content_encoding,
/external/libvpx/libwebm/
H A Dmkvparser.cpp5096 ContentEncoding* const content_encoding = new ContentEncoding(); local
5098 if (!content_encoding->ParseContentEncodingEntry(pos, size1, pReader)) {
5099 delete content_encoding;
5101 *content_encoding_entries_end_ = content_encoding;

Completed in 547 milliseconds