Searched refs:__bam_ditem (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_delete.c53 * __bam_ditem --
56 * PUBLIC: int __bam_ditem __P((DBC *, PAGE *, u_int32_t));
59 __bam_ditem(dbc, h, indx) function
279 if ((ret = __bam_ditem(dbc, epg->page, epg->indx)) != 0)
329 if ((ret = __bam_ditem(dbc, epg->page, epg->indx)) != 0)
628 if ((ret = __bam_ditem(dbc, epg->page, epg->indx)) != 0)
H A Dbt_recno.c256 if ((ret = __bam_ditem(dbc, cp->page, cp->indx)) != 0)
296 if ((ret = __bam_ditem(dbc, cp->page, cp->indx)) != 0)
H A Dbt_put.c343 if ((ret = __bam_ditem(dbc, h, indx)) != 0)
H A Dbt_cursor.c2597 * in __bam_ditem() won't work!
2603 if ((ret = __bam_ditem(dbc, cp->page, cp->indx)) != 0)
2610 if ((ret = __bam_ditem(dbc, cp->page, cp->indx)) != 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Dbtree_ext.h32 int __bam_ditem __P((DBC *, PAGE *, u_int32_t));

Completed in 100 milliseconds