Please, help us to better serve our user community by answering the following short survey: https://www.hdfgroup.org/website-survey/
HDF  4.3.0
API Reference
 
Loading...
Searching...
No Matches
mstdio_priv.h File Reference
#include "hdf_priv.h"

Data Structures

struct  comp_model_stdio_info_t
 

Functions

int32 HCPmstdio_stread (accrec_t *rec)
 
int32 HCPmstdio_stwrite (accrec_t *rec)
 
int32 HCPmstdio_seek (accrec_t *access_rec, int32 offset, int origin)
 
int32 HCPmstdio_inquire (accrec_t *access_rec, int32 *pfile_id, uint16 *ptag, uint16 *pref, int32 *plength, int32 *poffset, int32 *pposn, int16 *paccess, int16 *pspecial)
 
int32 HCPmstdio_read (accrec_t *access_rec, int32 length, void *data)
 
int32 HCPmstdio_write (accrec_t *access_rec, int32 length, const void *data)
 
intn HCPmstdio_endaccess (accrec_t *access_rec)
 

Variables

funclist_t mstdio_funcs
 

Function Documentation

◆ HCPmstdio_endaccess()

intn HCPmstdio_endaccess ( accrec_t * access_rec)
extern

◆ HCPmstdio_inquire()

int32 HCPmstdio_inquire ( accrec_t * access_rec,
int32 * pfile_id,
uint16 * ptag,
uint16 * pref,
int32 * plength,
int32 * poffset,
int32 * pposn,
int16 * paccess,
int16 * pspecial )
extern

◆ HCPmstdio_read()

int32 HCPmstdio_read ( accrec_t * access_rec,
int32 length,
void * data )
extern

◆ HCPmstdio_seek()

int32 HCPmstdio_seek ( accrec_t * access_rec,
int32 offset,
int origin )
extern

◆ HCPmstdio_stread()

int32 HCPmstdio_stread ( accrec_t * rec)
extern

◆ HCPmstdio_stwrite()

int32 HCPmstdio_stwrite ( accrec_t * rec)
extern

◆ HCPmstdio_write()

int32 HCPmstdio_write ( accrec_t * access_rec,
int32 length,
const void * data )
extern

Variable Documentation

◆ mstdio_funcs

funclist_t mstdio_funcs
extern