HomeSort by relevance Sort by last modified time
    Searched refs:tdb_store (Results 1 - 7 of 7) sorted by null

  /external/e2fsprogs/lib/ext2fs/
undo_io.c 153 retval = tdb_store(tdb, tdb_key, tdb_data, TDB_INSERT);
164 retval = tdb_store(tdb, tdb_key, tdb_data, TDB_INSERT);
184 retval = tdb_store(tdb, tdb_key, tdb_data, TDB_INSERT);
305 retval = tdb_store(data->tdb, tdb_key, tdb_data, TDB_INSERT);
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);
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 421 if (tdb_store(icount->tdb, key, data, TDB_REPLACE))
tdb.c 3456 int tdb_store(struct tdb_context *tdb, TDB_DATA key, TDB_DATA dbuf, int flag) function
    [all...]
  /external/e2fsprogs/e2fsck/
dirinfo.c 278 if (tdb_store(db->tdb, key, data, TDB_REPLACE) == -1) {
  /external/ppp/pppd/
main.c     [all...]

Completed in 256 milliseconds