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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Dhash_ext.h85 int __ham_del_pair __P((DBC *, int));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash.c108 ret = __ham_del_pair(dbc, 0);
212 if ((ret = __ham_del_pair(dbc, 0)) != 0)
343 ret = __ham_del_pair(dbc, 0);
360 ret = __ham_del_pair(dbc, 0);
H A Dhash_dup.c627 ret = __ham_del_pair(dbc, HAM_DEL_NO_RECLAIM);
630 * __ham_del_pair decremented nelem. This is incorrect; we
636 * __ham_del_pair dirtied it, so we don't need to set the dirty
H A Dhash_page.c1046 * PUBLIC: int __ham_del_pair __P((DBC *, int));
1049 __ham_del_pair(dbc, flags) function
1522 if ((ret = __ham_del_pair(dbc, HAM_DEL_NO_CURSOR)) != 0)

Completed in 43 milliseconds