/external/e2fsprogs/lib/ext2fs/tdb/patches/ |
ext2tdb-rename | 21 +#define tdb_store ext2fs_tdb_store
|
/external/e2fsprogs/lib/ext2fs/ |
tdb.h | 35 /* flags to tdb_store() */ 91 #define tdb_store ext2fs_tdb_store macro 164 int tdb_store(struct tdb_context *tdb, TDB_DATA key, TDB_DATA dbuf, int flag);
|
undo_io.c | 161 retval = tdb_store(tdb, tdb_key, tdb_data, TDB_INSERT); 172 retval = tdb_store(tdb, tdb_key, tdb_data, TDB_INSERT); 192 retval = tdb_store(tdb, tdb_key, tdb_data, TDB_INSERT); 313 retval = tdb_store(data->tdb, tdb_key, tdb_data, TDB_INSERT);
|
tdbtool.c | 220 if (tdb_store(tdb, key, dbuf, TDB_INSERT) == -1) { 247 if (tdb_store(tdb, key, dbuf, TDB_REPLACE) == -1) { 326 if ( tdb_store( dst_tdb, key, dbuf, TDB_REPLACE ) == -1 ) {
|
icount.c | 408 if (tdb_store(icount->tdb, key, data, TDB_REPLACE))
|
tdb.c | 3452 int tdb_store(struct tdb_context *tdb, TDB_DATA key, TDB_DATA dbuf, int flag) function [all...] |
/external/e2fsprogs/e2fsck/ |
dirinfo.c | 286 if (tdb_store(db->tdb, key, data, TDB_REPLACE) == -1) {
|
/external/ppp/pppd/ |
main.c | [all...] |