ReactOS 0.4.17-dev-934-g091855f
dxil_block Struct Reference
Collaboration diagram for dxil_block:

Public Attributes

const struct dxil_block * parent
 
enum bitcode_block_id id
 
unsigned int abbrev_len
 
unsigned int start
 
unsigned int length
 
unsigned int level
 
struct dxil_abbrev ** abbrevs
 
size_t abbrev_capacity
 
size_t abbrev_count
 
unsigned int blockinfo_bid
 
bool has_bid
 
struct dxil_block ** child_blocks
 
size_t child_block_capacity
 
size_t child_block_count
 
struct dxil_record ** records
 
size_t record_capacity
 
size_t record_count
 

Detailed Description

Definition at line 759 of file dxil.c.

Member Data Documentation

◆ abbrev_capacity

size_t dxil_block::abbrev_capacity

Definition at line 770 of file dxil.c.

◆ abbrev_count

size_t dxil_block::abbrev_count

Definition at line 771 of file dxil.c.

Referenced by dxil_block_init().

◆ abbrev_len

unsigned int dxil_block::abbrev_len

Definition at line 763 of file dxil.c.

◆ abbrevs

struct dxil_abbrev** dxil_block::abbrevs

Definition at line 769 of file dxil.c.

Referenced by dxil_global_abbrevs_cleanup().

◆ blockinfo_bid

unsigned int dxil_block::blockinfo_bid

Definition at line 772 of file dxil.c.

◆ child_block_capacity

size_t dxil_block::child_block_capacity

Definition at line 776 of file dxil.c.

◆ child_block_count

size_t dxil_block::child_block_count

Definition at line 777 of file dxil.c.

◆ child_blocks

struct dxil_block** dxil_block::child_blocks

Definition at line 775 of file dxil.c.

◆ has_bid

bool dxil_block::has_bid

Definition at line 773 of file dxil.c.

◆ id

enum bitcode_block_id dxil_block::id

Definition at line 762 of file dxil.c.

◆ length

unsigned int dxil_block::length

Definition at line 765 of file dxil.c.

◆ level

unsigned int dxil_block::level

Definition at line 766 of file dxil.c.

◆ parent

const struct dxil_block* dxil_block::parent

Definition at line 761 of file dxil.c.

◆ record_capacity

size_t dxil_block::record_capacity

Definition at line 780 of file dxil.c.

◆ record_count

size_t dxil_block::record_count

Definition at line 781 of file dxil.c.

Referenced by sm6_parser_metadata_attachment_block_init().

◆ records

struct dxil_record** dxil_block::records

Definition at line 779 of file dxil.c.

Referenced by sm6_parser_metadata_attachment_block_init().

◆ start

unsigned int dxil_block::start

Definition at line 764 of file dxil.c.


The documentation for this struct was generated from the following file: