Home
last modified time | relevance | path

Searched refs:did_protect (Results 1 – 25 of 48) sorted by relevance

12

/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/src/
H A DH5HFman.c375 hbool_t did_protect; /* Whether we protected the indirect block or not */ in H5HF__man_op_real() local
379 … if(H5HF__man_dblock_locate(hdr, obj_off, &iblock, &entry, &did_protect, H5AC__READ_ONLY_FLAG) < 0) in H5HF__man_op_real()
390 if(H5HF__man_iblock_unprotect(iblock, H5AC__NO_FLAGS_SET, did_protect) < 0) in H5HF__man_op_real()
399 if(H5HF__man_iblock_unprotect(iblock, H5AC__NO_FLAGS_SET, did_protect) < 0) in H5HF__man_op_real()
406 if(H5HF__man_iblock_unprotect(iblock, H5AC__NO_FLAGS_SET, did_protect) < 0) in H5HF__man_op_real()
566 hbool_t did_protect; /* Whether we protected the indirect block or not */ in H5HF__man_remove() local
614 …if(H5HF__man_dblock_locate(hdr, obj_off, &iblock, &dblock_entry, &did_protect, H5AC__NO_FLAGS_SET)… in H5HF__man_remove()
650 if(H5HF__man_iblock_unprotect(iblock, H5AC__NO_FLAGS_SET, did_protect) < 0) in H5HF__man_remove()
675 if(iblock && H5HF__man_iblock_unprotect(iblock, H5AC__NO_FLAGS_SET, did_protect) < 0) in H5HF__man_remove()
H A DH5HFiblock.c461 if(H5HF__man_iblock_unprotect(iblock, H5AC__DIRTIED_FLAG, did_protect) < 0) in H5HF__man_iblock_root_create()
1106 hbool_t must_protect, unsigned flags, hbool_t *did_protect) in H5HF__man_iblock_protect() argument
1121 HDassert(did_protect); in H5HF__man_iblock_protect()
1207 *did_protect = TRUE; in H5HF__man_iblock_protect()
1211 *did_protect = FALSE; in H5HF__man_iblock_protect()
1236 hbool_t did_protect) in H5HF__man_iblock_unprotect() argument
1249 if(did_protect) { in H5HF__man_iblock_unprotect()
1459 hbool_t did_protect = FALSE; /* Whether the indirect block was protected */ in H5HF__man_iblock_detach() local
1474 HDassert(did_protect == TRUE); in H5HF__man_iblock_detach()
1625 HDassert(did_protect == TRUE); in H5HF__man_iblock_delete()
[all …]
H A DH5HFdblock.c530 hbool_t did_protect; /* Whether we protected the indirect block or not */ in H5HF__man_dblock_locate() local
556 …ck_protect(hdr, iblock_addr, hdr->man_dtable.curr_root_rows, NULL, 0, FALSE, flags, &did_protect))) in H5HF__man_dblock_locate()
590 if(H5HF__man_iblock_unprotect(iblock, cache_flags, did_protect) < 0) in H5HF__man_dblock_locate()
595 did_protect = new_did_protect; in H5HF__man_dblock_locate()
607 *ret_did_protect = did_protect; in H5HF__man_dblock_locate()
H A DH5HFiter.c169 hbool_t did_protect; /* Whether we protected the indirect block or not */ in H5HF__man_iter_start_offset() local
219 …ock_addr, iblock_nrows, iblock_parent, iblock_par_entry, FALSE, H5AC__NO_FLAGS_SET, &did_protect))) in H5HF__man_iter_start_offset()
230 if(H5HF__man_iblock_unprotect(iblock, H5AC__NO_FLAGS_SET, did_protect) < 0) in H5HF__man_iter_start_offset()
H A DH5HFhdr.c1104 … hbool_t did_protect; /* Whether we protected the indirect block or not */ in H5HF__hdr_update_iter() local
1112 …t(hdr, new_iblock_addr, child_nrows, iblock, next_entry, FALSE, H5AC__NO_FLAGS_SET, &did_protect))) in H5HF__hdr_update_iter()
1132 if(H5HF__man_iblock_unprotect(new_iblock, H5AC__NO_FLAGS_SET, did_protect) < 0) in H5HF__hdr_update_iter()
1299 hbool_t did_protect; /* Whether we protected the indirect block or not */ in H5HF__hdr_reverse_iter() local
1306 …>ents[curr_entry].addr, child_nrows, iblock, curr_entry, FALSE, H5AC__NO_FLAGS_SET, &did_protect))) in H5HF__hdr_reverse_iter()
1322 if(H5HF__man_iblock_unprotect(child_iblock, H5AC__NO_FLAGS_SET, did_protect) < 0) in H5HF__hdr_reverse_iter()
/dports/science/hdf5-18/hdf5-1.8.21/src/
H A DH5HFman.c300 hbool_t did_protect; /* Whether we protected the indirect block or not */ in H5HF_man_op_real() local
304 … if(H5HF_man_dblock_locate(hdr, dxpl_id, obj_off, &iblock, &entry, &did_protect, H5AC_READ) < 0) in H5HF_man_op_real()
315 if(H5HF_man_iblock_unprotect(iblock, dxpl_id, H5AC__NO_FLAGS_SET, did_protect) < 0) in H5HF_man_op_real()
324 if(H5HF_man_iblock_unprotect(iblock, dxpl_id, H5AC__NO_FLAGS_SET, did_protect) < 0) in H5HF_man_op_real()
331 if(H5HF_man_iblock_unprotect(iblock, dxpl_id, H5AC__NO_FLAGS_SET, did_protect) < 0) in H5HF_man_op_real()
493 hbool_t did_protect; /* Whether we protected the indirect block or not */ in H5HF_man_remove() local
541 …if(H5HF_man_dblock_locate(hdr, dxpl_id, obj_off, &iblock, &dblock_entry, &did_protect, H5AC_WRITE)… in H5HF_man_remove()
577 if(H5HF_man_iblock_unprotect(iblock, dxpl_id, H5AC__NO_FLAGS_SET, did_protect) < 0) in H5HF_man_remove()
602 if(iblock && H5HF_man_iblock_unprotect(iblock, dxpl_id, H5AC__NO_FLAGS_SET, did_protect) < 0) in H5HF_man_remove()
H A DH5HFiblock.c394 hbool_t did_protect; /* Whether we protected the indirect block or not */ in H5HF_man_iblock_root_create() local
481 if(H5HF_man_iblock_unprotect(iblock, dxpl_id, H5AC__DIRTIED_FLAG, did_protect) < 0) in H5HF_man_iblock_root_create()
1128 hbool_t must_protect, H5AC_protect_t rw, hbool_t *did_protect) in H5HF_man_iblock_protect() argument
1143 HDassert(did_protect); in H5HF_man_iblock_protect()
1226 *did_protect = TRUE; in H5HF_man_iblock_protect()
1230 *did_protect = FALSE; in H5HF_man_iblock_protect()
1255 unsigned cache_flags, hbool_t did_protect) in H5HF_man_iblock_unprotect() argument
1268 if(did_protect) { in H5HF_man_iblock_unprotect()
1535 hbool_t did_protect; /* Whether we protected the indirect block or not */ in H5HF_man_iblock_delete() local
1551 HDassert(did_protect == TRUE); in H5HF_man_iblock_delete()
[all …]
H A DH5HFdblock.c517 hbool_t did_protect; /* Whether we protected the indirect block or not */ in H5HF_man_dblock_locate() local
540 …tect(hdr, dxpl_id, iblock_addr, hdr->man_dtable.curr_root_rows, NULL, 0, FALSE, rw, &did_protect))) in H5HF_man_dblock_locate()
574 if(H5HF_man_iblock_unprotect(iblock, dxpl_id, cache_flags, did_protect) < 0) in H5HF_man_dblock_locate()
579 did_protect = new_did_protect; in H5HF_man_dblock_locate()
591 *ret_did_protect = did_protect; in H5HF_man_dblock_locate()
H A DH5HFiter.c168 hbool_t did_protect; /* Whether we protected the indirect block or not */ in H5HF_man_iter_start_offset() local
218 …_id, iblock_addr, iblock_nrows, iblock_parent, iblock_par_entry, FALSE, H5AC_WRITE, &did_protect))) in H5HF_man_iter_start_offset()
229 if(H5HF_man_iblock_unprotect(iblock, dxpl_id, H5AC__NO_FLAGS_SET, did_protect) < 0) in H5HF_man_iter_start_offset()
/dports/science/hdf5/hdf5-1.10.6/src/
H A DH5HFman.c376 hbool_t did_protect; /* Whether we protected the indirect block or not */ in H5HF__man_op_real() local
380 … if(H5HF__man_dblock_locate(hdr, obj_off, &iblock, &entry, &did_protect, H5AC__READ_ONLY_FLAG) < 0) in H5HF__man_op_real()
391 if(H5HF__man_iblock_unprotect(iblock, H5AC__NO_FLAGS_SET, did_protect) < 0) in H5HF__man_op_real()
400 if(H5HF__man_iblock_unprotect(iblock, H5AC__NO_FLAGS_SET, did_protect) < 0) in H5HF__man_op_real()
407 if(H5HF__man_iblock_unprotect(iblock, H5AC__NO_FLAGS_SET, did_protect) < 0) in H5HF__man_op_real()
567 hbool_t did_protect; /* Whether we protected the indirect block or not */ in H5HF__man_remove() local
615 …if(H5HF__man_dblock_locate(hdr, obj_off, &iblock, &dblock_entry, &did_protect, H5AC__NO_FLAGS_SET)… in H5HF__man_remove()
651 if(H5HF__man_iblock_unprotect(iblock, H5AC__NO_FLAGS_SET, did_protect) < 0) in H5HF__man_remove()
676 if(iblock && H5HF__man_iblock_unprotect(iblock, H5AC__NO_FLAGS_SET, did_protect) < 0) in H5HF__man_remove()
H A DH5HFiblock.c364 hbool_t did_protect; /* Whether we protected the indirect block or not */ in H5HF__man_iblock_root_create() local
461 if(H5HF__man_iblock_unprotect(iblock, H5AC__DIRTIED_FLAG, did_protect) < 0) in H5HF__man_iblock_root_create()
1106 hbool_t must_protect, unsigned flags, hbool_t *did_protect) in H5HF__man_iblock_protect() argument
1121 HDassert(did_protect); in H5HF__man_iblock_protect()
1207 *did_protect = TRUE; in H5HF__man_iblock_protect()
1211 *did_protect = FALSE; in H5HF__man_iblock_protect()
1236 hbool_t did_protect) in H5HF__man_iblock_unprotect() argument
1249 if(did_protect) { in H5HF__man_iblock_unprotect()
1474 HDassert(did_protect == TRUE); in H5HF__man_iblock_detach()
1625 HDassert(did_protect == TRUE); in H5HF__man_iblock_delete()
[all …]
H A DH5HFdblock.c530 hbool_t did_protect; /* Whether we protected the indirect block or not */ in H5HF__man_dblock_locate() local
556 …ck_protect(hdr, iblock_addr, hdr->man_dtable.curr_root_rows, NULL, 0, FALSE, flags, &did_protect))) in H5HF__man_dblock_locate()
590 if(H5HF__man_iblock_unprotect(iblock, cache_flags, did_protect) < 0) in H5HF__man_dblock_locate()
595 did_protect = new_did_protect; in H5HF__man_dblock_locate()
607 *ret_did_protect = did_protect; in H5HF__man_dblock_locate()
H A DH5HFiter.c169 hbool_t did_protect; /* Whether we protected the indirect block or not */ in H5HF__man_iter_start_offset() local
219 …ock_addr, iblock_nrows, iblock_parent, iblock_par_entry, FALSE, H5AC__NO_FLAGS_SET, &did_protect))) in H5HF__man_iter_start_offset()
230 if(H5HF__man_iblock_unprotect(iblock, H5AC__NO_FLAGS_SET, did_protect) < 0) in H5HF__man_iter_start_offset()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5HFman.c378 hbool_t did_protect; /* Whether we protected the indirect block or not */ in H5HF_man_op_real() local
382 …if(H5HF_man_dblock_locate(hdr, dxpl_id, obj_off, &iblock, &entry, &did_protect, H5AC__READ_ONLY_FL… in H5HF_man_op_real()
393 if(H5HF_man_iblock_unprotect(iblock, dxpl_id, H5AC__NO_FLAGS_SET, did_protect) < 0) in H5HF_man_op_real()
402 if(H5HF_man_iblock_unprotect(iblock, dxpl_id, H5AC__NO_FLAGS_SET, did_protect) < 0) in H5HF_man_op_real()
409 if(H5HF_man_iblock_unprotect(iblock, dxpl_id, H5AC__NO_FLAGS_SET, did_protect) < 0) in H5HF_man_op_real()
571 hbool_t did_protect; /* Whether we protected the indirect block or not */ in H5HF_man_remove() local
619 …if(H5HF_man_dblock_locate(hdr, dxpl_id, obj_off, &iblock, &dblock_entry, &did_protect, H5AC__NO_FL… in H5HF_man_remove()
655 if(H5HF_man_iblock_unprotect(iblock, dxpl_id, H5AC__NO_FLAGS_SET, did_protect) < 0) in H5HF_man_remove()
680 if(iblock && H5HF_man_iblock_unprotect(iblock, dxpl_id, H5AC__NO_FLAGS_SET, did_protect) < 0) in H5HF_man_remove()
H A DH5HFiblock.c402 hbool_t did_protect; /* Whether we protected the indirect block or not */ in H5HF_man_iblock_root_create() local
499 if(H5HF_man_iblock_unprotect(iblock, dxpl_id, H5AC__DIRTIED_FLAG, did_protect) < 0) in H5HF_man_iblock_root_create()
1165 hbool_t must_protect, unsigned flags, hbool_t *did_protect) in H5HF_man_iblock_protect() argument
1180 HDassert(did_protect); in H5HF_man_iblock_protect()
1266 *did_protect = TRUE; in H5HF_man_iblock_protect()
1270 *did_protect = FALSE; in H5HF_man_iblock_protect()
1295 unsigned cache_flags, hbool_t did_protect) in H5HF_man_iblock_unprotect() argument
1308 if(did_protect) { in H5HF_man_iblock_unprotect()
1575 hbool_t did_protect; /* Whether we protected the indirect block or not */ in H5HF_man_iblock_delete() local
1591 HDassert(did_protect == TRUE); in H5HF_man_iblock_delete()
[all …]
H A DH5HFdblock.c530 hbool_t did_protect; /* Whether we protected the indirect block or not */ in H5HF_man_dblock_locate() local
556 …t(hdr, dxpl_id, iblock_addr, hdr->man_dtable.curr_root_rows, NULL, 0, FALSE, flags, &did_protect))) in H5HF_man_dblock_locate()
590 if(H5HF_man_iblock_unprotect(iblock, dxpl_id, cache_flags, did_protect) < 0) in H5HF_man_dblock_locate()
595 did_protect = new_did_protect; in H5HF_man_dblock_locate()
607 *ret_did_protect = did_protect; in H5HF_man_dblock_locate()
H A DH5HFiter.c169 hbool_t did_protect; /* Whether we protected the indirect block or not */ in H5HF_man_iter_start_offset() local
219 …ock_addr, iblock_nrows, iblock_parent, iblock_par_entry, FALSE, H5AC__NO_FLAGS_SET, &did_protect))) in H5HF_man_iter_start_offset()
230 if(H5HF_man_iblock_unprotect(iblock, dxpl_id, H5AC__NO_FLAGS_SET, did_protect) < 0) in H5HF_man_iter_start_offset()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5HFman.c302 hbool_t did_protect; /* Whether we protected the indirect block or not */ in H5HF_man_op_real() local
306 … if(H5HF_man_dblock_locate(hdr, dxpl_id, obj_off, &iblock, &entry, &did_protect, H5AC_READ) < 0) in H5HF_man_op_real()
317 if(H5HF_man_iblock_unprotect(iblock, dxpl_id, H5AC__NO_FLAGS_SET, did_protect) < 0) in H5HF_man_op_real()
326 if(H5HF_man_iblock_unprotect(iblock, dxpl_id, H5AC__NO_FLAGS_SET, did_protect) < 0) in H5HF_man_op_real()
333 if(H5HF_man_iblock_unprotect(iblock, dxpl_id, H5AC__NO_FLAGS_SET, did_protect) < 0) in H5HF_man_op_real()
495 hbool_t did_protect; /* Whether we protected the indirect block or not */ in H5HF_man_remove() local
543 …if(H5HF_man_dblock_locate(hdr, dxpl_id, obj_off, &iblock, &dblock_entry, &did_protect, H5AC_WRITE)… in H5HF_man_remove()
579 if(H5HF_man_iblock_unprotect(iblock, dxpl_id, H5AC__NO_FLAGS_SET, did_protect) < 0) in H5HF_man_remove()
604 if(iblock && H5HF_man_iblock_unprotect(iblock, dxpl_id, H5AC__NO_FLAGS_SET, did_protect) < 0) in H5HF_man_remove()
H A DH5HFiblock.c396 hbool_t did_protect; /* Whether we protected the indirect block or not */ in H5HF_man_iblock_root_create() local
483 if(H5HF_man_iblock_unprotect(iblock, dxpl_id, H5AC__DIRTIED_FLAG, did_protect) < 0) in H5HF_man_iblock_root_create()
1130 hbool_t must_protect, H5AC_protect_t rw, hbool_t *did_protect) in H5HF_man_iblock_protect() argument
1145 HDassert(did_protect); in H5HF_man_iblock_protect()
1228 *did_protect = TRUE; in H5HF_man_iblock_protect()
1232 *did_protect = FALSE; in H5HF_man_iblock_protect()
1257 unsigned cache_flags, hbool_t did_protect) in H5HF_man_iblock_unprotect() argument
1270 if(did_protect) { in H5HF_man_iblock_unprotect()
1537 hbool_t did_protect; /* Whether we protected the indirect block or not */ in H5HF_man_iblock_delete() local
1553 HDassert(did_protect == TRUE); in H5HF_man_iblock_delete()
[all …]
H A DH5HFdblock.c519 hbool_t did_protect; /* Whether we protected the indirect block or not */ in H5HF_man_dblock_locate() local
542 …tect(hdr, dxpl_id, iblock_addr, hdr->man_dtable.curr_root_rows, NULL, 0, FALSE, rw, &did_protect))) in H5HF_man_dblock_locate()
576 if(H5HF_man_iblock_unprotect(iblock, dxpl_id, cache_flags, did_protect) < 0) in H5HF_man_dblock_locate()
581 did_protect = new_did_protect; in H5HF_man_dblock_locate()
593 *ret_did_protect = did_protect; in H5HF_man_dblock_locate()
H A DH5HFiter.c170 hbool_t did_protect; /* Whether we protected the indirect block or not */ in H5HF_man_iter_start_offset() local
220 …_id, iblock_addr, iblock_nrows, iblock_parent, iblock_par_entry, FALSE, H5AC_WRITE, &did_protect))) in H5HF_man_iter_start_offset()
231 if(H5HF_man_iblock_unprotect(iblock, dxpl_id, H5AC__NO_FLAGS_SET, did_protect) < 0) in H5HF_man_iter_start_offset()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5HFman.c363 hbool_t did_protect; /* Whether we protected the indirect block or not */ in H5HF__man_op_real() local
367 …if (H5HF__man_dblock_locate(hdr, obj_off, &iblock, &entry, &did_protect, H5AC__READ_ONLY_FLAG) < 0) in H5HF__man_op_real()
379 if (H5HF__man_iblock_unprotect(iblock, H5AC__NO_FLAGS_SET, did_protect) < 0) in H5HF__man_op_real()
390 if (H5HF__man_iblock_unprotect(iblock, H5AC__NO_FLAGS_SET, did_protect) < 0) in H5HF__man_op_real()
398 if (H5HF__man_iblock_unprotect(iblock, H5AC__NO_FLAGS_SET, did_protect) < 0) in H5HF__man_op_real()
550 hbool_t did_protect = FALSE; /* Whether we protected the indirect block or not */ in H5HF__man_remove() local
598 …if (H5HF__man_dblock_locate(hdr, obj_off, &iblock, &dblock_entry, &did_protect, H5AC__NO_FLAGS_SET… in H5HF__man_remove()
637 if (H5HF__man_iblock_unprotect(iblock, H5AC__NO_FLAGS_SET, did_protect) < 0) in H5HF__man_remove()
662 if (iblock && H5HF__man_iblock_unprotect(iblock, H5AC__NO_FLAGS_SET, did_protect) < 0) in H5HF__man_remove()
H A DH5HFiblock.c377 H5AC__NO_FLAGS_SET, &did_protect))) in H5HF__man_iblock_root_create()
450 if (H5HF__man_iblock_unprotect(iblock, H5AC__DIRTIED_FLAG, did_protect) < 0) in H5HF__man_iblock_root_create()
1110 unsigned flags, hbool_t *did_protect) in H5HF__man_iblock_protect() argument
1125 HDassert(did_protect); in H5HF__man_iblock_protect()
1210 *did_protect = TRUE; in H5HF__man_iblock_protect()
1214 *did_protect = FALSE; in H5HF__man_iblock_protect()
1249 if (did_protect) { in H5HF__man_iblock_unprotect()
1457 hbool_t did_protect = FALSE; /* Whether the indirect block was protected */ in H5HF__man_iblock_detach() local
1474 HDassert(did_protect == TRUE); in H5HF__man_iblock_detach()
1624 HDassert(did_protect == TRUE); in H5HF__man_iblock_delete()
[all …]
H A DH5HFdblock.c517 hbool_t did_protect; /* Whether we protected the indirect block or not */ in H5HF__man_dblock_locate() local
544 FALSE, flags, &did_protect))) in H5HF__man_dblock_locate()
579 if (H5HF__man_iblock_unprotect(iblock, cache_flags, did_protect) < 0) in H5HF__man_dblock_locate()
584 did_protect = new_did_protect; in H5HF__man_dblock_locate()
596 *ret_did_protect = did_protect; in H5HF__man_dblock_locate()
H A DH5HFiter.c157 hbool_t did_protect; /* Whether we protected the indirect block or not */ in H5HF__man_iter_start_offset() local
209 … iblock_par_entry, FALSE, H5AC__NO_FLAGS_SET, &did_protect))) in H5HF__man_iter_start_offset()
221 if (H5HF__man_iblock_unprotect(iblock, H5AC__NO_FLAGS_SET, did_protect) < 0) in H5HF__man_iter_start_offset()

12