Searched refs:__memp_get_last_pgno (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/mp/
H A Dmp_fmethod.c79 dbmfp->get_last_pgno = __memp_get_last_pgno;
493 * __memp_get_last_pgno --
500 * PUBLIC: int __memp_get_last_pgno __P((DB_MPOOLFILE *, db_pgno_t *));
503 __memp_get_last_pgno(dbmfp, pgnoaddr) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Dmp_ext.h29 int __memp_get_last_pgno __P((DB_MPOOLFILE *, db_pgno_t *));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_stat.c64 if ((ret = __memp_get_last_pgno(dbp->mpf, &pgno)) != 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_stat.c165 if ((ret = __memp_get_last_pgno(dbp->mpf, &pgno)) != 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_pr.c238 if ((ret = __memp_get_last_pgno(mpf, &last)) != 0)
H A Ddb_vrfy.c293 if ((ret = __memp_get_last_pgno(dbp->mpf, &vdp->last_pgno)) != 0)

Completed in 72 milliseconds