Home
last modified time | relevance | path

Searched refs:header_crc (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/iostreams/src/
Dgzip.cpp70 } else if (flags_ & gzip::flags::header_crc) { in process()
91 } else if (flags_ & gzip::flags::header_crc) { in process()
103 } else if (flags_ & gzip::flags::header_crc) { in process()
112 } else if (flags_ & gzip::flags::header_crc) { in process()
/third_party/gstreamer/gstplugins_bad/gst/gdp/
Ddataprotocol.c149 guint16 header_crc = 0, crc = 0; in gst_dp_payload_buffer() local
206 header_crc = gst_dp_crc (h, 58); in gst_dp_payload_buffer()
208 header_crc = 0; in gst_dp_payload_buffer()
210 GST_WRITE_UINT16_BE (h + 58, header_crc); in gst_dp_payload_buffer()
/third_party/e2fsprogs/misc/
De2undo.c69 __le32 header_crc; /* crc32c of the header (but not this field) */ member
146 printf("header crc:\t0x%x\n", ext2fs_le32_to_cpu(hdr->header_crc)); in dump_header()
399 if (!force && ext2fs_le32_to_cpu(undo_ctx.hdr.header_crc) != hdr_crc) { in main()
/third_party/e2fsprogs/lib/ext2fs/
Dundo_io.c103 __le32 header_crc; /* crc32c of this header (but not this field) */ member
244 sizeof(data->hdr.header_crc)); in write_undo_indexes()
245 data->hdr.header_crc = ext2fs_cpu_to_le32(hdr_crc); in write_undo_indexes()
576 if (ext2fs_le32_to_cpu(hdr.header_crc) != hdr_crc) in try_reopen_undo_file()
/third_party/boost/boost/iostreams/filter/
Dgzip.hpp95 const int header_crc = 2; variable