Home
last modified time | relevance | path

Searched refs:tdb_delete (Results 1 – 7 of 7) sorted by relevance

/third_party/e2fsprogs/lib/ext2fs/
Dtdb.h90 #define tdb_delete ext2fs_tdb_delete macro
164 int tdb_delete(struct tdb_context *tdb, TDB_DATA key);
Dtdbtool.c290 if (tdb_delete(tdb, key) != 0) { in delete_tdb()
396 return tdb_delete(the_tdb, key); in do_delete_fn()
Dicount.c449 if (tdb_delete(icount->tdb, key)) in set_inode_count()
Dtdb.c3433 int tdb_delete(struct tdb_context *tdb, TDB_DATA key) in tdb_delete() function
/third_party/e2fsprogs/lib/ext2fs/tdb/patches/
Dext2tdb-rename20 +#define tdb_delete ext2fs_tdb_delete
/third_party/pulseaudio/src/pulsecore/
Ddatabase-tdb.c160 return tdb_delete(MAKE_TDB_CONTEXT(db), *datum_to_tdb(&tdb_key, key)) != 0 ? -1 : 0; in pa_database_unset()
/third_party/lwip/src/netif/ppp/
Dmultilink.c295 tdb_delete(pppdb, key); in mp_bundle_terminated()