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

/external/libmicrohttpd/src/microhttpd/
H A Dtest_postprocessor_amp.c11 const char* content_encoding, const char* data,
9 check_post(void *cls, enum MHD_ValueKind kind, const char* key, const char* filename, const char* content_type, const char* content_encoding, const char* data, uint64_t off, size_t size) argument
/external/chromium-trace/catapult/third_party/Paste/paste/
H A Dfileapp.py40 ``content_encoding``
179 content_type, content_encoding = self.guess_type()
182 if content_encoding and 'content_encoding' not in kwargs:
183 kwargs['content_encoding'] = content_encoding
343 content_type, content_encoding = mimetypes.guess_type(info.filename)
346 if content_encoding is not None:
348 content_encoding = content_encoding)
[all...]
/external/chromium-trace/catapult/third_party/WebOb/webob/
H A Dstatic.py27 content_type, content_encoding = mimetypes.guess_type(filename)
29 kw.setdefault('content_encoding', content_encoding)
H A Dresponse.py521 content_encoding = header_getter('Content-Encoding', '14.11') variable in class:Response
960 if self.content_encoding == 'gzip':
968 self.content_encoding = 'gzip'
971 content_encoding = self.content_encoding or 'identity'
972 if content_encoding == 'identity':
974 if content_encoding not in ('gzip', 'deflate'):
976 "I don't know how to decode the content %s" % content_encoding)
977 if content_encoding == 'gzip':
982 self.content_encoding
[all...]
/external/curl/lib/
H A DMakefile.inc36 strtok.c connect.c llist.c hash.c multi.c content_encoding.c share.c \
56 hash.h content_encoding.h share.h curl_md4.h curl_md5.h http_digest.h \
/external/chromium-trace/catapult/catapult_build/
H A Ddev_server.py103 content_type, content_encoding = \
106 return content_type, content_encoding
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/gs/
H A Dkey.py45 :ivar content_encoding: The value of the `Content-Encoding` HTTP header.
131 self.content_encoding = value
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/s3/
H A Dmock_storage_service.py68 self.content_encoding = None
102 self.content_encoding = merge_headers_by_name('Content-Encoding',
H A Dtest_key.py424 self.assertEqual(check.content_encoding, 'gzip')
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/
H A Dkey.py59 :ivar content_encoding: The value of the `Content-Encoding` HTTP header.
111 self.content_encoding = None
901 self.content_encoding = merge_headers_by_name(
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvmuxer.cpp596 ContentEncoding* const content_encoding = local
598 if (!content_encoding) {
610 content_encoding_entries_[content_encoding_entries_size_] = content_encoding;
H A Dmkvparser.cpp4950 ContentEncoding* const content_encoding = local
4952 if (!content_encoding)
4955 status = content_encoding->ParseContentEncodingEntry(pos, size, pReader);
4957 delete content_encoding;
4961 *content_encoding_entries_end_++ = content_encoding;
/external/libxml2/
H A DxmlIO.c2043 char * content_encoding = NULL; local
2056 content_encoding = (char *) "Content-Encoding: gzip";
2080 &content_type, content_encoding,
/external/libvpx/libwebm/mkvparser/
H A Dmkvparser.cc4949 ContentEncoding* const content_encoding = local
4951 if (!content_encoding)
4954 status = content_encoding->ParseContentEncodingEntry(pos, size, pReader);
4956 delete content_encoding;
4960 *content_encoding_entries_end_++ = content_encoding;
/external/chromium-trace/catapult/third_party/gsutil/gslib/
H A Dboto_translation.py1291 contentEncoding=key.content_encoding,

Completed in 653 milliseconds