![]() |
HDF5
1.12.0
|
#include <assert.h>#include <errno.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <sys/stat.h>#include "hdf5.h"Data Structures | |
| struct | H5FD_stdio_t |
Macros | |
| #define | file_fseek fseeko |
| #define | file_offset_t off_t |
| #define | file_ftruncate ftruncate |
| #define | file_ftell ftello |
| #define | MAXADDR (((haddr_t)1<<(8*sizeof(file_offset_t)-1))-1) |
| #define | ADDR_OVERFLOW(A) (HADDR_UNDEF==(A) || ((A) & ~(haddr_t)MAXADDR)) |
| #define | SIZE_OVERFLOW(Z) ((Z) & ~(hsize_t)MAXADDR) |
| #define | REGION_OVERFLOW(A, Z) |
Typedefs | |
| typedef struct H5FD_stdio_t | H5FD_stdio_t |
Enumerations | |
| enum | H5FD_stdio_file_op { H5FD_STDIO_OP_UNKNOWN =0, H5FD_STDIO_OP_READ =1, H5FD_STDIO_OP_WRITE =2, H5FD_STDIO_OP_SEEK =3 } |
Functions | |
| hid_t | H5FD_stdio_init (void) |
| herr_t | H5Pset_fapl_stdio (hid_t fapl_id) |
| #define ADDR_OVERFLOW | ( | A | ) | (HADDR_UNDEF==(A) || ((A) & ~(haddr_t)MAXADDR)) |
| #define file_fseek fseeko |
| #define file_ftell ftello |
| #define file_ftruncate ftruncate |
| #define file_offset_t off_t |
| #define MAXADDR (((haddr_t)1<<(8*sizeof(file_offset_t)-1))-1) |
| #define REGION_OVERFLOW | ( | A, | |
| Z | |||
| ) |
| typedef struct H5FD_stdio_t H5FD_stdio_t |
| enum H5FD_stdio_file_op |
| hid_t H5FD_stdio_init | ( | void | ) |
1.8.18