Lines Matching refs:dbJoin
68 static int dbJoin(dmtree_t *tp, int leafno, int newval, bool is_ctl);
2315 * dbJoin() is used to update leaf values and will join the binary
2338 rc = dbJoin(tp, word,
2372 rc = dbJoin(tp, word, size, false);
2506 * dbSplit(); otherwise (deallocation), use dbJoin() to update
2510 * dmapctl tree, if required. similarly, dbJoin() will join
2533 rc = dbJoin((dmtree_t *) dcp, leafno, newval, true);
2563 dbJoin((dmtree_t *) dcp, leafno,
2566 /* the dbJoin() above might have
2755 * NAME: dbJoin()
2768 static int dbJoin(dmtree_t *tp, int leafno, int newval, bool is_ctl)