Home
last modified time | relevance | path

Searched refs:mdc_log_location (Results 1 – 16 of 16) sorted by relevance

/dports/math/vtk8/VTK-8.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Fint.c766 char *mdc_log_location = NULL; /* location of metadata cache log location */ in H5F_new() local
768 if(H5P_get(plist, H5F_ACS_MDC_LOG_LOCATION_NAME, &mdc_log_location) < 0) in H5F_new()
770 if(mdc_log_location != NULL) { in H5F_new()
771 size_t len = HDstrlen(mdc_log_location); in H5F_new()
772 … if(NULL == (f->shared->mdc_log_location = (char *)H5MM_calloc((len + 1) * sizeof(char)))) in H5F_new()
774 HDstrncpy(f->shared->mdc_log_location, mdc_log_location, len); in H5F_new()
777 f->shared->mdc_log_location = NULL; in H5F_new()
1020 if(f->shared->mdc_log_location) in H5F__dest()
1021 f->shared->mdc_log_location = (char *)H5MM_xfree(f->shared->mdc_log_location); in H5F__dest()
H A DH5Fquery.c1233 FUNC_LEAVE_NOAPI(f->shared->mdc_log_location) in H5F_mdc_log_location()
H A DH5Fpkg.h292 char *mdc_log_location; /* location of mdc log */ member
H A DH5Fprivate.h324 #define H5F_MDC_LOG_LOCATION(F) ((F)->shared->mdc_log_location)
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/src/
H A DH5Fint.c1018 char *mdc_log_location = NULL; /* location of metadata cache log location */ in H5F__new() local
1020 if(H5P_get(plist, H5F_ACS_MDC_LOG_LOCATION_NAME, &mdc_log_location) < 0) in H5F__new()
1022 if(mdc_log_location != NULL) { in H5F__new()
1023 size_t len = HDstrlen(mdc_log_location); in H5F__new()
1024 … if(NULL == (f->shared->mdc_log_location = (char *)H5MM_calloc((len + 1) * sizeof(char)))) in H5F__new()
1026 HDstrncpy(f->shared->mdc_log_location, mdc_log_location, len); in H5F__new()
1029 f->shared->mdc_log_location = NULL; in H5F__new()
1261 if(f->shared->mdc_log_location) in H5F__dest()
1262 f->shared->mdc_log_location = (char *)H5MM_xfree(f->shared->mdc_log_location); in H5F__dest()
H A DH5Fquery.c1083 FUNC_LEAVE_NOAPI(f->shared->mdc_log_location) in H5F_mdc_log_location()
H A DH5Fpkg.h292 char *mdc_log_location; /* location of mdc log */ member
H A DH5Fprivate.h327 #define H5F_MDC_LOG_LOCATION(F) ((F)->shared->mdc_log_location)
/dports/science/hdf5/hdf5-1.10.6/src/
H A DH5Fint.c1042 char *mdc_log_location = NULL; /* location of metadata cache log location */ in H5F__new() local
1044 if(H5P_get(plist, H5F_ACS_MDC_LOG_LOCATION_NAME, &mdc_log_location) < 0) in H5F__new()
1046 if(mdc_log_location != NULL) { in H5F__new()
1047 size_t len = HDstrlen(mdc_log_location); in H5F__new()
1048 … if(NULL == (f->shared->mdc_log_location = (char *)H5MM_calloc((len + 1) * sizeof(char)))) in H5F__new()
1050 HDstrncpy(f->shared->mdc_log_location, mdc_log_location, len); in H5F__new()
1053 f->shared->mdc_log_location = NULL; in H5F__new()
1285 if(f->shared->mdc_log_location) in H5F__dest()
1286 f->shared->mdc_log_location = (char *)H5MM_xfree(f->shared->mdc_log_location); in H5F__dest()
H A DH5Fpkg.h290 char *mdc_log_location; /* location of mdc log */ member
H A DH5Fquery.c1102 FUNC_LEAVE_NOAPI(f->shared->mdc_log_location) in H5F_mdc_log_location()
H A DH5Fprivate.h327 #define H5F_MDC_LOG_LOCATION(F) ((F)->shared->mdc_log_location)
/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Fint.c1303 char *mdc_log_location = NULL; /* location of metadata cache log location */ in H5F__new() local
1305 if (H5P_get(plist, H5F_ACS_MDC_LOG_LOCATION_NAME, &mdc_log_location) < 0) in H5F__new()
1307 if (mdc_log_location != NULL) { in H5F__new()
1308 size_t len = HDstrlen(mdc_log_location); in H5F__new()
1309 … if (NULL == (f->shared->mdc_log_location = (char *)H5MM_calloc((len + 1) * sizeof(char)))) in H5F__new()
1312 HDstrncpy(f->shared->mdc_log_location, mdc_log_location, len); in H5F__new()
1315 f->shared->mdc_log_location = NULL; in H5F__new()
1556 if (f->shared->mdc_log_location) in H5F__dest()
1557 f->shared->mdc_log_location = (char *)H5MM_xfree(f->shared->mdc_log_location); in H5F__dest()
H A DH5Fpkg.h288 char * mdc_log_location; /* location of mdc log */ member
H A DH5Fquery.c1116 FUNC_LEAVE_NOAPI(f->shared->mdc_log_location) in H5F_mdc_log_location()
H A DH5Fprivate.h374 #define H5F_MDC_LOG_LOCATION(F) ((F)->shared->mdc_log_location)