#include "cdflib.h"Functions | |
| static CDFstatus WasteTree_r | PROTOARGs ((struct CDFstruct *CDF, Int32 vxrOffset)) |
| static CDFstatus DeleteVarRecords | PROTOARGs ((struct CDFstruct *CDF, struct VarStruct *Var, Int32 firstRec, Int32 lastRec)) |
| static CDFstatus DeleteRecords | PROTOARGs ((struct CDFstruct *CDF, struct VarStruct *Var, Int32 firstRec, Int32 lastRec, Int32 *deletedTo)) |
| static CDFstatus DeleteRecords_r | PROTOARGs ((struct CDFstruct *CDF, struct VarStruct *Var, Int32 firstVXRoffset, Int32 firstRec, Int32 lastRec, Int32 *deletedTo, Logical *total)) |
| static CDFstatus DeleteFromFront | PROTOARGs ((struct CDFstruct *CDF, struct VarStruct *Var, Int32 last, Int32 vxrOffset, struct VXRstruct *VXR, int entryN, Int32 irSize)) |
| static CDFstatus DeleteFromMiddle | PROTOARGs ((struct CDFstruct *CDF, struct VarStruct *Var, Int32 first, Int32 last, Int32 vxrOffset, struct VXRstruct *VXR, int entryN, Int32 irSize)) |
| static CDFstatus DeleteFromEnd | PROTOARGs ((struct CDFstruct *CDF, struct VarStruct *Var, Int32 first, Int32 vxrOffset, struct VXRstruct *VXR, int entryN, Int32 irSize)) |
| static CDFstatus DeleteVXRentry | PROTOARGs ((struct CDFstruct *CDF, Int32 firstVXRoffset, Int32 delVXRoffset, int delEntryN, Logical *total)) |
| static CDFstatus InsertIndexEntry | PROTOARGs ((struct CDFstruct *CDF, Int32 vxrOffset, int entryN, Logical after, Int32 first, Int32 last, Int32 offset)) |
| static CDFstatus UpdateIndexEntries_r | PROTOARGs ((vFILE *fp, Int32 vxrOffset, Int32 aboveRecord, Int32 recordCount)) |
| static CDFstatus WriteCVVRorVVR | PROTOARGs ((struct CDFstruct *CDF, Int32 cSize, Int32 stageOffset, Int32 uSize, Int32 *newOffset)) |
| STATICforIDL CDFstatus | CDFdel (struct VAstruct *Va, struct CurStruct *Cur) |
| static CDFstatus | WasteTree_r (struct CDFstruct *CDF, Int32 vxrOffset) |
| static CDFstatus | DeleteVarRecords (struct CDFstruct *CDF, struct VarStruct *Var, Int32 firstRec, Int32 lastRec) |
| static CDFstatus | DeleteRecords (struct CDFstruct *CDF, struct VarStruct *Var, Int32 firstRec, Int32 lastRec, Int32 *deletedTo) |
| static CDFstatus | DeleteRecords_r (struct CDFstruct *CDF, struct VarStruct *Var, Int32 firstVXRoffset, Int32 firstRec, Int32 lastRec, Int32 *deletedTo, Logical *total) |
| static CDFstatus | DeleteFromFront (struct CDFstruct *CDF, struct VarStruct *Var, Int32 last, Int32 vxrOffset, struct VXRstruct *VXR, int entryN, Int32 irSize) |
| static CDFstatus | DeleteFromMiddle (struct CDFstruct *CDF, struct VarStruct *Var, Int32 first, Int32 last, Int32 vxrOffset, struct VXRstruct *VXR, int entryN, Int32 irSize) |
| static CDFstatus | DeleteFromEnd (struct CDFstruct *CDF, struct VarStruct *Var, Int32 first, Int32 vxrOffset, struct VXRstruct *VXR, int entryN, Int32 irSize) |
| static CDFstatus | DeleteVXRentry (struct CDFstruct *CDF, Int32 firstVXRoffset, Int32 delVXRoffset, int delEntryN, Logical *total) |
| static CDFstatus | InsertIndexEntry (struct CDFstruct *CDF, Int32 vxrOffset, int entryN, Logical after, Int32 first, Int32 last, Int32 offset) |
| static CDFstatus | UpdateIndexEntries_r (vFILE *fp, Int32 vxrOffset, Int32 aboveRecord, Int32 recordCount) |
| static CDFstatus | WriteCVVRorVVR (struct CDFstruct *CDF, Int32 cSize, Int32 stageOffset, Int32 uSize, Int32 *newOffset) |
| static CDFstatus DeleteFromEnd | ( | struct CDFstruct * | CDF, | |
| struct VarStruct * | Var, | |||
| Int32 | first, | |||
| Int32 | vxrOffset, | |||
| struct VXRstruct * | VXR, | |||
| int | entryN, | |||
| Int32 | irSize | |||
| ) | [static] |
| static CDFstatus DeleteFromFront | ( | struct CDFstruct * | CDF, | |
| struct VarStruct * | Var, | |||
| Int32 | last, | |||
| Int32 | vxrOffset, | |||
| struct VXRstruct * | VXR, | |||
| int | entryN, | |||
| Int32 | irSize | |||
| ) | [static] |
| static CDFstatus DeleteFromMiddle | ( | struct CDFstruct * | CDF, | |
| struct VarStruct * | Var, | |||
| Int32 | first, | |||
| Int32 | last, | |||
| Int32 | vxrOffset, | |||
| struct VXRstruct * | VXR, | |||
| int | entryN, | |||
| Int32 | irSize | |||
| ) | [static] |
| static CDFstatus DeleteRecords | ( | struct CDFstruct * | CDF, | |
| struct VarStruct * | Var, | |||
| Int32 | firstRec, | |||
| Int32 | lastRec, | |||
| Int32 * | deletedTo | |||
| ) | [static] |
| static CDFstatus DeleteRecords_r | ( | struct CDFstruct * | CDF, | |
| struct VarStruct * | Var, | |||
| Int32 | firstVXRoffset, | |||
| Int32 | firstRec, | |||
| Int32 | lastRec, | |||
| Int32 * | deletedTo, | |||
| Logical * | total | |||
| ) | [static] |
| static CDFstatus DeleteVarRecords | ( | struct CDFstruct * | CDF, | |
| struct VarStruct * | Var, | |||
| Int32 | firstRec, | |||
| Int32 | lastRec | |||
| ) | [static] |
| static CDFstatus DeleteVXRentry | ( | struct CDFstruct * | CDF, | |
| Int32 | firstVXRoffset, | |||
| Int32 | delVXRoffset, | |||
| int | delEntryN, | |||
| Logical * | total | |||
| ) | [static] |
| static CDFstatus InsertIndexEntry | ( | struct CDFstruct * | CDF, | |
| Int32 | vxrOffset, | |||
| int | entryN, | |||
| Logical | after, | |||
| Int32 | first, | |||
| Int32 | last, | |||
| Int32 | offset | |||
| ) | [static] |
| static CDFstatus WriteCVVRorVVR PROTOARGs | ( | (struct CDFstruct *CDF, Int32 cSize, Int32 stageOffset, Int32 uSize, Int32 *newOffset) | ) | [static] |
| static CDFstatus UpdateIndexEntries_r PROTOARGs | ( | (vFILE *fp, Int32 vxrOffset, Int32 aboveRecord, Int32 recordCount) | ) | [static] |
| static CDFstatus InsertIndexEntry PROTOARGs | ( | (struct CDFstruct *CDF, Int32 vxrOffset, int entryN, Logical after, Int32 first, Int32 last, Int32 offset) | ) | [static] |
| static CDFstatus DeleteVXRentry PROTOARGs | ( | (struct CDFstruct *CDF, Int32 firstVXRoffset, Int32 delVXRoffset, int delEntryN, Logical *total) | ) | [static] |
| static CDFstatus DeleteFromEnd PROTOARGs | ( | (struct CDFstruct *CDF, struct VarStruct *Var, Int32 first, Int32 vxrOffset, struct VXRstruct *VXR, int entryN, Int32 irSize) | ) | [static] |
| static CDFstatus DeleteFromMiddle PROTOARGs | ( | (struct CDFstruct *CDF, struct VarStruct *Var, Int32 first, Int32 last, Int32 vxrOffset, struct VXRstruct *VXR, int entryN, Int32 irSize) | ) | [static] |
| static CDFstatus DeleteFromFront PROTOARGs | ( | (struct CDFstruct *CDF, struct VarStruct *Var, Int32 last, Int32 vxrOffset, struct VXRstruct *VXR, int entryN, Int32 irSize) | ) | [static] |
| static CDFstatus DeleteRecords_r PROTOARGs | ( | (struct CDFstruct *CDF, struct VarStruct *Var, Int32 firstVXRoffset, Int32 firstRec, Int32 lastRec, Int32 *deletedTo, Logical *total) | ) | [static] |
| static CDFstatus DeleteRecords PROTOARGs | ( | (struct CDFstruct *CDF, struct VarStruct *Var, Int32 firstRec, Int32 lastRec, Int32 *deletedTo) | ) | [static] |
| static CDFstatus DeleteVarRecords PROTOARGs | ( | (struct CDFstruct *CDF, struct VarStruct *Var, Int32 firstRec, Int32 lastRec) | ) | [static] |
| static CDFstatus UpdateIndexEntries_r | ( | vFILE * | fp, | |
| Int32 | vxrOffset, | |||
| Int32 | aboveRecord, | |||
| Int32 | recordCount | |||
| ) | [static] |
| static CDFstatus WriteCVVRorVVR | ( | struct CDFstruct * | CDF, | |
| Int32 | cSize, | |||
| Int32 | stageOffset, | |||
| Int32 | uSize, | |||
| Int32 * | newOffset | |||
| ) | [static] |
1.5.7