Home
last modified time | relevance | path

Searched refs:H5E_auto2_t (Results 1 – 25 of 110) sorted by relevance

12345

/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Epublic.h91H5E_auto2_t efunc2; \
114H5E_auto2_t saved_efunc; …
187 typedef herr_t (*H5E_auto2_t)(hid_t estack, void *client_data); typedef
514 H5_DLL herr_t H5Eget_auto2(hid_t estack_id, H5E_auto2_t *func, void **client_data);
550 H5_DLL herr_t H5Eset_auto2(hid_t estack_id, H5E_auto2_t func, void *client_data);
H A DH5Epkg.h72 H5E_auto2_t func2; /* New-style callback, with error stack param. */
74 H5E_auto2_t func2_default; /* The saved library's default function - new style. */
78 H5E_auto2_t func2; /* Only the new style callback function is available. */
/dports/science/hdf5-18/hdf5-1.8.21/test/
H A Derr_compat.c236 H5E_auto2_t old_func2; in test_error1()
254 if (!old_func2 || (H5E_auto2_t)H5Eprint2 != old_func2) in test_error1()
295 if(H5Eset_auto2(H5E_DEFAULT, (H5E_auto2_t)user_print2, stderr)<0) in test_error1()
306 if(H5Eset_auto2(H5E_DEFAULT, (H5E_auto2_t)H5Eprint2, NULL)<0) in test_error1()
328 if (!old_func2 || (H5E_auto2_t)H5Eprint2 != old_func2) in test_error1()
/dports/science/hdf5/hdf5-1.10.6/test/
H A Derr_compat.c236 H5E_auto2_t old_func2; in test_error1()
254 if (!old_func2 || (H5E_auto2_t)H5Eprint2 != old_func2) in test_error1()
295 if(H5Eset_auto2(H5E_DEFAULT, (H5E_auto2_t)user_print2, stderr)<0) in test_error1()
306 if(H5Eset_auto2(H5E_DEFAULT, (H5E_auto2_t)H5Eprint2, NULL)<0) in test_error1()
328 if (!old_func2 || (H5E_auto2_t)H5Eprint2 != old_func2) in test_error1()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/src/
H A DH5Epublic.h82 H5E_auto2_t efunc2; \
152 typedef herr_t (*H5E_auto2_t)(hid_t estack, void *client_data); typedef
171 H5_DLL herr_t H5Eget_auto2(hid_t estack_id, H5E_auto2_t *func, void **client_data);
172 H5_DLL herr_t H5Eset_auto2(hid_t estack_id, H5E_auto2_t func, void *client_data);
H A DH5Epkg.h74 H5E_auto2_t func2; /* New-style callback, with error stack param. */
76 H5E_auto2_t func2_default; /* The saved library's default function - new style. */
/dports/science/hdf5-18/hdf5-1.8.21/src/
H A DH5Epublic.h82 H5E_auto2_t efunc2; \
152 typedef herr_t (*H5E_auto2_t)(hid_t estack, void *client_data); typedef
171 H5_DLL herr_t H5Eget_auto2(hid_t estack_id, H5E_auto2_t *func, void **client_data);
172 H5_DLL herr_t H5Eset_auto2(hid_t estack_id, H5E_auto2_t func, void *client_data);
H A DH5Epkg.h74 H5E_auto2_t func2; /* New-style callback, with error stack param. */
76 H5E_auto2_t func2_default; /* The saved library's default function - new style. */
/dports/science/hdf5/hdf5-1.10.6/src/
H A DH5Epublic.h82 H5E_auto2_t efunc2; \
152 typedef herr_t (*H5E_auto2_t)(hid_t estack, void *client_data); typedef
171 H5_DLL herr_t H5Eget_auto2(hid_t estack_id, H5E_auto2_t *func, void **client_data);
172 H5_DLL herr_t H5Eset_auto2(hid_t estack_id, H5E_auto2_t func, void *client_data);
H A DH5Epkg.h74 H5E_auto2_t func2; /* New-style callback, with error stack param. */
76 H5E_auto2_t func2_default; /* The saved library's default function - new style. */
/dports/math/vtk8/VTK-8.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Epublic.h82 H5E_auto2_t efunc2; \
152 typedef herr_t (*H5E_auto2_t)(hid_t estack, void *client_data); typedef
171 H5_DLL herr_t H5Eget_auto2(hid_t estack_id, H5E_auto2_t *func, void **client_data);
172 H5_DLL herr_t H5Eset_auto2(hid_t estack_id, H5E_auto2_t func, void *client_data);
H A DH5Epkg.h74 H5E_auto2_t func2; /* New-style callback, with error stack param. */
76 H5E_auto2_t func2_default; /* The saved library's default function - new style. */
/dports/math/vtk6/VTK-6.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Epublic.h84 H5E_auto2_t efunc2; \
154 typedef herr_t (*H5E_auto2_t)(hid_t estack, void *client_data); typedef
173 H5_DLL herr_t H5Eget_auto2(hid_t estack_id, H5E_auto2_t *func, void **client_data);
174 H5_DLL herr_t H5Eset_auto2(hid_t estack_id, H5E_auto2_t func, void *client_data);
H A DH5Epkg.h76 H5E_auto2_t func2; /* New-style callback, with error stack param. */
78 H5E_auto2_t func2_default; /* The saved library's default function - new style. */
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/interfaces/ext/hdf5/
H A DH5Epublic.h84 H5E_auto2_t efunc2; \
154 typedef herr_t (*H5E_auto2_t)(hid_t estack, void *client_data); typedef
173 H5_DLL herr_t H5Eget_auto2(hid_t estack_id, H5E_auto2_t *func, void **client_data);
174 H5_DLL herr_t H5Eset_auto2(hid_t estack_id, H5E_auto2_t func, void *client_data);
H A DH5Exception.h52 static void setAutoPrint( H5E_auto2_t& func, void* client_data);
59 static void getAutoPrint( H5E_auto2_t& func, void** client_data);
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/interfaces/ext/hdf5/
H A DH5Epublic.h84 H5E_auto2_t efunc2; \
154 typedef herr_t (*H5E_auto2_t)(hid_t estack, void *client_data); typedef
173 H5_DLL herr_t H5Eget_auto2(hid_t estack_id, H5E_auto2_t *func, void **client_data);
174 H5_DLL herr_t H5Eset_auto2(hid_t estack_id, H5E_auto2_t func, void *client_data);
H A DH5Exception.h52 static void setAutoPrint( H5E_auto2_t& func, void* client_data);
59 static void getAutoPrint( H5E_auto2_t& func, void** client_data);
/dports/science/hdf5-18/hdf5-1.8.21/fortran/src/
H A DH5Ef.c262 status = H5Eset_auto2(H5E_DEFAULT, (H5E_auto2_t)H5Eprint2, stderr); in nh5eset_auto_c()
292 h5eset_auto2_c(int_f *printflag, hid_t_f *estack_id, H5E_auto2_t func, void *client_data) in h5eset_auto2_c()
299 status = H5Eset_auto2(H5E_DEFAULT, (H5E_auto2_t)H5Eprint2, stderr); in h5eset_auto2_c()
/dports/science/hdf5-18/hdf5-1.8.21/tools/h5diff/
H A Dh5diff_main.c72 H5E_auto2_t func; in main()
73 H5E_auto2_t tools_func; in main()
/dports/science/hdf5/hdf5-1.10.6/tools/src/h5diff/
H A Dh5diff_main.c72 H5E_auto2_t func; in main()
73 H5E_auto2_t tools_func; in main()
/dports/science/hdf5/hdf5-1.10.6/fortran/src/
H A DH5Ef.c266 h5eset_auto2_c(int_f *printflag, hid_t_f *estack_id, H5E_auto2_t func, void *client_data) in h5eset_auto2_c()
273 status = H5Eset_auto2(H5E_DEFAULT, (H5E_auto2_t)H5Eprint2, stderr); in h5eset_auto2_c()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/c++/src/
H A DH5Exception.h53 static void setAutoPrint(H5E_auto2_t& func, void* client_data);
60 static void getAutoPrint(H5E_auto2_t& func, void** client_data);
/dports/science/hdf5-18/hdf5-1.8.21/c++/src/
H A DH5Exception.h54 static void setAutoPrint(H5E_auto2_t& func, void* client_data);
61 static void getAutoPrint(H5E_auto2_t& func, void** client_data);
/dports/science/hdf5/hdf5-1.10.6/c++/src/
H A DH5Exception.h53 static void setAutoPrint(H5E_auto2_t& func, void* client_data);
60 static void getAutoPrint(H5E_auto2_t& func, void** client_data);

12345