Searched refs:tdb_append_inplace (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.c1553 static int tdb_append_inplace(TDB_CONTEXT *tdb, TDB_DATA key, u32 hash, TDB_DATA new_dbuf) function
1599 if (tdb_append_inplace(tdb, key, hash, new_dbuf) == 0)
1602 /* reset the error code potentially set by the tdb_append_inplace() */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/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() */
/netgear-WNDR4500-V1.0.1.40_1.0.68/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() */

Completed in 106 milliseconds