|
Blender
V3.3
|
Public Attributes | |
| struct BHeadN * | next |
| struct BHeadN * | prev |
| off64_t | file_offset |
| bool | has_data |
| bool | is_memchunk_identical |
| struct BHead | bhead |
Definition at line 184 of file readfile.c.
| struct BHead BHeadN::bhead |
Definition at line 192 of file readfile.c.
Referenced by blo_bhead_first(), blo_bhead_next(), blo_bhead_read_data(), blo_bhead_read_full(), and get_bhead().
| off64_t BHeadN::file_offset |
Use to read the data from the file directly into memory as needed.
Definition at line 188 of file readfile.c.
Referenced by blo_bhead_read_data(), blo_bhead_read_full(), and get_bhead().
| bool BHeadN::has_data |
When set, the remainder of this allocation is the data, otherwise it needs to be read.
Definition at line 190 of file readfile.c.
Referenced by blo_bhead_read_data(), blo_bhead_read_full(), and get_bhead().
| bool BHeadN::is_memchunk_identical |
Definition at line 192 of file readfile.c.
Referenced by blo_bhead_read_data(), blo_bhead_read_full(), and get_bhead().
| struct BHeadN* BHeadN::next |
Definition at line 185 of file readfile.c.
Referenced by blo_bhead_next(), and get_bhead().
| struct BHeadN * BHeadN::prev |
Definition at line 185 of file readfile.c.
Referenced by blo_bhead_prev(), and get_bhead().