iPXE
blob Struct Reference

An openable data blob. More...

Data Fields

struct refcnt refcnt
 Reference count.
struct interface xfer
 Data transfer interface.
struct process process
 Download process.
const void * data
 Data.
size_t len
 Length of data.

Detailed Description

An openable data blob.

Definition at line 45 of file blob.c.

Field Documentation

◆ refcnt

struct refcnt blob::refcnt

Reference count.

Definition at line 47 of file blob.c.

Referenced by blob_open().

◆ xfer

struct interface blob::xfer

Data transfer interface.

Definition at line 49 of file blob.c.

Referenced by blob_close(), blob_open(), and blob_step().

◆ process

struct process blob::process

Download process.

Definition at line 51 of file blob.c.

Referenced by blob_close(), and blob_open().

◆ data

const void* blob::data

Data.

Definition at line 53 of file blob.c.

Referenced by blob_open(), and blob_step().

◆ len

size_t blob::len

Length of data.

Definition at line 55 of file blob.c.

Referenced by blob_open(), and blob_step().


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