Searched refs:__dbt_usercopy (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/common/
H A Ddbt.c14 * __dbt_usercopy --
17 * PUBLIC: int __dbt_usercopy __P((ENV *, DBT *));
20 __dbt_usercopy(env, dbt) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_iface.c525 if ((ret = __dbt_usercopy(env, key)) != 0)
814 if ((ret = __dbt_usercopy(env, data)) != 0)
818 if ((ret = __dbt_usercopy(env, key)) != 0) {
826 if ((ret = __dbt_usercopy(env, key)) != 0)
1013 if ((ret = __dbt_usercopy(env, key)) != 0)
1502 if ((ret = __dbt_usercopy(env, pkey)) != 0)
1648 if ((flags != DB_APPEND && (ret = __dbt_usercopy(env, key)) != 0) ||
1649 (ret = __dbt_usercopy(env, data)) != 0)
1693 if (start != NULL && (ret = __dbt_usercopy(env, start)) != 0)
1695 if (stop != NULL && (ret = __dbt_usercopy(en
[all...]
H A Ddb_am.c394 (ret = __dbt_usercopy(env, key)) == 0)
H A Ddb_cam.c2068 if ((ret = __dbt_usercopy(sdbp->env, pkey)) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Dcommon_ext.h51 int __dbt_usercopy __P((ENV *, DBT *));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_record.c182 if ((ret = __dbt_usercopy(env, control)) != 0 ||
183 (ret = __dbt_usercopy(env, rec)) != 0) {
H A Drep_method.c689 if ((ret = __dbt_usercopy(env, dbt)) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/sequence/
H A Dsequence.c230 if ((ret = __dbt_usercopy(env, keyp)) != 0)

Completed in 95 milliseconds