Searched refs:__db_pgout (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_setid.c133 if ((ret = __db_pgout(env->dbenv, 0, mbuf, &key)) != 0)
H A Ddb_conv.c189 * __db_pgout --
192 * PUBLIC: int __db_pgout __P((DB_ENV *, db_pgno_t, void *, DBT *));
195 __db_pgout(dbenv, pg, pp, cookie) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_open.c491 if ((ret = __db_pgout(
509 __db_pgout(dbp->dbenv, root->pgno, root, &pdbt)) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_open.c403 __db_pgout(env->dbenv, PGNO_BASE_MD, meta, &pdbt)) != 0)
419 if ((ret = __db_pgout(env->dbenv, lpgno, buf, &pdbt)) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/qam/
H A Dqam_open.c341 __db_pgout(env->dbenv, PGNO_BASE_MD, meta, &pdbt)) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_open.c413 env, DB_FTYPE_SET, __db_pgin, __db_pgout)) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Ddb_ext.h110 int __db_pgout __P((DB_ENV *, db_pgno_t, void *, DBT *));

Completed in 105 milliseconds