Searched refs:__bam_copy (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/db/include/
H A Dbtree_ext.h71 int __bam_copy __P((DB *, PAGE *, PAGE *, u_int32_t, u_int32_t));
/osnet-11/usr/src/cmd/sendmail/db/btree/
H A Dbt_split.c914 if ((ret = __bam_copy(dbp, pp, lp, 0, splitp)) != 0)
916 if ((ret = __bam_copy(dbp, pp, rp, splitp, NUM_ENT(pp))) != 0)
924 * __bam_copy --
927 * PUBLIC: int __bam_copy __P((DB *, PAGE *, PAGE *, u_int32_t, u_int32_t));
930 __bam_copy(dbp, pp, cp, nxt, stop) function
H A Dbt_rec.c332 if ((ret = __bam_copy(file_dbp, sp, _lp, 0, argp->indx)) != 0 ||
333 (ret = __bam_copy(file_dbp, sp, _rp, argp->indx,

Completed in 18 milliseconds