Home
last modified time | relevance | path

Searched refs:H5C_get_logging_status (Results 1 – 21 of 21) sorted by relevance

/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/src/
H A DH5AC.c1043 if(H5C_get_logging_status(cache_ptr, &log_enabled, &curr_logging) < 0) in H5AC_mark_entry_dirty()
1121 if(H5C_get_logging_status(cache_ptr, &log_enabled, &curr_logging) < 0) in H5AC_mark_entry_clean()
1199 if(H5C_get_logging_status(cache_ptr, &log_enabled, &curr_logging) < 0) in H5AC_mark_entry_unserialized()
1265 if(H5C_get_logging_status(cache_ptr, &log_enabled, &curr_logging) < 0) in H5AC_mark_entry_serialized()
1415 if(H5C_get_logging_status(cache_ptr, &log_enabled, &curr_logging) < 0) in H5AC_pin_protected_entry()
1519 if(H5C_get_logging_status(cache_ptr, &log_enabled, &curr_logging) < 0) in H5AC_create_flush_dependency()
1700 if(H5C_get_logging_status(cache_ptr, &log_enabled, &curr_logging) < 0) in H5AC_resize_entry()
1778 if(H5C_get_logging_status(cache_ptr, &log_enabled, &curr_logging) < 0) in H5AC_unpin_entry()
1843 if(H5C_get_logging_status(cache_ptr, &log_enabled, &curr_logging) < 0) in H5AC_destroy_flush_dependency()
2209 if(H5C_get_logging_status(cache_ptr, &log_enabled, &curr_logging) < 0) in H5AC_set_cache_auto_resize_config()
[all …]
H A DH5AClog.c102 if(H5C_get_logging_status(cache, &log_enabled, &curr_logging) < 0) in H5AC__write_create_cache_log_msg()
168 if(H5C_get_logging_status(cache, &log_enabled, &curr_logging) < 0) in H5AC__write_destroy_cache_log_msg()
H A DH5Clog.c302 H5C_get_logging_status(const H5C_t *cache_ptr, /*OUT*/ hbool_t *is_enabled, in H5C_get_logging_status() function
H A DH5Cprivate.h2234 H5_DLL herr_t H5C_get_logging_status(const H5C_t *cache_ptr, /*OUT*/ hbool_t *is_enabled,
H A DH5F.c1442 if(H5C_get_logging_status(file->shared->cache, is_enabled, is_currently_logging) < 0) in H5Fget_mdc_logging_status()
H A Ditk_hdf5_mangle.h491 #define H5C_get_logging_status itk_H5C_get_logging_status macro
/dports/math/vtk8/VTK-8.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5AC.c1176 if(H5C_get_logging_status(cache_ptr, &log_enabled, &curr_logging) < 0) in H5AC_mark_entry_dirty()
1254 if(H5C_get_logging_status(cache_ptr, &log_enabled, &curr_logging) < 0) in H5AC_mark_entry_clean()
1332 if(H5C_get_logging_status(cache_ptr, &log_enabled, &curr_logging) < 0) in H5AC_mark_entry_unserialized()
1398 if(H5C_get_logging_status(cache_ptr, &log_enabled, &curr_logging) < 0) in H5AC_mark_entry_serialized()
1553 if(H5C_get_logging_status(cache_ptr, &log_enabled, &curr_logging) < 0) in H5AC_pin_protected_entry()
1657 if(H5C_get_logging_status(cache_ptr, &log_enabled, &curr_logging) < 0) in H5AC_create_flush_dependency()
1838 if(H5C_get_logging_status(cache_ptr, &log_enabled, &curr_logging) < 0) in H5AC_resize_entry()
1916 if(H5C_get_logging_status(cache_ptr, &log_enabled, &curr_logging) < 0) in H5AC_unpin_entry()
1981 if(H5C_get_logging_status(cache_ptr, &log_enabled, &curr_logging) < 0) in H5AC_destroy_flush_dependency()
2347 if(H5C_get_logging_status(cache_ptr, &log_enabled, &curr_logging) < 0) in H5AC_set_cache_auto_resize_config()
[all …]
H A DH5AClog.c102 if(H5C_get_logging_status(cache, &log_enabled, &curr_logging) < 0) in H5AC__write_create_cache_log_msg()
168 if(H5C_get_logging_status(cache, &log_enabled, &curr_logging) < 0) in H5AC__write_destroy_cache_log_msg()
H A DH5Clog.c302 H5C_get_logging_status(const H5C_t *cache_ptr, /*OUT*/ hbool_t *is_enabled, in H5C_get_logging_status() function
H A DH5Cprivate.h2239 H5_DLL herr_t H5C_get_logging_status(const H5C_t *cache_ptr, /*OUT*/ hbool_t *is_enabled,
H A DH5F.c1889 if(H5C_get_logging_status(file->shared->cache, is_enabled, is_currently_logging) < 0) in H5Fget_mdc_logging_status()
H A Dvtk_hdf5_mangle.h323 #define H5C_get_logging_status vtkhdf5_H5C_get_logging_status macro
/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Clog.c272 H5C_get_logging_status(const H5C_t *cache, hbool_t *is_enabled, hbool_t *is_currently_logging) in H5C_get_logging_status() function
H A DH5Cprivate.h2298 H5_DLL herr_t H5C_get_logging_status(const H5C_t *cache, /*OUT*/ hbool_t *is_enabled,
H A DH5VLnative_file.c627 if (H5C_get_logging_status(f->shared->cache, is_enabled, is_currently_logging) < 0) in H5VL__native_file_optional()
H A DH5AC.c480 if (H5C_get_logging_status(f->shared->cache, &log_enabled, &curr_logging) < 0) in H5AC_dest()
H A Dvtk_hdf5_mangle.h298 #define H5C_get_logging_status vtkhdf5_H5C_get_logging_status macro
/dports/science/hdf5/hdf5-1.10.6/src/
H A DH5Clog.c285 H5C_get_logging_status(const H5C_t *cache, /*OUT*/ hbool_t *is_enabled, in H5C_get_logging_status() function
H A DH5Cprivate.h2319 H5_DLL herr_t H5C_get_logging_status(const H5C_t *cache, /*OUT*/ hbool_t *is_enabled, /*OUT*/ hbool…
H A DH5F.c1449 if(H5C_get_logging_status(file->shared->cache, is_enabled, is_currently_logging) < 0) in H5Fget_mdc_logging_status()
H A DH5AC.c500 if(H5C_get_logging_status(f->shared->cache, &log_enabled, &curr_logging) < 0) in H5AC_dest()