Searched refs:__db_new (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_split.c197 if ((ret = __db_new(dbc, TYPE(cp->page), &lp)) != 0 ||
198 (ret = __db_new(dbc, TYPE(cp->page), &rp)) != 0)
361 if ((ret = __db_new(dbc, TYPE(cp->page), &alloc_rp)) != 0)
426 * ones on the page we got from __db_new or the one that was
H A Dbt_open.c580 if ((ret = __db_new(dbc,
H A Dbt_put.c796 if ((ret = __db_new(dbc,
H A Dbt_compact.c1881 * Since the freelist is ordered now, we can simply call __db_new
1885 if ((ret = __db_new(dbc, P_DONTEXTEND | TYPE(*pgp), &newpage)) != 0)
1889 * If newpage is null then __db_new would have had to allocate
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_overflow.c232 if ((ret = __db_new(dbc, P_OVERFLOW, &pagep)) != 0)
H A Ddb.c336 if ((ret = __db_new(dbc,
H A Ddb_meta.c63 * Helper function for __db_new that initializes the important fields in
89 * __db_new --
92 * PUBLIC: int __db_new __P((DBC *, u_int32_t, PAGE **));
95 __db_new(dbc, type, pagepp) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Ddb_ext.h164 int __db_new __P((DBC *, u_int32_t, PAGE **));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_dup.c268 if ((ret = __db_new(dbc,
H A Dhash_page.c2289 if ((ret = __db_new(dbc, P_HASH, &new_pagep)) != 0)

Completed in 192 milliseconds