GnuCOBOL  2.0
A free COBOL compiler
VBTREE Struct Reference

#include <isinternal.h>

Collaboration diagram for VBTREE:

Data Fields

struct VBTREEpsnext
 
struct VBTREEpsparent
 
struct VBKEYpskeyfirst
 
struct VBKEYpskeylast
 
struct VBKEYpskeycurr
 
off_t tnodenumber
 
off_t ttransnumber
 
unsigned int ilevel
 
unsigned int ikeysinnode
 
unsigned char iisroot
 
unsigned char iistof
 
unsigned char iiseof
 
unsigned char spare [5]
 
struct VBKEYpskeylist [512]
 

Detailed Description

Definition at line 337 of file isinternal.h.

Field Documentation

unsigned char VBTREE::iiseof

Definition at line 349 of file isinternal.h.

Referenced by inewroot(), inodesplit(), itreeload(), ivbkeydelete(), and ivbkeyload().

unsigned char VBTREE::iisroot

Definition at line 347 of file isinternal.h.

Referenced by inewroot(), inodesplit(), itreeload(), and ivbkeydelete().

unsigned char VBTREE::iistof

Definition at line 348 of file isinternal.h.

Referenced by inewroot(), inodesplit(), itreeload(), ivbkeydelete(), and ivbkeyload().

unsigned int VBTREE::ikeysinnode
unsigned int VBTREE::ilevel
struct VBKEY* VBTREE::pskeylast
struct VBKEY* VBTREE::pskeylist[512]
struct VBTREE* VBTREE::psnext

Definition at line 338 of file isinternal.h.

Referenced by psvbtreeallocate(), and vvbtreeallfree().

struct VBTREE* VBTREE::psparent
unsigned char VBTREE::spare[5]

Definition at line 350 of file isinternal.h.

off_t VBTREE::tnodenumber
off_t VBTREE::ttransnumber

Definition at line 344 of file isinternal.h.

Referenced by ichecktree(), and ivbnodeload().


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