HomeSort by relevance Sort by last modified time
    Searched full:tdb_convert (Results 1 - 3 of 3) sorted by null

  /external/e2fsprogs/lib/ext2fs/tdb/patches/
static-prototypes 21 -void *tdb_convert(void *buf, u32 size);
45 +static void *tdb_convert(void *buf, u32 size);
  /external/e2fsprogs/lib/ext2fs/
tdb.h 46 #define TDB_CONVERT 16 /* convert endian (internal use) */
tdb.c 162 #define DOCONV() (tdb->flags & TDB_CONVERT)
163 #define CONVERT(x) (DOCONV() ? tdb_convert(&x, sizeof(x)) : &x)
266 static void *tdb_convert(void *buf, u32 size);
901 void *tdb_convert(void *buf, u32 size) function
933 tdb_convert(buf, len);
    [all...]

Completed in 122 milliseconds