Searched refs:tdb_delete (Results 1 - 25 of 41) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/cnid/tdb/
H A Dcnid_tdb_delete.c37 tdb_delete(db->tdb_cnid, key);
41 tdb_delete(db->tdb_devino, key);
45 tdb_delete(db->tdb_didname, key);
H A Dcnid_tdb_update.c36 tdb_delete(db->tdb_devino, key);
42 tdb_delete(db->tdb_cnid, key);
48 tdb_delete(db->tdb_didname, key);
61 tdb_delete(db->tdb_didname, key);
66 tdb_delete(db->tdb_cnid, key);
72 tdb_delete(db->tdb_devino, key);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/tdb/tools/
H A Dtdbtest.c130 tdb_delete(db, key);
182 tdb_delete(tdb, key);
207 tdb_delete(db, key);
209 tdb_delete(db, key);
211 tdb_delete(db, key);
213 tdb_delete(db, key);
215 tdb_delete(db, key);
H A Dtdbtorture.c79 tdb_delete(tdb, key);
136 tdb_delete(db, key);
197 tdb_delete(tdb, key);
H A Dtdbtool.c314 if (tdb_delete(tdb, key) != 0) {
462 return tdb_delete(the_tdb, key);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dsamlogon_cache.c89 tdb_delete(tdb, string_tdb_data(key_str));
97 tdb_delete(tdb, string_tdb_data(key_str));
231 tdb_delete( netsamlogon_tdb, key );
H A Dunexpected.c87 tdb_delete(ttdb, kbuf);
H A Dsmb_share_modes.c402 return tdb_delete(db_ctx->smb_tdb, locking_key);
441 return tdb_delete(db_ctx->smb_tdb, locking_key);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nsswitch/
H A Didmap_cache.c212 if (tdb_delete(cache->tdb, keybuf) != 0) {
222 if (tdb_delete(cache->tdb, keybuf) != 0) {
410 tdb_delete(cache->tdb, keybuf);
428 tdb_delete(cache->tdb, keybuf);
448 tdb_delete(cache->tdb, keybuf);
507 tdb_delete(cache->tdb, keybuf);
525 tdb_delete(cache->tdb, keybuf);
545 tdb_delete(cache->tdb, keybuf);
H A Didmap_tdb.c76 if (tdb_delete(tdb, key) != 0) {
106 if (tdb_delete(tdb, key) != 0) {
957 tdb_delete(ctx->tdb, data);
958 tdb_delete(ctx->tdb, ksid);
965 tdb_delete(ctx->tdb, data);
966 tdb_delete(ctx->tdb, kid);
979 tdb_delete(ctx->tdb, ksid);
1086 tdb_delete(ctx->tdb, ksid);
1089 tdb_delete(ctx->tdb, kid);
H A Dwinbindd_cache.c644 tdb_delete(wcache->tdb, key);
2132 tdb_delete(the_tdb, kbuf);
2286 tdb_delete(wcache->tdb, string_tdb_data(key_str));
2351 tdb_delete(wcache->tdb, string_tdb_data(key_str));
2354 tdb_delete(wcache->tdb, string_tdb_data(key_str));
2470 tdb_delete(the_tdb, kbuf);
2585 tdb_delete(cache->tdb, string_tdb_data(key_str));
2633 if (tdb_delete(cache->tdb, string_tdb_data(oldest->name)) == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dtdb.h68 int tdb_delete(TDB_CONTEXT *tdb, TDB_DATA key);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dconnection.c79 if (tdb_delete(tdb, kbuf) != 0) {
81 DEBUG(dbg_lvl,("yield_connection: tdb_delete for name %s failed with error %s.\n",
118 if (tdb_delete(the_tdb, kbuf) != 0)
119 DEBUG(0,("count_fn: tdb_delete failed with error %s\n", tdb_errorstr(tdb) ));
370 ret = (tdb_delete( pipe_tdb, *key ) != -1 );
H A Dsession.c145 tdb_delete(tdb, key);
210 tdb_delete(tdb, key);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/tdb/swig/
H A DTdb.py70 tdb_delete(self.tdb, key)
H A Dtdb.i138 int tdb_delete(TDB_CONTEXT *tdb, TDB_DATA key);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dtdb.h116 int tdb_delete(TDB_CONTEXT *tdb, TDB_DATA key);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dgencache.c174 ret = tdb_delete(cache, keybuf);
231 tdb_delete(cache, keybuf);
H A Dutil_tdb.c312 return tdb_delete(tdb, key);
692 Allow tdb_delete to be used as a tdb_traversal_fn.
698 return tdb_delete(the_tdb, key);
801 tdb_delete, wrapped in a transaction. This way we make sure that a process
814 if ((res = tdb_delete(tdb, key)) != 0) {
815 DEBUG(10, ("tdb_delete failed\n"));
H A Dmessages.c204 tdb_delete(tdb, message_key_pid(procid));
650 tdb_delete(the_tdb, kbuf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/passdb/
H A Dlogin_cache.c185 ret = tdb_delete(cache, keybuf);
186 DEBUG(9, ("tdb_delete returned %d\n", ret));
H A Dpdb_tdb.c1160 if (tdb_delete(tdbsam, key) != TDB_SUCCESS) {
1202 if ( tdb_delete(tdbsam, key) != TDB_SUCCESS ) {
1217 if ( tdb_delete(tdbsam, key) != TDB_SUCCESS ) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/tdb/include/
H A Dtdb.h109 int tdb_delete(struct tdb_context *tdb, TDB_DATA key);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dtdb.h136 int tdb_delete(TDB_CONTEXT *tdb, TDB_DATA key);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/groupdb/
H A Dmapping_tdb.c292 if(tdb_delete(tdb, kbuf) != TDB_SUCCESS)
656 return tdb_delete(tdb, kbuf) == 0 ?

Completed in 204 milliseconds

12