Z_NULL 767 net/disk_cache/simple/simple_entry_impl.cc int32 crc = GetDataSize(i) == 0 ? crc32(0, Z_NULL, 0) : crc32s_[i]; Z_NULL 1181 net/disk_cache/simple/simple_entry_impl.cc uint32 current_crc = offset == 0 ? crc32(0, Z_NULL, 0) Z_NULL 1515 net/disk_cache/simple/simple_entry_impl.cc (offset != 0) ? crc32s_[stream_index] : crc32(0, Z_NULL, 0); Z_NULL 34 net/disk_cache/simple/simple_index_file.cc return crc32(crc32(0, Z_NULL, 0), Z_NULL 167 net/disk_cache/simple/simple_synchronous_entry.cc stream_0_crc32(crc32(0, Z_NULL, 0)), Z_NULL 294 net/disk_cache/simple/simple_synchronous_entry.cc *out_crc32 = crc32(crc32(0L, Z_NULL, 0), Z_NULL 1087 net/disk_cache/simple/simple_synchronous_entry.cc ? crc32(0, Z_NULL, 0) Z_NULL 1088 net/disk_cache/simple/simple_synchronous_entry.cc : crc32(crc32(0, Z_NULL, 0), Z_NULL 1335 net/disk_cache/simple/simple_synchronous_entry.cc uint32 actual_crc32 = crc32(crc32(0L, Z_NULL, 0), Z_NULL 1358 net/disk_cache/simple/simple_synchronous_entry.cc new_crc32 = crc32(crc32(0L, Z_NULL, 0), Z_NULL 1397 net/disk_cache/simple/simple_synchronous_entry.cc uint32 data_crc32 = crc32(crc32(0L, Z_NULL, 0), Z_NULL 31 net/spdy/spdy_framer.cc uLong initial_value = adler32(0L, Z_NULL, 0); Z_NULL 213 third_party/libpng/png.c png_ptr->crc = crc32(0, Z_NULL, 0); Z_NULL 818 third_party/libxml/src/nanohttp.c ctxt->strm->zalloc = Z_NULL; Z_NULL 819 third_party/libxml/src/nanohttp.c ctxt->strm->zfree = Z_NULL; Z_NULL 820 third_party/libxml/src/nanohttp.c ctxt->strm->opaque = Z_NULL; Z_NULL 822 third_party/libxml/src/nanohttp.c ctxt->strm->next_in = Z_NULL; Z_NULL 52 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc zcontext_.zalloc = Z_NULL; Z_NULL 53 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc zcontext_.zfree = Z_NULL; Z_NULL 54 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc zcontext_.opaque = Z_NULL; Z_NULL 212 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc zcontext_.zalloc = Z_NULL; Z_NULL 213 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc zcontext_.zfree = Z_NULL; Z_NULL 214 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc zcontext_.opaque = Z_NULL; Z_NULL 84 third_party/zlib/adler32.c if (buf == Z_NULL) Z_NULL 226 third_party/zlib/crc32.c if (buf == Z_NULL) return 0UL; Z_NULL 231 third_party/zlib/deflate.c if (version == Z_NULL || version[0] != my_version[0] || Z_NULL 235 third_party/zlib/deflate.c if (strm == Z_NULL) return Z_STREAM_ERROR; Z_NULL 237 third_party/zlib/deflate.c strm->msg = Z_NULL; Z_NULL 267 third_party/zlib/deflate.c if (s == Z_NULL) return Z_MEM_ERROR; Z_NULL 272 third_party/zlib/deflate.c s->gzhead = Z_NULL; Z_NULL 297 third_party/zlib/deflate.c if (s->window == Z_NULL || s->prev == Z_NULL || s->head == Z_NULL || Z_NULL 298 third_party/zlib/deflate.c s->pending_buf == Z_NULL) { Z_NULL 325 third_party/zlib/deflate.c if (strm == Z_NULL || strm->state == Z_NULL || dictionary == Z_NULL || Z_NULL 362 third_party/zlib/deflate.c if (strm == Z_NULL || strm->state == Z_NULL || Z_NULL 368 third_party/zlib/deflate.c strm->msg = Z_NULL; /* use zfree if we ever allocate msg dynamically */ Z_NULL 383 third_party/zlib/deflate.c s->wrap == 2 ? crc32(0L, Z_NULL, 0) : Z_NULL 385 third_party/zlib/deflate.c adler32(0L, Z_NULL, 0); Z_NULL 399 third_party/zlib/deflate.c if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; Z_NULL 411 third_party/zlib/deflate.c if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; Z_NULL 427 third_party/zlib/deflate.c if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; Z_NULL 466 third_party/zlib/deflate.c if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; Z_NULL 505 third_party/zlib/deflate.c if (strm == Z_NULL || strm->state == Z_NULL) Z_NULL 519 third_party/zlib/deflate.c if (s->gzhead != Z_NULL) { /* user-supplied gzip header */ Z_NULL 520 third_party/zlib/deflate.c if (s->gzhead->extra != Z_NULL) Z_NULL 523 third_party/zlib/deflate.c if (str != Z_NULL) Z_NULL 528 third_party/zlib/deflate.c if (str != Z_NULL) Z_NULL 595 third_party/zlib/deflate.c if (strm == Z_NULL || strm->state == Z_NULL || Z_NULL 601 third_party/zlib/deflate.c if (strm->next_out == Z_NULL || Z_NULL 602 third_party/zlib/deflate.c (strm->next_in == Z_NULL && strm->avail_in != 0) || Z_NULL 616 third_party/zlib/deflate.c strm->adler = crc32(0L, Z_NULL, 0); Z_NULL 620 third_party/zlib/deflate.c if (s->gzhead == Z_NULL) { Z_NULL 635 third_party/zlib/deflate.c (s->gzhead->extra == Z_NULL ? 0 : 4) + Z_NULL 636 third_party/zlib/deflate.c (s->gzhead->name == Z_NULL ? 0 : 8) + Z_NULL 637 third_party/zlib/deflate.c (s->gzhead->comment == Z_NULL ? 0 : 16) Z_NULL 647 third_party/zlib/deflate.c if (s->gzhead->extra != Z_NULL) { Z_NULL 684 third_party/zlib/deflate.c strm->adler = adler32(0L, Z_NULL, 0); Z_NULL 689 third_party/zlib/deflate.c if (s->gzhead->extra != Z_NULL) { Z_NULL 717 third_party/zlib/deflate.c if (s->gzhead->name != Z_NULL) { Z_NULL 748 third_party/zlib/deflate.c if (s->gzhead->comment != Z_NULL) { Z_NULL 783 third_party/zlib/deflate.c strm->adler = crc32(0L, Z_NULL, 0); Z_NULL 923 third_party/zlib/deflate.c if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; Z_NULL 944 third_party/zlib/deflate.c strm->state = Z_NULL; Z_NULL 966 third_party/zlib/deflate.c if (source == Z_NULL || dest == Z_NULL || source->state == Z_NULL) { Z_NULL 975 third_party/zlib/deflate.c if (ds == Z_NULL) return Z_MEM_ERROR; Z_NULL 986 third_party/zlib/deflate.c if (ds->window == Z_NULL || ds->prev == Z_NULL || ds->head == Z_NULL || Z_NULL 987 third_party/zlib/deflate.c ds->pending_buf == Z_NULL) { Z_NULL 1600 third_party/zlib/deflate.c (charf *)Z_NULL), \ Z_NULL 127 third_party/zlib/gzread.c state->strm.zalloc = Z_NULL; Z_NULL 128 third_party/zlib/gzread.c state->strm.zfree = Z_NULL; Z_NULL 129 third_party/zlib/gzread.c state->strm.opaque = Z_NULL; Z_NULL 131 third_party/zlib/gzread.c state->strm.next_in = Z_NULL; Z_NULL 198 third_party/zlib/gzread.c strm->adler = crc32(0L, Z_NULL, 0); Z_NULL 34 third_party/zlib/gzwrite.c strm->zalloc = Z_NULL; Z_NULL 35 third_party/zlib/gzwrite.c strm->zfree = Z_NULL; Z_NULL 36 third_party/zlib/gzwrite.c strm->opaque = Z_NULL; Z_NULL 37 third_party/zlib/infback.c if (version == Z_NULL || version[0] != ZLIB_VERSION[0] || Z_NULL 40 third_party/zlib/infback.c if (strm == Z_NULL || window == Z_NULL || Z_NULL 43 third_party/zlib/infback.c strm->msg = Z_NULL; /* in case we return an error */ Z_NULL 51 third_party/zlib/infback.c if (state == Z_NULL) return Z_MEM_ERROR; Z_NULL 154 third_party/zlib/infback.c next = Z_NULL; \ Z_NULL 264 third_party/zlib/infback.c if (strm == Z_NULL || strm->state == Z_NULL) Z_NULL 269 third_party/zlib/infback.c strm->msg = Z_NULL; Z_NULL 274 third_party/zlib/infback.c have = next != Z_NULL ? strm->avail_in : 0; Z_NULL 626 third_party/zlib/infback.c if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0) Z_NULL 629 third_party/zlib/infback.c strm->state = Z_NULL; Z_NULL 108 third_party/zlib/inflate.c if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; Z_NULL 111 third_party/zlib/inflate.c strm->msg = Z_NULL; Z_NULL 117 third_party/zlib/inflate.c state->head = Z_NULL; Z_NULL 138 third_party/zlib/inflate.c if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; Z_NULL 157 third_party/zlib/inflate.c if (state->window != Z_NULL && state->wbits != (unsigned)windowBits) { Z_NULL 159 third_party/zlib/inflate.c state->window = Z_NULL; Z_NULL 177 third_party/zlib/inflate.c if (version == Z_NULL || version[0] != ZLIB_VERSION[0] || Z_NULL 180 third_party/zlib/inflate.c if (strm == Z_NULL) return Z_STREAM_ERROR; Z_NULL 181 third_party/zlib/inflate.c strm->msg = Z_NULL; /* in case we return an error */ Z_NULL 189 third_party/zlib/inflate.c if (state == Z_NULL) return Z_MEM_ERROR; Z_NULL 192 third_party/zlib/inflate.c state->window = Z_NULL; Z_NULL 196 third_party/zlib/inflate.c strm->state = Z_NULL; Z_NULL 216 third_party/zlib/inflate.c if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; Z_NULL 368 third_party/zlib/inflate.c if (state->window == Z_NULL) { Z_NULL 372 third_party/zlib/inflate.c if (state->window == Z_NULL) return 1; Z_NULL 612 third_party/zlib/inflate.c if (strm == Z_NULL || strm->state == Z_NULL || strm->next_out == Z_NULL || Z_NULL 613 third_party/zlib/inflate.c (strm->next_in == Z_NULL && strm->avail_in != 0)) Z_NULL 632 third_party/zlib/inflate.c state->check = crc32(0L, Z_NULL, 0); Z_NULL 639 third_party/zlib/inflate.c if (state->head != Z_NULL) Z_NULL 666 third_party/zlib/inflate.c strm->adler = state->check = adler32(0L, Z_NULL, 0); Z_NULL 684 third_party/zlib/inflate.c if (state->head != Z_NULL) Z_NULL 691 third_party/zlib/inflate.c if (state->head != Z_NULL) Z_NULL 698 third_party/zlib/inflate.c if (state->head != Z_NULL) { Z_NULL 709 third_party/zlib/inflate.c if (state->head != Z_NULL) Z_NULL 714 third_party/zlib/inflate.c else if (state->head != Z_NULL) Z_NULL 715 third_party/zlib/inflate.c state->head->extra = Z_NULL; Z_NULL 722 third_party/zlib/inflate.c if (state->head != Z_NULL && Z_NULL 723 third_party/zlib/inflate.c state->head->extra != Z_NULL) { Z_NULL 745 third_party/zlib/inflate.c if (state->head != Z_NULL && Z_NULL 746 third_party/zlib/inflate.c state->head->name != Z_NULL && Z_NULL 756 third_party/zlib/inflate.c else if (state->head != Z_NULL) Z_NULL 757 third_party/zlib/inflate.c state->head->name = Z_NULL; Z_NULL 766 third_party/zlib/inflate.c if (state->head != Z_NULL && Z_NULL 767 third_party/zlib/inflate.c state->head->comment != Z_NULL && Z_NULL 777 third_party/zlib/inflate.c else if (state->head != Z_NULL) Z_NULL 778 third_party/zlib/inflate.c state->head->comment = Z_NULL; Z_NULL 790 third_party/zlib/inflate.c if (state->head != Z_NULL) { Z_NULL 794 third_party/zlib/inflate.c strm->adler = state->check = crc32(0L, Z_NULL, 0); Z_NULL 808 third_party/zlib/inflate.c strm->adler = state->check = adler32(0L, Z_NULL, 0); Z_NULL 1242 third_party/zlib/inflate.c if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0) Z_NULL 1245 third_party/zlib/inflate.c if (state->window != Z_NULL) ZFREE(strm, state->window); Z_NULL 1247 third_party/zlib/inflate.c strm->state = Z_NULL; Z_NULL 1261 third_party/zlib/inflate.c if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; Z_NULL 1268 third_party/zlib/inflate.c id = adler32(0L, Z_NULL, 0); Z_NULL 1301 third_party/zlib/inflate.c if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; Z_NULL 1354 third_party/zlib/inflate.c if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; Z_NULL 1401 third_party/zlib/inflate.c if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; Z_NULL 1416 third_party/zlib/inflate.c if (dest == Z_NULL || source == Z_NULL || source->state == Z_NULL || Z_NULL 1424 third_party/zlib/inflate.c if (copy == Z_NULL) return Z_MEM_ERROR; Z_NULL 1425 third_party/zlib/inflate.c window = Z_NULL; Z_NULL 1426 third_party/zlib/inflate.c if (state->window != Z_NULL) { Z_NULL 1429 third_party/zlib/inflate.c if (window == Z_NULL) { Z_NULL 1444 third_party/zlib/inflate.c if (window != Z_NULL) { Z_NULL 1459 third_party/zlib/inflate.c if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; Z_NULL 1475 third_party/zlib/inflate.c if (strm == Z_NULL || strm->state == Z_NULL) return -1L << 16;