Home
last modified time | relevance | path

Searched refs:new_node_p (Results 1 – 14 of 14) sorted by relevance

/dports/dns/dnscrypt-wrapper/dnscrypt-wrapper-0.4.2/
H A Dfpst.c115 FPST *new_node_p; in fpst_insert() local
128 if ((new_node_p = (FPST *) malloc(sizeof *new_node_p)) == NULL) { in fpst_insert()
131 new_node_p->key = key; in fpst_insert()
132 new_node_p->val = val; in fpst_insert()
133 new_node_p->idx = 0U; in fpst_insert()
134 new_node_p->bitmap = 0U; in fpst_insert()
135 new_node_p->children = NULL; in fpst_insert()
137 return new_node_p; in fpst_insert()
/dports/science/hdf5-18/hdf5-1.8.21/src/
H A DH5Dbtree.c512 haddr_t *new_node_p/*out*/) in H5D__btree_insert() argument
532 HDassert(new_node_p); in H5D__btree_insert()
559 if(HADDR_UNDEF == (*new_node_p = H5MF_realloc(f, H5FD_MEM_DRAW, addr, in H5D__btree_insert()
567 … if(HADDR_UNDEF == (*new_node_p = H5MF_alloc(f, H5FD_MEM_DRAW, dxpl_id, (hsize_t)udata->nbytes))) in H5D__btree_insert()
573 udata->addr = *new_node_p; in H5D__btree_insert()
601 … if(HADDR_UNDEF == (*new_node_p = H5MF_alloc(f, H5FD_MEM_DRAW, dxpl_id, (hsize_t)udata->nbytes))) in H5D__btree_insert()
603 udata->addr = *new_node_p; in H5D__btree_insert()
H A DH5Gnode.c87 hbool_t *rt_key_changed, haddr_t *new_node_p/*out*/);
604 haddr_t *new_node_p) in H5G_node_insert() argument
628 HDassert(new_node_p); in H5G_node_insert()
671 if(H5G_node_create(f, dxpl_id, H5B_INS_FIRST, NULL, NULL, NULL, new_node_p/*out*/) < 0) in H5G_node_insert()
674 …if(NULL == (snrt = (H5G_node_t *)H5AC_protect(f, dxpl_id, H5AC_SNODE, *new_node_p, f, H5AC_WRITE))) in H5G_node_insert()
729 if(snrt && H5AC_unprotect(f, dxpl_id, H5AC_SNODE, *new_node_p, snrt, snrt_flags) < 0) in H5G_node_insert()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Dbtree.c514 haddr_t *new_node_p/*out*/) in H5D__btree_insert() argument
534 HDassert(new_node_p); in H5D__btree_insert()
561 if(HADDR_UNDEF == (*new_node_p = H5MF_realloc(f, H5FD_MEM_DRAW, addr, in H5D__btree_insert()
569 … if(HADDR_UNDEF == (*new_node_p = H5MF_alloc(f, H5FD_MEM_DRAW, dxpl_id, (hsize_t)udata->nbytes))) in H5D__btree_insert()
575 udata->addr = *new_node_p; in H5D__btree_insert()
603 … if(HADDR_UNDEF == (*new_node_p = H5MF_alloc(f, H5FD_MEM_DRAW, dxpl_id, (hsize_t)udata->nbytes))) in H5D__btree_insert()
605 udata->addr = *new_node_p; in H5D__btree_insert()
H A DH5Gnode.c92 haddr_t *new_node_p/*out*/);
620 haddr_t *new_node_p) in H5G_node_insert() argument
645 HDassert(new_node_p); in H5G_node_insert()
691 if(H5G_node_create(f, dxpl_id, H5B_INS_FIRST, NULL, NULL, NULL, new_node_p/*out*/) < 0) in H5G_node_insert()
694 if(NULL == (snrt = (H5G_node_t *)H5AC_protect(f, dxpl_id, H5AC_SNODE, *new_node_p, f, H5AC_WRITE))) in H5G_node_insert()
749 if(snrt && H5AC_unprotect(f, dxpl_id, H5AC_SNODE, *new_node_p, snrt, snrt_flags) < 0) in H5G_node_insert()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/src/
H A DH5Gnode.c87 hbool_t *rt_key_changed, haddr_t *new_node_p/*out*/);
602 void *_rt_key, hbool_t *rt_key_changed, haddr_t *new_node_p) in H5G__node_insert() argument
626 HDassert(new_node_p); in H5G__node_insert()
669 if(H5G__node_create(f, H5B_INS_FIRST, NULL, NULL, NULL, new_node_p/*out*/) < 0) in H5G__node_insert()
672 … if(NULL == (snrt = (H5G_node_t *)H5AC_protect(f, H5AC_SNODE, *new_node_p, f, H5AC__NO_FLAGS_SET))) in H5G__node_insert()
727 if(snrt && H5AC_unprotect(f, H5AC_SNODE, *new_node_p, snrt, snrt_flags) < 0) in H5G__node_insert()
H A DH5Dbtree.c540 haddr_t *new_node_p/*out*/) in H5D__btree_insert() argument
560 HDassert(new_node_p); in H5D__btree_insert()
578 *new_node_p = udata->chunk_block.offset; in H5D__btree_insert()
603 *new_node_p = udata->chunk_block.offset; in H5D__btree_insert()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Gnode.c81 haddr_t *new_node_p /*out*/);
564 … void *_md_key, void *_udata, void *_rt_key, hbool_t *rt_key_changed, haddr_t *new_node_p) in H5G__node_insert() argument
588 HDassert(new_node_p); in H5G__node_insert()
631 if (H5G__node_create(f, H5B_INS_FIRST, NULL, NULL, NULL, new_node_p /*out*/) < 0) in H5G__node_insert()
634 …if (NULL == (snrt = (H5G_node_t *)H5AC_protect(f, H5AC_SNODE, *new_node_p, f, H5AC__NO_FLAGS_SET))) in H5G__node_insert()
687 if (snrt && H5AC_unprotect(f, H5AC_SNODE, *new_node_p, snrt, snrt_flags) < 0) in H5G__node_insert()
H A DH5Dbtree.c517 hbool_t H5_ATTR_UNUSED *rt_key_changed, haddr_t *new_node_p /*out*/) in H5D__btree_insert() argument
537 HDassert(new_node_p); in H5D__btree_insert()
555 *new_node_p = udata->chunk_block.offset; in H5D__btree_insert()
579 *new_node_p = udata->chunk_block.offset; in H5D__btree_insert()
/dports/science/hdf5/hdf5-1.10.6/src/
H A DH5Gnode.c87 hbool_t *rt_key_changed, haddr_t *new_node_p/*out*/);
602 void *_rt_key, hbool_t *rt_key_changed, haddr_t *new_node_p) in H5G__node_insert() argument
626 HDassert(new_node_p); in H5G__node_insert()
669 if(H5G__node_create(f, H5B_INS_FIRST, NULL, NULL, NULL, new_node_p/*out*/) < 0) in H5G__node_insert()
672 … if(NULL == (snrt = (H5G_node_t *)H5AC_protect(f, H5AC_SNODE, *new_node_p, f, H5AC__NO_FLAGS_SET))) in H5G__node_insert()
727 if(snrt && H5AC_unprotect(f, H5AC_SNODE, *new_node_p, snrt, snrt_flags) < 0) in H5G__node_insert()
H A DH5Dbtree.c540 haddr_t *new_node_p/*out*/) in H5D__btree_insert() argument
560 HDassert(new_node_p); in H5D__btree_insert()
578 *new_node_p = udata->chunk_block.offset; in H5D__btree_insert()
603 *new_node_p = udata->chunk_block.offset; in H5D__btree_insert()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Gnode.c90 haddr_t *new_node_p/*out*/);
618 haddr_t *new_node_p) in H5G_node_insert() argument
643 HDassert(new_node_p); in H5G_node_insert()
689 if(H5G_node_create(f, dxpl_id, H5B_INS_FIRST, NULL, NULL, NULL, new_node_p/*out*/) < 0) in H5G_node_insert()
692 …if(NULL == (snrt = (H5G_node_t *)H5AC_protect(f, dxpl_id, H5AC_SNODE, *new_node_p, f, H5AC__NO_FLA… in H5G_node_insert()
747 if(snrt && H5AC_unprotect(f, dxpl_id, H5AC_SNODE, *new_node_p, snrt, snrt_flags) < 0) in H5G_node_insert()
H A DH5Dbtree.c544 haddr_t *new_node_p/*out*/) in H5D__btree_insert() argument
564 HDassert(new_node_p); in H5D__btree_insert()
582 *new_node_p = udata->chunk_block.offset; in H5D__btree_insert()
607 *new_node_p = udata->chunk_block.offset; in H5D__btree_insert()
/dports/math/mfem/mfem-4.3/linalg/
H A Dsparsemat.cpp214 RowNode *new_node_p = NodesMem->Alloc(); in SparseMatrix() local
216 RowNode *new_node_p = new RowNode; in SparseMatrix()
218 new_node_p->Value = node_p->Value; in SparseMatrix()
219 new_node_p->Column = node_p->Column; in SparseMatrix()
220 *node_pp = new_node_p; in SparseMatrix()
221 node_pp = &new_node_p->Prev; in SparseMatrix()