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

  /external/e2fsprogs/lib/ext2fs/
tdbtool.c 247 if (tdb_store(tdb, key, dbuf, TDB_REPLACE) == -1) {
326 if ( tdb_store( dst_tdb, key, dbuf, TDB_REPLACE ) == -1 ) {
tdb.h 36 #define TDB_REPLACE 1
icount.c 421 if (tdb_store(icount->tdb, key, data, TDB_REPLACE))
  /external/e2fsprogs/e2fsck/
dirinfo.c 278 if (tdb_store(db->tdb, key, data, TDB_REPLACE) == -1) {
  /external/ppp/pppd/
main.c     [all...]

Completed in 52 milliseconds