HDF5  1.12.0
H5FDpkg.h
Go to the documentation of this file.
1 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
2  * Copyright by The HDF Group. *
3  * Copyright by the Board of Trustees of the University of Illinois. *
4  * All rights reserved. *
5  * *
6  * This file is part of HDF5. The full HDF5 copyright notice, including *
7  * terms governing use, modification, and redistribution, is contained in *
8  * the COPYING file, which can be found at the root of the source code *
9  * distribution tree, or in https://support.hdfgroup.org/ftp/HDF5/releases. *
10  * If you do not have access to either file, you may request a copy from *
11  * help@hdfgroup.org. *
12  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
13 
14 /*
15  * Programmer: Quincey Koziol <koziol@hdfgroup.org>
16  * Thursday, January 3, 2008
17  *
18  * Purpose: This file contains declarations which are visible only within
19  * the H5FD package. Source files outside the H5FD package should
20  * include H5FDprivate.h instead.
21  */
22 #if !(defined H5FD_FRIEND || defined H5FD_MODULE)
23 #error "Do not include this file outside the H5FD package!"
24 #endif
25 
26 #ifndef _H5FDpkg_H
27 #define _H5FDpkg_H
28 
29 /* Get package's private header */
30 #include "H5FDprivate.h" /* File drivers */
31 
32 /* Other private headers needed by this file */
33 
34 /**************************/
35 /* Package Private Macros */
36 /**************************/
37 
38 
39 /****************************/
40 /* Package Private Typedefs */
41 /****************************/
42 
43 
44 /*****************************/
45 /* Package Private Variables */
46 /*****************************/
47 
48 
49 /******************************/
50 /* Package Private Prototypes */
51 /******************************/
52 H5_DLL haddr_t H5FD__alloc_real(H5FD_t *file, H5FD_mem_t type, hsize_t size, haddr_t *align_addr, hsize_t *align_size);
54 
55 /* Testing functions */
56 #ifdef H5FD_TESTING
57 H5_DLL hbool_t H5FD__supports_swmr_test(const char *vfd_name);
58 #endif /* H5FD_TESTING */
59 
60 #endif /* _H5FDpkg_H */
61 
size
iblock size
Definition: H5EAcache.c:787
H5FD_t
Definition: H5FDpublic.h:317
H5FD__supports_swmr_test
hbool_t H5FD__supports_swmr_test(const char *vfd_name)
Definition: H5FDtest.c:101
haddr_t
CATCH haddr_t
Definition: H5EAdblock.c:162
H5FD__free_real
H5_DLL herr_t H5FD__free_real(H5FD_t *file, H5FD_mem_t type, haddr_t addr, hsize_t size)
Definition: H5FDspace.c:290
H5FD__alloc_real
H5_DLL haddr_t H5FD__alloc_real(H5FD_t *file, H5FD_mem_t type, hsize_t size, haddr_t *align_addr, hsize_t *align_size)
Definition: H5FDspace.c:151
H5FD_mem_t
enum H5F_mem_t H5FD_mem_t
Definition: H5FDpublic.h:28
H5FDprivate.h
H5_DLL
#define H5_DLL
Definition: H5api_adpt.h:234
herr_t
int herr_t
Definition: H5public.h:128
hbool_t
bool hbool_t
Definition: H5public.h:159
hsize_t
hsize_t
Definition: H5overflow.txt:44