Searched refs:update_tailer (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.c523 static int update_tailer(TDB_CONTEXT *tdb, tdb_off offset, function
665 if (update_tailer(tdb, offset, rec) != 0) {
723 if (update_tailer(tdb, offset, rec) == -1) {
724 TDB_LOG((tdb, 0, "tdb_free: update_tailer failed at %u\n", offset));
928 if (update_tailer(tdb, rec_ptr, rec) == -1)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/tdb/
H A Dtdb.c498 static int update_tailer(TDB_CONTEXT *tdb, tdb_off offset, function
640 if (update_tailer(tdb, offset, rec) != 0) {
698 if (update_tailer(tdb, offset, rec) == -1) {
699 TDB_LOG((tdb, 0, "tdb_free: update_tailer failed at %u\n", offset));
901 if (update_tailer(tdb, rec_ptr, rec) == -1)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dtdb.c491 static int update_tailer(TDB_CONTEXT *tdb, tdb_off offset, function
633 if (update_tailer(tdb, offset, rec) != 0) {
691 if (update_tailer(tdb, offset, rec) == -1) {
692 TDB_LOG((tdb, 0, "tdb_free: update_tailer failed at %u\n", offset));
896 if (update_tailer(tdb, rec_ptr, rec) == -1)

Completed in 109 milliseconds