![]() |
Leptonica
1.82.0
Image processing and image analysis suite
|
#include <array.h>
Data Fields | |
size_t | nalloc |
size_t | size |
l_int32 | refcount |
l_uint8 * | data |
l_uint8* L_Bytea::data |
data array
Definition at line 141 of file array.h.
Referenced by l_byteaAppendData(), l_byteaAppendString(), l_byteaCopy(), l_byteaDestroy(), l_byteaGetData(), and l_byteaInitFromStream().
size_t L_Bytea::nalloc |
number of bytes allocated in data array
Definition at line 138 of file array.h.
Referenced by l_byteaAppendData(), l_byteaAppendString(), and l_byteaExtendArrayToSize().
l_int32 L_Bytea::refcount |
reference count (1 if no clones)
Definition at line 140 of file array.h.
Referenced by l_byteaCopy(), and l_byteaDestroy().
size_t L_Bytea::size |
number of bytes presently used
Definition at line 139 of file array.h.
Referenced by l_byteaAppendData(), l_byteaAppendString(), l_byteaCopy(), l_byteaGetData(), l_byteaGetSize(), l_byteaInitFromStream(), and l_byteaSplit().