Searched refs:tdb_parse_data (Results 1 – 2 of 2) sorted by relevance
/external/e2fsprogs/lib/ext2fs/tdb/patches/ |
D | static-prototypes | 32 -int tdb_parse_data(struct tdb_context *tdb, TDB_DATA key, 56 +static int tdb_parse_data(struct tdb_context *tdb, TDB_DATA key,
|
/external/e2fsprogs/lib/ext2fs/ |
D | tdb.c | 277 static int tdb_parse_data(struct tdb_context *tdb, TDB_DATA key, 1158 int tdb_parse_data(struct tdb_context *tdb, TDB_DATA key, in tdb_parse_data() function 3120 && tdb_parse_data(tdb, key, rec_ptr + sizeof(*r), in tdb_find() 3234 ret = tdb_parse_data(tdb, key, rec_ptr + sizeof(rec) + rec.key_len, in tdb_parse_record()
|