Home
last modified time | relevance | path

Searched refs:TDB_REPLACE (Results 1 – 5 of 5) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dtdbtool.c248 if (tdb_store(tdb, key, dbuf, TDB_REPLACE) == -1) { in store_tdb()
327 if ( tdb_store( dst_tdb, key, dbuf, TDB_REPLACE ) == -1 ) { in move_rec()
Dtdb.h36 #define TDB_REPLACE 1 macro
Dicount.c445 if (tdb_store(icount->tdb, key, data, TDB_REPLACE)) in set_inode_count()
/external/e2fsprogs/e2fsck/
Ddirinfo.c313 if (tdb_store(db->tdb, key, data, TDB_REPLACE) == -1) { in e2fsck_put_dir_info()
/external/ppp/pppd/
Dmain.c2213 if (tdb_store(pppdb, key, dbuf, TDB_REPLACE)) in update_db_entry()
2234 if (tdb_store(pppdb, key, dbuf, TDB_REPLACE))