HomeSort by relevance Sort by last modified time
    Searched refs:content_encoding (Results 1 - 3 of 3) sorted by null

  /external/chromium/net/tools/spdyshark/
packet-spdy.c 100 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 = NULL local
    [all...]
  /external/libxml2/
xmlIO.c 2018 char * content_encoding = NULL; local
    [all...]
  /external/libvpx/mkvparser/
mkvparser.cpp 5096 ContentEncoding* const content_encoding = new ContentEncoding(); local
    [all...]

Completed in 753 milliseconds