Searched refs:tdb_fetch (Results 1 – 9 of 9) sorted by relevance
/external/ppp/pppd/ |
D | multilink.c | 199 pid = tdb_fetch(pppdb, key); in mp_join_bundle() 202 rec = tdb_fetch(pppdb, pid); in mp_join_bundle() 297 rec = tdb_fetch(pppdb, key); in make_bundle_links() 336 rec = tdb_fetch(pppdb, key); in remove_bundle_link() 362 rec = tdb_fetch(pppdb, key); in iterate_bundle_links() 375 pp = tdb_fetch(pppdb, key); in iterate_bundle_links() 423 vd = tdb_fetch(pppdb, kd);
|
D | tdb.h | 135 TDB_DATA tdb_fetch(TDB_CONTEXT *tdb, TDB_DATA key);
|
D | tdb.c | 1078 TDB_DATA tdb_fetch(TDB_CONTEXT *tdb, TDB_DATA key) function
|
/external/e2fsprogs/lib/ext2fs/ |
D | tdbtool.c | 264 dbuf = tdb_fetch(tdb, key); in show_tdb() 312 dbuf = tdb_fetch(tdb, key); in move_rec() 403 dbuf = tdb_fetch(the_tdb, *pkey); in first_record() 415 dbuf = tdb_fetch(the_tdb, *pkey); in next_record()
|
D | tdb.h | 88 #define tdb_fetch ext2fs_tdb_fetch macro 158 TDB_DATA tdb_fetch(struct tdb_context *tdb, TDB_DATA key);
|
D | icount.c | 441 data = tdb_fetch(icount->tdb, key); in get_inode_count()
|
D | tdb.c | 3186 TDB_DATA tdb_fetch(struct tdb_context *tdb, TDB_DATA key) in tdb_fetch() function 3606 dbuf = tdb_fetch(tdb, key); in tdb_append()
|
/external/e2fsprogs/lib/ext2fs/tdb/patches/ |
D | ext2tdb-rename | 18 +#define tdb_fetch ext2fs_tdb_fetch
|
/external/e2fsprogs/e2fsck/ |
D | dirinfo.c | 195 data = tdb_fetch(db->tdb, key); in e2fsck_get_dir_info() 351 data = tdb_fetch(db->tdb, key); in e2fsck_dir_info_iter()
|