Searched refs:__bam_split (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Dbtree_ext.h86 int __bam_split __P((DBC *, void *, db_pgno_t *));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_recno.c662 if ((ret = __bam_split(dbc, arg, NULL)) != 0)
1343 if ((ret = __bam_split(dbc, recnop, NULL)) != 0)
H A Dbt_split.c56 * __bam_split --
59 * PUBLIC: int __bam_split __P((DBC *, void *, db_pgno_t *));
62 __bam_split(dbc, arg, root_pgnop) function
81 * When __bam_split is first called, we know that a leaf page was too
H A Dbt_cursor.c1858 * parent of the split page, which __bam_split returned
2007 if ((ret = __bam_split(dbc, arg, &root_pgno)) != 0)

Completed in 100 milliseconds