cfitsio  3390
Functions
drvrgsiftp.h File Reference

Functions

int gsiftp_init (void)
 
int gsiftp_setoptions (int options)
 
int gsiftp_getoptions (int *options)
 
int gsiftp_getversion (int *version)
 
int gsiftp_shutdown (void)
 
int gsiftp_checkfile (char *urltype, char *infile, char *outfile)
 
int gsiftp_open (char *filename, int rwmode, int *driverhandle)
 
int gsiftp_create (char *filename, int *driverhandle)
 
int gsiftp_truncate (int driverhandle, LONGLONG filesize)
 
int gsiftp_size (int driverhandle, LONGLONG *filesize)
 
int gsiftp_close (int driverhandle)
 
int gsiftp_remove (char *filename)
 
int gsiftp_flush (int driverhandle)
 
int gsiftp_seek (int driverhandle, LONGLONG offset)
 
int gsiftp_read (int driverhandle, void *buffer, long nbytes)
 
int gsiftp_write (int driverhandle, void *buffer, long nbytes)
 

Function Documentation

int gsiftp_checkfile ( char *  urltype,
char *  infile,
char *  outfile 
)

Here is the caller graph for this function:

int gsiftp_close ( int  driverhandle)

Here is the caller graph for this function:

int gsiftp_create ( char *  filename,
int *  driverhandle 
)

Here is the caller graph for this function:

int gsiftp_flush ( int  driverhandle)

Here is the caller graph for this function:

int gsiftp_getoptions ( int *  options)

Here is the caller graph for this function:

int gsiftp_getversion ( int *  version)

Here is the caller graph for this function:

int gsiftp_init ( void  )

Here is the caller graph for this function:

int gsiftp_open ( char *  filename,
int  rwmode,
int *  driverhandle 
)

Here is the caller graph for this function:

int gsiftp_read ( int  driverhandle,
void *  buffer,
long  nbytes 
)

Here is the caller graph for this function:

int gsiftp_remove ( char *  filename)
int gsiftp_seek ( int  driverhandle,
LONGLONG  offset 
)

Here is the caller graph for this function:

int gsiftp_setoptions ( int  options)

Here is the caller graph for this function:

int gsiftp_shutdown ( void  )

Here is the caller graph for this function:

int gsiftp_size ( int  driverhandle,
LONGLONG filesize 
)

Here is the caller graph for this function:

int gsiftp_truncate ( int  driverhandle,
LONGLONG  filesize 
)

Here is the caller graph for this function:

int gsiftp_write ( int  driverhandle,
void *  buffer,
long  nbytes 
)

Here is the caller graph for this function: