Searched refs:DEFLATE (Results 1 – 16 of 16) sorted by relevance
/external/oauth/core/src/main/java/net/oauth/http/ |
D | HttpMessageDecoder.java | 49 public static final String DEFLATE = "deflate"; field in HttpMessageDecoder 50 public static final String ACCEPTED = GZIP + "," + DEFLATE; 59 } else if (DEFLATE.equalsIgnoreCase(encoding)) { in getEncoding() 60 return DEFLATE; in getEncoding() 75 } else if (encoding == DEFLATE) { in HttpMessageDecoder()
|
/external/zlib/src/as400/ |
D | bndsrc | 28 /* *MODULE DEFLATE ZLIB 01/02/01 00:15:09 */ 100 /* *MODULE DEFLATE ZLIB 01/02/01 00:15:09 */ 187 /* *MODULE DEFLATE ZLIB 01/02/01 00:15:09 */
|
D | compile.clp | 59 CHGVAR VAR(&CMD) VALUE(&FIXDCMD *TCAT 'DEFLATE)') 100 &MODLIB/CRC32 &MODLIB/DEFLATE +
|
D | readme.txt | 72 deflate.c DEFLATE C ZLIB - Compress data using the deflation algorithm 86 deflate.h DEFLATE C ZLIB - Internal compression state
|
/external/jetty/src/java/org/eclipse/jetty/servlets/ |
D | GzipFilter.java | 122 public final static String DEFLATE="deflate"; field in GzipFilter 337 if (encodings[i].toLowerCase(Locale.ENGLISH).contains(DEFLATE)) in selectCompression() 341 compression = DEFLATE; //Keep checking in case gzip is acceptable in selectCompression() 465 else if (compressionType.equals(DEFLATE)) in createWrappedResponse()
|
D | IncludableGzipFilter.java | 109 else if (compressionType.equals(DEFLATE)) in createWrappedResponse()
|
/external/zlib/src/doc/ |
D | rfc1951.txt | 12 DEFLATE Compressed Data Format Specification version 1.3 60 RFC 1951 DEFLATE Compressed Data Format Specification May 1996 116 RFC 1951 DEFLATE Compressed Data Format Specification May 1996 172 RFC 1951 DEFLATE Compressed Data Format Specification May 1996 228 RFC 1951 DEFLATE Compressed Data Format Specification May 1996 284 RFC 1951 DEFLATE Compressed Data Format Specification May 1996 340 RFC 1951 DEFLATE Compressed Data Format Specification May 1996 396 RFC 1951 DEFLATE Compressed Data Format Specification May 1996 452 RFC 1951 DEFLATE Compressed Data Format Specification May 1996 508 RFC 1951 DEFLATE Compressed Data Format Specification May 1996 [all …]
|
D | rfc1950.txt | 48 the DEFLATE compression method but can be easily extended to use 312 "DEFLATE Compressed Data Format Specification" by L. Peter 377 [3] Deutsch, L.P.,"DEFLATE Compressed Data Format Specification",
|
D | rfc1952.txt | 45 format presently uses the DEFLATE method of compression but can be 494 [4] Deutsch, L.P.,"DEFLATE Compressed Data Format Specification",
|
D | algorithm.txt | 208 ``DEFLATE Compressed Data Format Specification'' available in
|
/external/curl/docs/ |
D | RESOURCES | 24 RFC 1951 - DEFLATE Compressed Data Format Specification
|
/external/curl/lib/ |
D | http_chunks.c | 207 case DEFLATE: in Curl_httpchunk_read()
|
D | urldata.h | 659 #define DEFLATE 1 /* zlib deflate [RFC 1950 & 1951] */ macro
|
D | transfer.c | 747 case DEFLATE: in readwrite_data()
|
D | http.c | 3563 k->auto_decoding = DEFLATE; in Curl_http_readwrite_headers() 3610 k->auto_decoding = DEFLATE; in Curl_http_readwrite_headers()
|
/external/chromium-trace/catapult/tracing/third_party/jszip/ |
D | jszip.min.js | 12 …function(a){return a},compressInputType:null,uncompressInputType:null},c.DEFLATE=a("./flate")},{".…
|