Blender  V3.3
Public Attributes | List of all members
BHeadN Struct Reference

Public Attributes

struct BHeadNnext
 
struct BHeadNprev
 
off64_t file_offset
 
bool has_data
 
bool is_memchunk_identical
 
struct BHead bhead
 

Detailed Description

Definition at line 184 of file readfile.c.

Member Data Documentation

◆ bhead

struct BHead BHeadN::bhead

◆ file_offset

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().

◆ has_data

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().

◆ is_memchunk_identical

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().

◆ next

struct BHeadN* BHeadN::next

Definition at line 185 of file readfile.c.

Referenced by blo_bhead_next(), and get_bhead().

◆ prev

struct BHeadN * BHeadN::prev

Definition at line 185 of file readfile.c.

Referenced by blo_bhead_prev(), and get_bhead().


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