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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_join.c196 __dbc_dup(jc->j_curslist[0], jc->j_workcurs, DB_POSITION)) != 0)
477 if ((ret = __dbc_dup(jc->j_curslist[i],
542 if ((__dbc_dup(
567 else if ((ret = __dbc_dup(jc->j_fdupcurs[j],
613 __dbc_dup(cp, &jc->j_fdupcurs[i], DB_POSITION)) != 0)
H A Ddb_cam.c331 * __dbc_dup --
334 * PUBLIC: int __dbc_dup __P((DBC *, DBC **, u_int32_t));
337 __dbc_dup(dbc_orig, dbcp, flags) function
374 * Internal version of __dbc_dup.
1494 (ret = __dbc_dup(dbc_arg, &dbc_n, DB_POSITION)) != 0)
1972 if ((ret = __dbc_dup(dbc, &dbc_n, tmp_flags)) != 0)
H A Ddb_iface.c2061 ret = __dbc_dup(dbc, dbcp, flags);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Ddb_ext.h92 int __dbc_dup __P((DBC *, DBC **, u_int32_t));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_compact.c628 if (ndbc == NULL && (ret = __dbc_dup(dbc, &ndbc, 0)) != 0)
795 if ((ret = __dbc_dup(dbc, &ndbc, DB_POSITION)) != 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_page.c1530 if ((ret = __dbc_dup(dbc, &dbc_n, DB_POSITION)) != 0)

Completed in 154 milliseconds