Searched refs:tdb_append_inplace (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dtdb.c1511 static int tdb_append_inplace(TDB_CONTEXT *tdb, TDB_DATA key, u32 hash, TDB_DATA new_dbuf) function
1557 if (tdb_append_inplace(tdb, key, hash, new_dbuf) == 0)
1560 /* reset the error code potentially set by the tdb_append_inplace() */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/tdb/
H A Dtdb.c1523 static int tdb_append_inplace(TDB_CONTEXT *tdb, TDB_DATA key, TDB_DATA new_dbuf) function
1571 if (tdb_append_inplace(tdb, key, new_dbuf) == 0)
1574 /* reset the error code potentially set by the tdb_append_inplace() */

Completed in 41 milliseconds