Structure to hold info about a Blob. More...
#include <typval.h>
Data Fields | |
garray_T | bv_ga |
Growarray with the data. More... | |
int | bv_refcount |
Reference count. More... | |
VarLockStatus | bv_lock |
VAR_UNLOCKED, VAR_LOCKED, VAR_FIXED. More... | |
Structure to hold info about a Blob.
garray_T blobvar_S::bv_ga |
Growarray with the data.
VarLockStatus blobvar_S::bv_lock |
VAR_UNLOCKED, VAR_LOCKED, VAR_FIXED.
int blobvar_S::bv_refcount |
Reference count.