![]() |
Leptonica
1.77.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 131 of file array.h.
Referenced by barcodeDecode2of5(), barcodeDecode39(), barcodeDecode93(), barcodeDecodeCodabar(), barcodeDecodeEan13(), barcodeDecodeI2of5(), barcodeDecodeUpca(), barcodeDispatchDecoder(), l_byteaAppendData(), l_byteaAppendString(), l_byteaCopy(), l_byteaDestroy(), l_byteaExtendArrayToSize(), l_byteaGetData(), l_byteaInitFromMem(), and l_byteaInitFromStream().
| size_t L_Bytea::nalloc |
number of bytes allocated in data array
Definition at line 128 of file array.h.
Referenced by bbufferCreate(), l_byteaAppendData(), l_byteaAppendString(), and l_byteaExtendArrayToSize().
| l_int32 L_Bytea::refcount |
reference count (1 if no clones)
Definition at line 130 of file array.h.
Referenced by l_byteaCopy(), and l_byteaDestroy().
| size_t L_Bytea::size |
number of bytes presently used
Definition at line 129 of file array.h.
Referenced by l_byteaAppendData(), l_byteaAppendString(), l_byteaCopy(), l_byteaGetData(), l_byteaGetSize(), l_byteaInitFromMem(), l_byteaInitFromStream(), and l_byteaSplit().