Home
last modified time | relevance | path

Searched refs:H5F_efc_ent_t (Results 1 – 6 of 6) sorted by relevance

/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/src/
H A DH5Fefc.c44 typedef struct H5F_efc_ent_t { struct
47 struct H5F_efc_ent_t *LRU_next; /* Next item in LRU list */ argument
50 } H5F_efc_ent_t; typedef
71 H5FL_DEFINE_STATIC(H5F_efc_ent_t);
248 if(NULL == (ent = H5FL_MALLOC(H5F_efc_ent_t))) in H5F__efc_open()
306 ent = H5FL_FREE(H5F_efc_ent_t, ent); in H5F__efc_open()
420 H5F_efc_ent_t *ent = NULL; /* EFC entry */ in H5F__efc_release_real()
449 prev_ent = H5FL_FREE(H5F_efc_ent_t, prev_ent); in H5F__efc_release_real()
565 H5F__efc_remove_ent(H5F_efc_t *efc, H5F_efc_ent_t *ent) in H5F__efc_remove_ent()
633 H5F_efc_ent_t *ent = NULL; /* EFC entry */ in H5F__efc_try_close_tag1()
[all …]
/dports/science/hdf5-18/hdf5-1.8.21/src/
H A DH5Fefc.c44 typedef struct H5F_efc_ent_t { struct
47 struct H5F_efc_ent_t *LRU_next; /* Next item in LRU list */ argument
50 } H5F_efc_ent_t; argument
70 H5FL_DEFINE_STATIC(H5F_efc_ent_t);
250 if(NULL == (ent = H5FL_MALLOC(H5F_efc_ent_t))) in H5F_efc_open()
309 ent = H5FL_FREE(H5F_efc_ent_t, ent); in H5F_efc_open()
423 H5F_efc_ent_t *ent = NULL; /* EFC entry */ in H5F_efc_release()
452 prev_ent = H5FL_FREE(H5F_efc_ent_t, prev_ent); in H5F_efc_release()
534 H5F_efc_remove_ent(H5F_efc_t *efc, H5F_efc_ent_t *ent) in H5F_efc_remove_ent()
602 H5F_efc_ent_t *ent = NULL; /* EFC entry */ in H5F_efc_try_close_tag1()
[all …]
/dports/science/hdf5/hdf5-1.10.6/src/
H A DH5Fefc.c44 typedef struct H5F_efc_ent_t { struct
47 struct H5F_efc_ent_t *LRU_next; /* Next item in LRU list */ argument
50 } H5F_efc_ent_t; argument
71 H5FL_DEFINE_STATIC(H5F_efc_ent_t);
248 if(NULL == (ent = H5FL_MALLOC(H5F_efc_ent_t))) in H5F__efc_open()
306 ent = H5FL_FREE(H5F_efc_ent_t, ent); in H5F__efc_open()
420 H5F_efc_ent_t *ent = NULL; /* EFC entry */ in H5F__efc_release_real()
449 prev_ent = H5FL_FREE(H5F_efc_ent_t, prev_ent); in H5F__efc_release_real()
565 H5F__efc_remove_ent(H5F_efc_t *efc, H5F_efc_ent_t *ent) in H5F__efc_remove_ent()
633 H5F_efc_ent_t *ent = NULL; /* EFC entry */ in H5F__efc_try_close_tag1()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Fefc.c44 typedef struct H5F_efc_ent_t { struct
47 struct H5F_efc_ent_t *LRU_next; /* Next item in LRU list */ argument
50 } H5F_efc_ent_t; argument
70 H5FL_DEFINE_STATIC(H5F_efc_ent_t);
248 if(NULL == (ent = H5FL_MALLOC(H5F_efc_ent_t))) in H5F_efc_open()
306 ent = H5FL_FREE(H5F_efc_ent_t, ent); in H5F_efc_open()
420 H5F_efc_ent_t *ent = NULL; /* EFC entry */ in H5F_efc_release()
449 prev_ent = H5FL_FREE(H5F_efc_ent_t, prev_ent); in H5F_efc_release()
531 H5F_efc_remove_ent(H5F_efc_t *efc, H5F_efc_ent_t *ent) in H5F_efc_remove_ent()
599 H5F_efc_ent_t *ent = NULL; /* EFC entry */ in H5F_efc_try_close_tag1()
[all …]
/dports/math/vtk6/VTK-6.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Fefc.c47 typedef struct H5F_efc_ent_t { struct
50 struct H5F_efc_ent_t *LRU_next; /* Next item in LRU list */ argument
53 } H5F_efc_ent_t; argument
73 H5FL_DEFINE_STATIC(H5F_efc_ent_t);
253 if(NULL == (ent = H5FL_MALLOC(H5F_efc_ent_t))) in H5F_efc_open()
312 ent = H5FL_FREE(H5F_efc_ent_t, ent); in H5F_efc_open()
426 H5F_efc_ent_t *ent = NULL; /* EFC entry */ in H5F_efc_release()
455 prev_ent = H5FL_FREE(H5F_efc_ent_t, prev_ent); in H5F_efc_release()
537 H5F_efc_remove_ent(H5F_efc_t *efc, H5F_efc_ent_t *ent) in H5F_efc_remove_ent()
605 H5F_efc_ent_t *ent = NULL; /* EFC entry */ in H5F_efc_try_close_tag1()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Fefc.c45 typedef struct H5F_efc_ent_t { struct
48 struct H5F_efc_ent_t *LRU_next; /* Next item in LRU list */ argument
51 } H5F_efc_ent_t; typedef
72 H5FL_DEFINE_STATIC(H5F_efc_ent_t);
270 if (NULL == (ent = H5FL_MALLOC(H5F_efc_ent_t))) in H5F__efc_open()
332 ent = H5FL_FREE(H5F_efc_ent_t, ent); in H5F__efc_open()
444 H5F_efc_ent_t *ent = NULL; /* EFC entry */ in H5F__efc_release_real()
472 prev_ent = H5FL_FREE(H5F_efc_ent_t, prev_ent); in H5F__efc_release_real()
585 H5F__efc_remove_ent(H5F_efc_t *efc, H5F_efc_ent_t *ent) in H5F__efc_remove_ent()
652 H5F_efc_ent_t *ent = NULL; /* EFC entry */ in H5F__efc_try_close_tag1()
[all …]