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

  /external/curl/lib/
content_encoding.h 28 typedef struct content_encoding_s content_encoding; typedef in typeref:struct:content_encoding_s
31 const content_encoding *handler; /* Encoding handler. */
content_encoding.c 43 #include "content_encoding.h"
297 static const content_encoding deflate_encoding = {
561 static const content_encoding gzip_encoding = {
694 static const content_encoding brotli_encoding = {
727 static const content_encoding identity_encoding = {
738 static const content_encoding * const encodings[] = {
755 const content_encoding * const *cep;
756 const content_encoding *ce;
818 static const content_encoding client_encoding = {
861 static const content_encoding error_encoding =
    [all...]
  /external/libmicrohttpd/src/microhttpd/
test_postprocessor_amp.c 11 const char* content_encoding, const char* data,
  /external/libxml2/
xmlIO.c 1952 char * content_encoding = NULL; local
    [all...]
  /frameworks/av/media/extractors/mp4/
ItemTable.cpp 1112 // content_encoding is optional; can be omitted if would be empty
1114 String8 content_encoding; local
1115 if (!parseNullTerminatedString(&offset, &size, &content_encoding)) {
    [all...]
  /external/libvpx/libwebm/mkvparser/
mkvparser.cc 4949 ContentEncoding* const content_encoding = local
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvmuxer.cc 690 ContentEncoding* const content_encoding = local
692 if (!content_encoding) {
704 content_encoding_entries_[content_encoding_entries_size_] = content_encoding;
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/mkvparser/
mkvparser.cc 4952 ContentEncoding* const content_encoding = local
    [all...]

Completed in 529 milliseconds