TwiceAsNice  2019-02-18
Public Attributes | List of all members
IBLOB Struct Reference

One Blob (Binary Large Object) descriptor. More...

#include <indiapi.h>

Collaboration diagram for IBLOB:
Collaboration graph

Public Attributes

char name [MAXINDINAME]
 Index name. More...
 
char label [MAXINDILABEL]
 Blob label. More...
 
char format [MAXINDIBLOBFMT]
 Format attr. More...
 
void * blob
 Allocated binary large object bytes. More...
 
int bloblen
 Blob size in bytes. More...
 
int size
 N uncompressed bytes. More...
 
struct _IBLOBVectorPropertybvp
 Pointer to parent. More...
 
void * aux0
 Helper info. More...
 
void * aux1
 Helper info. More...
 
void * aux2
 Helper info. More...
 

Detailed Description

One Blob (Binary Large Object) descriptor.

Member Data Documentation

◆ aux0

void * IBLOB::aux0

Helper info.

◆ aux1

void * IBLOB::aux1

Helper info.

◆ aux2

void * IBLOB::aux2

Helper info.

◆ blob

void * IBLOB::blob

Allocated binary large object bytes.

◆ bloblen

int IBLOB::bloblen

Blob size in bytes.

◆ bvp

struct _IBLOBVectorProperty * IBLOB::bvp

Pointer to parent.

◆ format

char IBLOB::format

Format attr.

◆ label

char IBLOB::label

Blob label.

◆ name

char IBLOB::name

Index name.

◆ size

int IBLOB::size

N uncompressed bytes.


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