Searched defs:chunk_type (Results 1 - 6 of 6) sorted by relevance

/external/qemu/distrib/libsparse/src/
H A Dsparse_format.h43 __le16 chunk_type; /* 0xCAC1 -> raw; 0xCAC2 -> fill; 0xCAC3 -> don't care */ member in struct:chunk_header
/external/iptables/extensions/
H A Dlibxt_sctp.c93 unsigned int chunk_type; member in struct:sctp_chunk_names
99 = { { .name = "DATA", .chunk_type = 0, .valid_flags = "----IUBE"},
100 { .name = "INIT", .chunk_type = 1, .valid_flags = "--------"},
101 { .name = "INIT_ACK", .chunk_type = 2, .valid_flags = "--------"},
102 { .name = "SACK", .chunk_type = 3, .valid_flags = "--------"},
103 { .name = "HEARTBEAT", .chunk_type = 4, .valid_flags = "--------"},
104 { .name = "HEARTBEAT_ACK", .chunk_type = 5, .valid_flags = "--------"},
105 { .name = "ABORT", .chunk_type = 6, .valid_flags = "-------T"},
106 { .name = "SHUTDOWN", .chunk_type = 7, .valid_flags = "--------"},
107 { .name = "SHUTDOWN_ACK", .chunk_type
[all...]
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_database_unittest.cc66 safe_browsing::ChunkData::ChunkType chunk_type,
72 raw_data->set_chunk_type(chunk_type);
65 BuildChunk(int chunk_number, safe_browsing::ChunkData::ChunkType chunk_type, safe_browsing::ChunkData::PrefixType prefix_type, const void* data, size_t data_size, const std::vector<int>& add_chunk_numbers) argument
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_header.h454 uint8_t chunk_type; member in struct:sctp_chunk_desc
H A Dsctp.h70 uint8_t chunk_type; /* chunk type */ member in struct:sctp_chunkhdr
/external/libpng/contrib/tools/
H A Dpngfix.c1092 /* In fact because chunk::chunk_type is validated prior to any call to this
1552 png_uint_32 chunk_type; /* From header */ member in struct:chunk
1564 type_message(chunk->file, chunk->chunk_type, message);
1594 chunk->chunk_type = file->type;
1611 * that if the chunk_type is png_IDAT and the file write count is 8 this is
1616 png_uint_32 type = file->chunk->chunk_type;
2081 type_name(zlib->chunk->chunk_type, stderr);
2115 type_name(zlib->chunk->chunk_type, stdout);
2140 type_name(zlib->chunk->chunk_type, stdout);
2783 * When this routine returns, chunk_length and chunk_type wil
[all...]

Completed in 1717 milliseconds