Home
last modified time | relevance | path

Searched refs:Z_NULL (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/u-boot/lib/zlib/
H A Dinflate.c12 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; in inflateReset()
15 strm->msg = Z_NULL; in inflateReset()
21 state->head = Z_NULL; in inflateReset()
38 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] || in inflateInit2_()
41 if (strm == Z_NULL) return Z_STREAM_ERROR; in inflateInit2_()
42 strm->msg = Z_NULL; /* in case we return an error */ in inflateInit2_()
50 if (state == Z_NULL) return Z_MEM_ERROR; in inflateInit2_()
65 strm->state = Z_NULL; in inflateInit2_()
69 state->window = Z_NULL; in inflateInit2_()
108 if (state->window == Z_NULL) { in updatewindow()
[all …]
H A Ddeflate.c230 if (version == Z_NULL || version[0] != my_version[0] ||
234 if (strm == Z_NULL) return Z_STREAM_ERROR;
236 strm->msg = Z_NULL;
266 if (s == Z_NULL) return Z_MEM_ERROR;
271 s->gzhead = Z_NULL;
293 if (s->window == Z_NULL || s->prev == Z_NULL || s->head == Z_NULL ||
294 s->pending_buf == Z_NULL) {
321 if (strm == Z_NULL || strm->state == Z_NULL || dictionary == Z_NULL ||
358 if (strm == Z_NULL || strm->state == Z_NULL ||
364 strm->msg = Z_NULL; /* use zfree if we ever allocate msg dynamically */
[all …]
H A Dadler32.c78 if (buf == Z_NULL) in adler32()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dzlib.c25 .zalloc = Z_NULL, in gzip_decompress_to_file()
26 .zfree = Z_NULL, in gzip_decompress_to_file()
27 .opaque = Z_NULL, in gzip_decompress_to_file()
29 .next_in = Z_NULL, in gzip_decompress_to_file()
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/zlib/zlib/
H A DCVE-2022-37434.patch33 if (state->head != Z_NULL &&
34 - state->head->extra != Z_NULL) {
36 + state->head->extra != Z_NULL &&
H A DCVE-2018-25032.patch48 if (version == Z_NULL || version[0] != my_version[0] ||
100 if (s->window == Z_NULL || s->prev == Z_NULL || s->head == Z_NULL ||
101 s->pending_buf == Z_NULL) {
133 if (deflateStateCheck(source) || dest == Z_NULL) {
142 if (ds->window == Z_NULL || ds->prev == Z_NULL || ds->head == Z_NULL ||
143 ds->pending_buf == Z_NULL) {
/OK3568_Linux_fs/external/rknpu2/examples/rknn_benchmark/src/cnpy/
H A Dcnpy.cpp258 d_stream.zalloc = Z_NULL; in load_the_npz_array()
259 d_stream.zfree = Z_NULL; in load_the_npz_array()
260 d_stream.opaque = Z_NULL; in load_the_npz_array()
262 d_stream.next_in = Z_NULL; in load_the_npz_array()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/cnpy/
H A Dcnpy.cpp258 d_stream.zalloc = Z_NULL; in load_the_npz_array()
259 d_stream.zfree = Z_NULL; in load_the_npz_array()
260 d_stream.opaque = Z_NULL; in load_the_npz_array()
262 d_stream.next_in = Z_NULL; in load_the_npz_array()
/OK3568_Linux_fs/u-boot/fs/cramfs/
H A Duncompress.c67 stream.outcb = Z_NULL; in cramfs_uncompress_init()
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minzip/
H A DZip.c573 zstream.zalloc = Z_NULL; in processDeflatedEntry()
574 zstream.zfree = Z_NULL; in processDeflatedEntry()
575 zstream.opaque = Z_NULL; in processDeflatedEntry()
719 crc = crc32(0L, Z_NULL, 0); in mzIsZipEntryIntact()
/OK3568_Linux_fs/external/recovery/minzip/
H A DZip.c572 zstream.zalloc = Z_NULL; in processDeflatedEntry()
573 zstream.zfree = Z_NULL; in processDeflatedEntry()
574 zstream.opaque = Z_NULL; in processDeflatedEntry()
717 crc = crc32(0L, Z_NULL, 0); in mzIsZipEntryIntact()
/OK3568_Linux_fs/u-boot/lib/
H A Dgzip.c67 s.opaque = Z_NULL; in zzip()
/OK3568_Linux_fs/u-boot/include/u-boot/
H A Dzlib.h508 #define Z_NULL (void *)0 /* for initializing zalloc, zfree, opaque */ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Dzlib.h208 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dzlib.h208 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dzlib.h208 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Dzlib.h208 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */ macro