tdb_delete_bystring 95 lib/util/util_tdb.h int tdb_delete_bystring(struct tdb_context *tdb, const char *keystr); tdb_delete_bystring 158 source3/lib/gencache.c ret = tdb_delete_bystring(cache, keystr); tdb_delete_bystring 213 source3/lib/gencache.c tdb_delete_bystring(cache, keystr); tdb_delete_bystring 86 source3/libsmb/samlogon_cache.c tdb_delete_bystring(netsamlogon_tdb, keystr); tdb_delete_bystring 183 source3/passdb/login_cache.c ret = tdb_delete_bystring(cache, keystr); tdb_delete_bystring 1309 source3/passdb/secrets.c tdb_delete_bystring(tdb_sc, keystr); tdb_delete_bystring 924 source3/printing/nt_printing.c if (tdb_delete_bystring(tdb_forms, key) != 0) { tdb_delete_bystring 4377 source3/printing/nt_printing.c ret = (tdb_delete_bystring(tdb_drivers, key) == 0); tdb_delete_bystring 5267 source3/printing/nt_printing.c if (tdb_delete_bystring(tdb_drivers, key) == -1) { tdb_delete_bystring 177 source3/printing/printing_db.c tdb_delete_bystring(tdb, NOTIFY_PID_LIST_KEY ); tdb_delete_bystring 880 source3/utils/smbcontrol.c tdb_delete_bystring(tdb, "WINBINDD_OFFLINE"); tdb_delete_bystring 3109 source3/winbindd/winbindd_cache.c tdb_delete_bystring(wcache->tdb, "WINBINDD_OFFLINE"); tdb_delete_bystring 219 source4/ntvfs/common/notify.c ret = tdb_delete_bystring(notify->w->tdb, NOTIFY_KEY);