Searched refs:__db_pitem (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_split.c641 if ((ret = __db_pitem(dbc,
644 ret = __db_pitem(dbc, rootp, 1, BINTERNAL_SIZE(data.size), &hdr, &data);
679 if ((ret = __db_pitem(dbc, rootp, 0, RINTERNAL_SIZE, &hdr, NULL)) != 0)
684 if ((ret = __db_pitem(dbc, rootp, 1, RINTERNAL_SIZE, &hdr, NULL)) != 0)
778 if ((ret = __db_pitem(dbc, ppage, off,
795 if ((ret = __db_pitem(dbc, ppage, off,
867 if ((ret = __db_pitem(dbc, ppage, off,
902 if ((ret = __db_pitem(dbc, ppage, off,
925 if ((ret = __db_pitem(dbc,
H A Dbt_put.c271 if ((ret = __db_pitem(dbc, h, indx,
371 ret = __db_pitem(dbc, h, indx,
376 ret = __db_pitem(dbc, h, indx,
841 if ((ret = __db_pitem(
915 return (__db_pitem(dbc, h, indx, BOVERFLOW_SIZE, &hdr, NULL));
H A Dbt_compact.c1253 if ((ret = __db_pitem(dbc, pg, pind,
1261 if ((ret = __db_pitem(dbc, pg, pind,
1629 if ((ret = __db_pitem(dbc, pg, pind, size, &hdr, &data)) != 0)
H A Dbt_recno.c303 if ((ret = __db_pitem(dbc,
H A Dbt_rec.c388 if ((ret = __db_pitem(dbc, pagep, 0,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_dup.c84 * __db_pitem --
87 * PUBLIC: int __db_pitem
91 __db_pitem(dbc, pagep, indx, nbytes, hdr, data) function
H A Ddb_rec.c61 if ((ret = __db_pitem(dbc, pagep, argp->indx, argp->nbytes,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_dup.c290 ret = __db_pitem(dbc,
305 ret = __db_pitem(dbc, dp, 0, dbt.size, &dbt, NULL);
339 if ((ret = __db_pitem(dbc, dp,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Ddb_ext.h132 int __db_pitem __P((DBC *, PAGE *, u_int32_t, u_int32_t, DBT *, DBT *));

Completed in 168 milliseconds