Searched refs:__bam_adjust (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_rsearch.c296 * __bam_adjust --
299 * PUBLIC: int __bam_adjust __P((DBC *, int32_t));
302 __bam_adjust(dbc, adjust) function
H A Dbt_compact.c1292 if ((ret = __bam_adjust(ndbc, -adjust)) != 0)
1295 if ((ret = __bam_adjust(dbc, adjust)) != 0)
1380 if ((ret = __bam_adjust(ndbc, -i)) != 0)
1383 if ((ret = __bam_adjust(dbc, i)) != 0)
1660 if ((ret = __bam_adjust(dbc, trecs)) != 0)
1664 if ((ret = __bam_adjust(ndbc, -trecs)) != 0)
H A Dbt_put.c405 if ((ret = __bam_adjust(dbc, 1)) != 0)
H A Dbt_recno.c258 if ((ret = __bam_adjust(dbc, -1)) != 0)
H A Dbt_cursor.c750 ret = __bam_adjust(dbc, -1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Dbtree_ext.h79 int __bam_adjust __P((DBC *, int32_t));

Completed in 108 milliseconds