HomeSort by: relevance | last modified time | path
    Searched defs:Z_NULL (Results 1 - 8 of 8) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/zmod/
zlib.h 116 Bytef *extra; /* pointer to extra field or Z_NULL if none */
117 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */
119 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
121 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
142 zalloc must return Z_NULL if there is not enough memory for the object.
207 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
226 If zalloc and zfree are set to Z_NULL, deflateInit updates them to
349 the caller. If next_in is not Z_NULL and avail_in is large enough (the exact
353 inflate. If zalloc and zfree are set to Z_NULL, inflateInit updates them to
680 caller must assure that, if not Z_NULL, name and comment are terminated wit
    [all...]
  /src/common/dist/zlib/
zlib.h 121 Bytef *extra; /* pointer to extra field or Z_NULL if none */
122 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */
124 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
126 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
147 zalloc must return Z_NULL if there is not enough memory for the object.
150 Z_NULL on entry to the initialization function, they are set to internal
214 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
234 zalloc and zfree are set to Z_NULL, deflateInit updates them to use default
357 if next_in or next_out was Z_NULL or the state was inadvertently written over
387 first call). If zalloc and zfree are set to Z_NULL, inflateInit update
    [all...]
  /src/sys/net/
zlib.h 397 zalloc must return Z_NULL if there is not enough memory for the object.
459 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
478 If zalloc and zfree are set to Z_NULL, deflateInit updates them to
600 the caller. If next_in is not Z_NULL and avail_in is large enough (the exact
604 inflate. If zalloc and zfree are set to Z_NULL, inflateInit updates them to
1037 gzgets returns buf, or Z_NULL in case of error.
1143 uLong adler = adler32(0L, Z_NULL, 0);
1161 uLong crc = crc32(0L, Z_NULL, 0);
  /src/external/gpl3/binutils/dist/zlib/
zlib.h 119 Bytef *extra; /* pointer to extra field or Z_NULL if none */
120 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */
122 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
124 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
145 zalloc must return Z_NULL if there is not enough memory for the object.
148 Z_NULL on entry to the initialization function, they are set to internal
212 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
232 zalloc and zfree are set to Z_NULL, deflateInit updates them to use default
355 if next_in or next_out was Z_NULL or the state was inadvertently written over
385 first call). If zalloc and zfree are set to Z_NULL, inflateInit update
    [all...]
  /src/external/gpl3/binutils.old/dist/zlib/
zlib.h 119 Bytef *extra; /* pointer to extra field or Z_NULL if none */
120 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */
122 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
124 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
145 zalloc must return Z_NULL if there is not enough memory for the object.
148 Z_NULL on entry to the initialization function, they are set to internal
212 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
232 zalloc and zfree are set to Z_NULL, deflateInit updates them to use default
355 if next_in or next_out was Z_NULL or the state was inadvertently written over
385 first call). If zalloc and zfree are set to Z_NULL, inflateInit update
    [all...]
  /src/external/gpl3/gdb.old/dist/zlib/
zlib.h 119 Bytef *extra; /* pointer to extra field or Z_NULL if none */
120 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */
122 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
124 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
145 zalloc must return Z_NULL if there is not enough memory for the object.
148 Z_NULL on entry to the initialization function, they are set to internal
212 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
232 zalloc and zfree are set to Z_NULL, deflateInit updates them to use default
355 if next_in or next_out was Z_NULL or the state was inadvertently written over
385 first call). If zalloc and zfree are set to Z_NULL, inflateInit update
    [all...]
  /src/external/gpl3/gdb/dist/zlib/
zlib.h 119 Bytef *extra; /* pointer to extra field or Z_NULL if none */
120 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */
122 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
124 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
145 zalloc must return Z_NULL if there is not enough memory for the object.
148 Z_NULL on entry to the initialization function, they are set to internal
212 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
232 zalloc and zfree are set to Z_NULL, deflateInit updates them to use default
355 if next_in or next_out was Z_NULL or the state was inadvertently written over
385 first call). If zalloc and zfree are set to Z_NULL, inflateInit update
    [all...]
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
zlib.h 459 Bytef *extra; /* pointer to extra field or Z_NULL if none */
460 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */
462 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
464 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
485 zalloc must return Z_NULL if there is not enough memory for the object.
550 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
569 If zalloc and zfree are set to Z_NULL, deflateInit updates them to
692 the caller. If next_in is not Z_NULL and avail_in is large enough (the exact
696 inflate. If zalloc and zfree are set to Z_NULL, inflateInit updates them to
1023 caller must assure that, if not Z_NULL, name and comment are terminated wit
    [all...]

Completed in 23 milliseconds