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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_split.c334 if ((ret = __bam_pinsert(dbc, pp, split, lp, rp, BPI_SPACEONLY)) != 0)
379 * before calling __bam_pinsert because it may copy a page number onto
391 (ret = __bam_pinsert(dbc, pp, split, lp, rp, 0)) != 0)
691 * __bam_pinsert --
694 * PUBLIC: int __bam_pinsert
698 __bam_pinsert(dbc, parent, split, lchild, rchild, flags) function
H A Dbt_delete.c619 * Update the parents up the tree. __bam_pinsert only looks at the
631 if ((ret = __bam_pinsert(dbc, epg, 0,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Dbtree_ext.h87 int __bam_pinsert __P((DBC *, EPG *, u_int32_t, PAGE *, PAGE *, int));

Completed in 117 milliseconds