Lines Matching refs:dbJoin
68 static int dbJoin(dmtree_t *tp, int leafno, int newval, bool is_ctl);
2383 * dbJoin() is used to update leaf values and will join the binary
2406 rc = dbJoin(tp, word,
2440 rc = dbJoin(tp, word, size, false);
2574 * dbSplit(); otherwise (deallocation), use dbJoin() to update
2578 * dmapctl tree, if required. similarly, dbJoin() will join
2599 rc = dbJoin((dmtree_t *) dcp, leafno, newval, true);
2627 dbJoin((dmtree_t *) dcp, leafno,
2630 /* the dbJoin() above might have
2819 * NAME: dbJoin()
2832 static int dbJoin(dmtree_t *tp, int leafno, int newval, bool is_ctl)