Searched refs:dstindx (Results 1 – 1 of 1) sorted by relevance
/openbsd/usr.sbin/ldapd/ |
H A D | btree.c | 267 indx_t srcindx, struct mpage *dst, indx_t dstindx); 2202 struct mpage *dst, indx_t dstindx) in btree_move_node() argument 2220 dstindx, dst->pgno); in btree_move_node() 2285 rc = btree_add_node(bt, dst, dstindx, &key, &data, NODEPGNO(srcnode), in btree_move_node() 2315 if (dstindx == 0 && dst->parent_index != 0) { in btree_move_node() 2328 if (dstindx == 0 && IS_BRANCH(dst)) { in btree_move_node() 2356 mp->parent_index = dstindx; in btree_move_node()
|