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

  /external/ppp/pppd/
tdb.h 55 #define TDB_NOLOCK 4 /* don't do any locking */
tdb.c 207 if (tdb->flags & TDB_NOLOCK)
263 if (tdb->flags & TDB_NOLOCK)
293 if (tdb->flags & TDB_NOLOCK)
    [all...]
  /external/e2fsprogs/lib/ext2fs/
tdb.h 44 #define TDB_NOLOCK 4 /* don't do any locking */
tdb.c 340 if (tdb->flags & TDB_NOLOCK) {
426 if (tdb->flags & TDB_NOLOCK)
516 if (tdb->flags & TDB_NOLOCK)
    [all...]

Completed in 2640 milliseconds