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

  /external/e2fsprogs/lib/ext2fs/
tdb.h 35 /* flags to tdb_store() */
91 #define tdb_store ext2fs_tdb_store macro
165 int tdb_store(struct tdb_context *tdb, TDB_DATA key, TDB_DATA dbuf, int flag);
tdbtool.c 221 if (tdb_store(tdb, key, dbuf, TDB_INSERT) == -1) {
248 if (tdb_store(tdb, key, dbuf, TDB_REPLACE) == -1) {
327 if ( tdb_store( dst_tdb, key, dbuf, TDB_REPLACE ) == -1 ) {
icount.c 445 if (tdb_store(icount->tdb, key, data, TDB_REPLACE))
tdb.c 3457 int tdb_store(struct tdb_context *tdb, TDB_DATA key, TDB_DATA dbuf, int flag) function
    [all...]
  /external/e2fsprogs/e2fsck/
dirinfo.c 313 if (tdb_store(db->tdb, key, data, TDB_REPLACE) == -1) {
  /external/ppp/pppd/
main.c     [all...]

Completed in 366 milliseconds