Searched refs:remove_from_freelist (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/tdb/
H A Dtdb.c636 static int remove_from_freelist(TDB_CONTEXT *tdb, tdb_off off, tdb_off next) function
650 TDB_LOG((tdb, 0,"remove_from_freelist: not on list at off=%d\n", off));
682 if (remove_from_freelist(tdb, right, r.next) == -1) {
712 if (remove_from_freelist(tdb, left, l.next) == -1) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/tdb/
H A Dtdb.c611 static int remove_from_freelist(TDB_CONTEXT *tdb, tdb_off off, tdb_off next) function
625 TDB_LOG((tdb, 0,"remove_from_freelist: not on list at off=%d\n", off));
657 if (remove_from_freelist(tdb, right, r.next) == -1) {
687 if (remove_from_freelist(tdb, left, l.next) == -1) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dtdb.c604 static int remove_from_freelist(TDB_CONTEXT *tdb, tdb_off off, tdb_off next) function
618 TDB_LOG((tdb, 0,"remove_from_freelist: not on list at off=%d\n", off));
650 if (remove_from_freelist(tdb, right, r.next) == -1) {
680 if (remove_from_freelist(tdb, left, l.next) == -1) {

Completed in 89 milliseconds