Searched refs:TDB_REPLACE (Results 1 – 6 of 6) sorted by relevance
/third_party/e2fsprogs/lib/ext2fs/ |
D | tdbtool.c | 248 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()
|
D | tdb.h | 36 #define TDB_REPLACE 1 macro
|
D | icount.c | 445 if (tdb_store(icount->tdb, key, data, TDB_REPLACE)) in set_inode_count()
|
/third_party/lwip/src/netif/ppp/ |
D | multilink.c | 337 if (tdb_store(pppdb, key, rec, TDB_REPLACE)) in make_bundle_links() 368 if (tdb_store(pppdb, key, rec, TDB_REPLACE)) in remove_bundle_link()
|
/third_party/pulseaudio/src/pulsecore/ |
D | database-tdb.c | 151 overwrite ? TDB_REPLACE : TDB_INSERT) != 0 ? -1 : 0; in pa_database_set()
|
/third_party/e2fsprogs/e2fsck/ |
D | dirinfo.c | 314 if (tdb_store(db->tdb, key, data, TDB_REPLACE) == -1) { in e2fsck_put_dir_info()
|