|
DF * | DFopen (char *name, int acc_mode, int ndds) |
|
int | DFclose (DF *dfile) |
|
int | DFdescriptors (DF *dfile, DFdesc ptr[], int begin, int num) |
|
int | DFnumber (DF *dfile, uint16 tag) |
|
int | DFsetfind (DF *dfile, uint16 tag, uint16 ref) |
|
int | DFfind (DF *dfile, DFdesc *ptr) |
|
int | DFaccess (DF *dfile, uint16 tag, uint16 ref, char *acc_mode) |
|
int | DFstart (DF *dfile, uint16 tag, uint16 ref, char *acc_mode) |
|
int32 | DFread (DF *dfile, char *ptr, int32 len) |
|
int32 | DFseek (DF *dfile, int32 offset) |
|
int32 | DFwrite (DF *dfile, char *ptr, int32 len) |
|
int | DFupdate (DF *dfile) |
|
int | DFstat (DF *dfile, DFdata *dfinfo) |
|
int32 | DFgetelement (DF *dfile, uint16 tag, uint16 ref, char *ptr) |
|
int32 | DFputelement (DF *dfile, uint16 tag, uint16 ref, char *ptr, int32 len) |
|
int | DFdup (DF *dfile, uint16 itag, uint16 iref, uint16 otag, uint16 oref) |
|
int | DFdel (DF *dfile, uint16 tag, uint16 ref) |
|
uint16 | DFnewref (DF *dfile) |
|
int | DFishdf (char *filename) |
|
int | DFerrno (void) |
|
int | DFIerr (DF *dfile) |
|
int | DFImemcopy (char *from, char *to, int length) |
|
void * | DFIgetspace (uint32 qty) |
|
void * | DFIfreespace (void *ptr) |
|
int | DFIc2fstr (char *str, int len) |
|
char * | DFIf2cstring (_fcd fdesc, intn len) |
|
int | DFconvert (uint8 *source, uint8 *dest, int ntype, int sourcetype, int desttype, int32 size) |
|