Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Side by Side Diff: third_party/zlib/mozzconf.h

Issue 2084863002: Update Zlib to version 1.2.8 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/zlib/mixed-source.patch ('k') | third_party/zlib/simd.patch » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ 1 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 /* ***** BEGIN LICENSE BLOCK ***** 2 /* ***** BEGIN LICENSE BLOCK *****
3 * Version: MPL 1.1/GPL 2.0/LGPL 2.1 3 * Version: MPL 1.1/GPL 2.0/LGPL 2.1
4 * 4 *
5 * The contents of this file are subject to the Mozilla Public License Version 5 * The contents of this file are subject to the Mozilla Public License Version
6 * 1.1 (the "License"); you may not use this file except in compliance with 6 * 1.1 (the "License"); you may not use this file except in compliance with
7 * the License. You may obtain a copy of the License at 7 * the License. You may obtain a copy of the License at
8 * http://www.mozilla.org/MPL/ 8 * http://www.mozilla.org/MPL/
9 * 9 *
10 * Software distributed under the License is distributed on an "AS IS" basis, 10 * Software distributed under the License is distributed on an "AS IS" basis,
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 #define compress MOZ_Z_compress 67 #define compress MOZ_Z_compress
68 #define compress2 MOZ_Z_compress2 68 #define compress2 MOZ_Z_compress2
69 #define compressBound MOZ_Z_compressBound 69 #define compressBound MOZ_Z_compressBound
70 #define uncompress MOZ_Z_uncompress 70 #define uncompress MOZ_Z_uncompress
71 #define gzopen MOZ_Z_gzopen 71 #define gzopen MOZ_Z_gzopen
72 #define gzdopen MOZ_Z_gzdopen 72 #define gzdopen MOZ_Z_gzdopen
73 #define gzsetparams MOZ_Z_gzsetparams 73 #define gzsetparams MOZ_Z_gzsetparams
74 #define gzread MOZ_Z_gzread 74 #define gzread MOZ_Z_gzread
75 #define gzwrite MOZ_Z_gzwrite 75 #define gzwrite MOZ_Z_gzwrite
76 #define gzprintf MOZ_Z_gzprintf 76 #define gzprintf MOZ_Z_gzprintf
77 #define gzvprintf MOZ_Z_gzvprintf
77 #define gzputs MOZ_Z_gzputs 78 #define gzputs MOZ_Z_gzputs
78 #define gzgets MOZ_Z_gzgets 79 #define gzgets MOZ_Z_gzgets
79 #define gzputc MOZ_Z_gzputc 80 #define gzputc MOZ_Z_gzputc
80 #define gzgetc MOZ_Z_gzgetc 81 #define gzgetc MOZ_Z_gzgetc
82 #define gzgetc_ MOZ_Z_gzgetc_
81 #define gzungetc MOZ_Z_gzungetc 83 #define gzungetc MOZ_Z_gzungetc
82 #define gzflush MOZ_Z_gzflush 84 #define gzflush MOZ_Z_gzflush
83 #define gzseek MOZ_Z_gzseek 85 #define gzseek MOZ_Z_gzseek
84 #define gzrewind MOZ_Z_gzrewind 86 #define gzrewind MOZ_Z_gzrewind
85 #define gztell MOZ_Z_gztell 87 #define gztell MOZ_Z_gztell
86 #define gzeof MOZ_Z_gzeof 88 #define gzeof MOZ_Z_gzeof
87 #define gzclose MOZ_Z_gzclose 89 #define gzclose MOZ_Z_gzclose
88 #define gzerror MOZ_Z_gzerror 90 #define gzerror MOZ_Z_gzerror
89 #define gzclearerr MOZ_Z_gzclearerr 91 #define gzclearerr MOZ_Z_gzclearerr
90 #define adler32 MOZ_Z_adler32 92 #define adler32 MOZ_Z_adler32
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 #define uInt MOZ_Z_uInt 154 #define uInt MOZ_Z_uInt
153 #define uIntf MOZ_Z_uIntf 155 #define uIntf MOZ_Z_uIntf
154 #define uLong MOZ_Z_uLong 156 #define uLong MOZ_Z_uLong
155 #define uLongf MOZ_Z_uLongf 157 #define uLongf MOZ_Z_uLongf
156 #define voidp MOZ_Z_voidp 158 #define voidp MOZ_Z_voidp
157 #define voidpc MOZ_Z_voidpc 159 #define voidpc MOZ_Z_voidpc
158 #define voidpf MOZ_Z_voidpf 160 #define voidpf MOZ_Z_voidpf
159 #define gz_header_s MOZ_Z_gz_header_s 161 #define gz_header_s MOZ_Z_gz_header_s
160 #define internal_state MOZ_Z_internal_state 162 #define internal_state MOZ_Z_internal_state
161 163
164 /* New as of zlib 1.2.8 */
165 #define deflateResetKeep MOZ_Z_deflateResetKeep
166 #define deflatePending MOZ_Z_deflatePending
167 #define inflateGetDictionary MOZ_Z_inflateGetDictionary
168 #define inflateResetKeep MOZ_Z_inflateResetKeep
169 #define gzopen_w MOZ_Z_gzopen_w
170
162 /* Mangle Byte types except on Mac. */ 171 /* Mangle Byte types except on Mac. */
163 #if !defined(__MACTYPES__) 172 #if !defined(__MACTYPES__)
164 #define Byte MOZ_Z_Byte 173 #define Byte MOZ_Z_Byte
165 #define Bytef MOZ_Z_Bytef 174 #define Bytef MOZ_Z_Bytef
166 #endif 175 #endif
167 176
168 #endif 177 #endif
OLDNEW
« no previous file with comments | « third_party/zlib/mixed-source.patch ('k') | third_party/zlib/simd.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698