HomeSort by: relevance | last modified time | path
    Searched refs:ZLIB_INTERNAL (Results 1 - 25 of 98) sorted by relevancy

1 2 3 4

  /src/common/dist/zlib/
inffast.h 11 void ZLIB_INTERNAL inflate_fast(z_streamp strm, unsigned start);
trees.h 73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {
102 const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {
inftrees.h 60 int ZLIB_INTERNAL inflate_table(codetype type, unsigned short FAR *lens,
64 void ZLIB_INTERNAL inflate_fixed(struct inflate_state FAR *state);
gzguts.h 15 # define ZLIB_INTERNAL __attribute__((visibility ("hidden")))
17 # define ZLIB_INTERNAL
208 void ZLIB_INTERNAL gz_error(gz_statep, int, const char *);
210 char ZLIB_INTERNAL *gz_strwinerror(DWORD error);
216 unsigned ZLIB_INTERNAL gz_intmax(void);
  /src/external/gpl3/binutils/dist/zlib/
inffast.h 11 void ZLIB_INTERNAL inflate_fast(z_streamp strm, unsigned start);
trees.h 73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {
102 const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {
zutil.c 120 int ZLIB_INTERNAL z_verbose = verbose;
122 void ZLIB_INTERNAL z_error(char *m) {
145 void ZLIB_INTERNAL zmemcpy(Bytef* dest, const Bytef* source, uInt len) {
152 int ZLIB_INTERNAL zmemcmp(const Bytef* s1, const Bytef* s2, uInt len) {
161 void ZLIB_INTERNAL zmemzero(Bytef* dest, uInt len) {
202 voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, unsigned items, unsigned size) {
227 void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr) {
263 voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, uInt items, uInt size) {
268 void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr) {
286 voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, unsigned items, unsigned size)
    [all...]
inftrees.h 60 int ZLIB_INTERNAL inflate_table(codetype type, unsigned short FAR *lens,
gzguts.h 15 # define ZLIB_INTERNAL __attribute__((visibility ("hidden")))
17 # define ZLIB_INTERNAL
205 void ZLIB_INTERNAL gz_error(gz_statep, int, const char *);
207 char ZLIB_INTERNAL *gz_strwinerror(DWORD error);
213 unsigned ZLIB_INTERNAL gz_intmax(void);
  /src/external/gpl3/gdb/dist/zlib/
inffast.h 11 void ZLIB_INTERNAL inflate_fast(z_streamp strm, unsigned start);
trees.h 73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {
102 const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {
zutil.c 120 int ZLIB_INTERNAL z_verbose = verbose;
122 void ZLIB_INTERNAL z_error(char *m) {
145 void ZLIB_INTERNAL zmemcpy(Bytef* dest, const Bytef* source, uInt len) {
152 int ZLIB_INTERNAL zmemcmp(const Bytef* s1, const Bytef* s2, uInt len) {
161 void ZLIB_INTERNAL zmemzero(Bytef* dest, uInt len) {
202 voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, unsigned items, unsigned size) {
227 void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr) {
263 voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, uInt items, uInt size) {
268 void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr) {
286 voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, unsigned items, unsigned size)
    [all...]
inftrees.h 60 int ZLIB_INTERNAL inflate_table(codetype type, unsigned short FAR *lens,
gzguts.h 15 # define ZLIB_INTERNAL __attribute__((visibility ("hidden")))
17 # define ZLIB_INTERNAL
205 void ZLIB_INTERNAL gz_error(gz_statep, int, const char *);
207 char ZLIB_INTERNAL *gz_strwinerror(DWORD error);
213 unsigned ZLIB_INTERNAL gz_intmax(void);
  /src/external/gpl3/binutils.old/dist/zlib/
inffast.h 11 void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start));
trees.h 73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {
102 const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {
inftrees.h 60 int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens,
gzguts.h 16 # define ZLIB_INTERNAL __attribute__((visibility ("hidden")))
18 # define ZLIB_INTERNAL
206 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
208 char ZLIB_INTERNAL *gz_strwinerror OF((DWORD error));
217 unsigned ZLIB_INTERNAL gz_intmax OF((void));
  /src/external/gpl3/gdb.old/dist/zlib/
inffast.h 11 void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start));
trees.h 73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {
102 const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {
inftrees.h 60 int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens,
gzguts.h 16 # define ZLIB_INTERNAL __attribute__((visibility ("hidden")))
18 # define ZLIB_INTERNAL
206 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
208 char ZLIB_INTERNAL *gz_strwinerror OF((DWORD error));
217 unsigned ZLIB_INTERNAL gz_intmax OF((void));
  /src/common/dist/zlib/contrib/crc32vx/
crc32_vx_hooks.h 7 ZLIB_INTERNAL extern unsigned long (*crc32_z_hook)(unsigned long crc, const unsigned char FAR *buf, z_size_t len);
  /src/external/bsd/zstd/dist/zlibWrapper/
zstd_zlibwrapper.h 16 #define ZLIB_INTERNAL /* disables gz*64 functions but fixes zlib 1.2.4 with Z_PREFIX */
gzguts.h 20 # define ZLIB_INTERNAL __attribute__((visibility ("hidden")))
22 # define ZLIB_INTERNAL
216 void ZLIB_INTERNAL gz_error _Z_OF((gz_statep, int, const char *));
218 char ZLIB_INTERNAL *gz_strwinerror _Z_OF((DWORD error));
227 unsigned ZLIB_INTERNAL gz_intmax _Z_OF((void));

Completed in 36 milliseconds

1 2 3 4