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

  /external/e2fsprogs/lib/ext2fs/tdb/patches/
static-prototypes 31 -unsigned char *tdb_alloc_read(struct tdb_context *tdb, tdb_off_t offset, tdb_len_t len);
55 +static unsigned char *tdb_alloc_read(struct tdb_context *tdb, tdb_off_t offset, tdb_len_t len);
  /external/e2fsprogs/lib/ext2fs/
tdb.c 278 static unsigned char *tdb_alloc_read(struct tdb_context *tdb, tdb_off_t offset, tdb_len_t len);
1135 unsigned char *tdb_alloc_read(struct tdb_context *tdb, tdb_off_t offset, tdb_len_t len) function
1147 TDB_LOG((tdb, TDB_DEBUG_ERROR,"tdb_alloc_read malloc failed len=%d (%s)\n",
1183 if (!(data.dptr = tdb_alloc_read(tdb, offset, len))) {
    [all...]

Completed in 50 milliseconds