Searched refs:__qam_remove (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/qam/
H A Dqam_open.c66 dbp->db_am_remove = __qam_remove;
222 dbp->db_am_remove = __qam_remove;
H A Dqam_method.c261 * __qam_remove --
264 * PUBLIC: int __qam_remove __P((DB *, DB_TXN *, const char *, const char *));
267 __qam_remove(dbp, txn, name, subdb) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Dqam_ext.h48 int __qam_remove __P((DB *, DB_TXN *, const char *, const char *));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_backup.c1199 * remove extent files. Use __qam_remove to remove
1221 (env, "QAM: Unlink %s via __qam_remove", name));
1222 if ((ret = __qam_remove(dbp, NULL, name, NULL)) != 0) {

Completed in 161 milliseconds