Searched refs:TDB_REPLACE (Results 1 – 7 of 7) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | tdbtool.c | 247 if (tdb_store(tdb, key, dbuf, TDB_REPLACE) == -1) { in store_tdb() 326 if ( tdb_store( dst_tdb, key, dbuf, TDB_REPLACE ) == -1 ) { in move_rec()
|
D | tdb.h | 36 #define TDB_REPLACE 1 macro
|
D | icount.c | 412 if (tdb_store(icount->tdb, key, data, TDB_REPLACE)) in set_inode_count()
|
/external/ppp/pppd/ |
D | tdb.h | 47 #define TDB_REPLACE 1 macro
|
D | multilink.c | 318 if (tdb_store(pppdb, key, rec, TDB_REPLACE)) in make_bundle_links() 349 if (tdb_store(pppdb, key, rec, TDB_REPLACE)) in remove_bundle_link()
|
D | main.c | 2060 if (tdb_store(pppdb, key, dbuf, TDB_REPLACE)) in update_db_entry() 2081 if (tdb_store(pppdb, key, dbuf, TDB_REPLACE))
|
/external/e2fsprogs/e2fsck/ |
D | dirinfo.c | 278 if (tdb_store(db->tdb, key, data, TDB_REPLACE) == -1) { in e2fsck_put_dir_info()
|