TDB_REPLACE       194 examples/perfcounter/perf_writer.c     output_perf_data_block(data, rt, TDB_REPLACE);
TDB_REPLACE       255 lib/tdb/pytdb.c 	int flag = TDB_REPLACE;
TDB_REPLACE       450 lib/tdb/pytdb.c 		ret = tdb_store(self->ctx, tkey, tval, TDB_REPLACE);
TDB_REPLACE       499 lib/tdb/pytdb.c 	PyModule_AddObject(m, "REPLACE", PyInt_FromLong(TDB_REPLACE));
TDB_REPLACE       132 lib/tdb/tools/tdbtest.c 		if (tdb_store(db, key, data, TDB_REPLACE) != 0) {
TDB_REPLACE       201 lib/tdb/tools/tdbtest.c 		if (tdb_store(db, key, data, TDB_REPLACE) != 0) {
TDB_REPLACE       258 lib/tdb/tools/tdbtool.c 	if (tdb_store(tdb, key, dbuf, TDB_REPLACE) == -1) {
TDB_REPLACE       337 lib/tdb/tools/tdbtool.c 	if ( tdb_store( dst_tdb, key, dbuf, TDB_REPLACE ) == -1 ) {
TDB_REPLACE       143 lib/tdb/tools/tdbtorture.c 		if (tdb_store(db, key, data, TDB_REPLACE) != 0) {
TDB_REPLACE       163 lib/tdb/tools/tdbtorture.c 		if (tdb_store(db, key, data, TDB_REPLACE) != 0) {
TDB_REPLACE       141 lib/util/util_tdb.c 	return tdb_store(tdb, key, data, TDB_REPLACE);
TDB_REPLACE       199 lib/util/util_tdb.c 	if (tdb_store(tdb, key, data, TDB_REPLACE) == -1)
TDB_REPLACE       454 source3/groupdb/mapping.c 	return backend->add_mapping_entry(map, TDB_REPLACE) ?
TDB_REPLACE       146 source3/groupdb/mapping_tdb.c 		make_tdb_data((uint8_t *)buf, len), TDB_REPLACE);
TDB_REPLACE       514 source3/lib/dbwrap_ctdb.c 	ret = tdb_store(h->ctx->wtdb->tdb, key, rec, TDB_REPLACE);
TDB_REPLACE       790 source3/lib/dbwrap_ctdb.c 	ret = tdb_store(crec->ctdb_ctx->wtdb->tdb, rec->key, cdata, TDB_REPLACE);
TDB_REPLACE        57 source3/lib/dbwrap_util.c 			    TDB_REPLACE);
TDB_REPLACE        96 source3/lib/dbwrap_util.c 			    TDB_REPLACE);
TDB_REPLACE       134 source3/lib/dbwrap_util.c 	rec->store(rec, data, TDB_REPLACE);
TDB_REPLACE       174 source3/lib/dbwrap_util.c 	rec->store(rec, data, TDB_REPLACE);
TDB_REPLACE       284 source3/lib/dbwrap_util.c 				  TDB_REPLACE);
TDB_REPLACE       297 source3/lib/dbwrap_util.c 				  TDB_REPLACE);
TDB_REPLACE       899 source3/lib/ldb/ldb_tdb/ldb_index.c 		ret = ltdb_store(module, msg, TDB_REPLACE);
TDB_REPLACE      1026 source3/lib/ldb/ldb_tdb/ldb_index.c 		ret = ltdb_store(module, msg, TDB_REPLACE);
TDB_REPLACE       244 source3/lib/messages_local.c 	ret = tdb_store(msg_tdb, key, data, TDB_REPLACE);
TDB_REPLACE       106 source3/lib/privileges.c 						     TDB_REPLACE));
TDB_REPLACE       230 source3/lib/sharesec.c 				    TDB_REPLACE);
TDB_REPLACE       156 source3/libsmb/samlogon_cache.c 	if (tdb_store_bystring(netsamlogon_tdb, keystr, data, TDB_REPLACE) != -1) {
TDB_REPLACE       358 source3/libsmb/smb_share_modes.c 	if (tdb_store(db_ctx->smb_tdb, locking_key, db_data, TDB_REPLACE) == -1) {
TDB_REPLACE       481 source3/libsmb/smb_share_modes.c 	if (tdb_store(db_ctx->smb_tdb, locking_key, db_data, TDB_REPLACE) == -1) {
TDB_REPLACE       536 source3/libsmb/smb_share_modes.c 	if (tdb_store(db_ctx->smb_tdb, locking_key, db_data, TDB_REPLACE) == -1) {
TDB_REPLACE        77 source3/libsmb/unexpected.c 	tdb_store(tdbd, kbuf, dbuf, TDB_REPLACE);
TDB_REPLACE      1662 source3/locking/brlock.c 			rec->store(rec, data, TDB_REPLACE);
TDB_REPLACE      1737 source3/locking/brlock.c 					       TDB_REPLACE);
TDB_REPLACE       778 source3/locking/locking.c 	status = lck->record->store(lck->record, data, TDB_REPLACE);
TDB_REPLACE       293 source3/nmbd/nmbd_winsserver.c 	return store_or_replace_wins_namerec(namerec, TDB_REPLACE);
TDB_REPLACE      6085 source3/param/loadparm.c 			      TDB_REPLACE);
TDB_REPLACE       151 source3/passdb/secrets.c 				    TDB_REPLACE);
TDB_REPLACE      1161 source3/passdb/secrets.c 		tdb_store_bystring(tdb_sc, "SCHANNEL_STORE_VERSION", vers, TDB_REPLACE);
TDB_REPLACE      1239 source3/passdb/secrets.c 	ret = (tdb_store_bystring(tdb_sc, keystr, value, TDB_REPLACE) == 0 ? True : False);
TDB_REPLACE       275 source3/printing/nt_printing.c 			if (tdb_store(tdb_forms, kbuf, dbuf, TDB_REPLACE) != 0) {
TDB_REPLACE       289 source3/printing/nt_printing.c 			if (tdb_store(tdb_printers, kbuf, dbuf, TDB_REPLACE) != 0) {
TDB_REPLACE       303 source3/printing/nt_printing.c 			if (tdb_store(tdb_printers, kbuf, dbuf, TDB_REPLACE) != 0) {
TDB_REPLACE       421 source3/printing/nt_printing.c 	result = tdb_store( tdb_printers, key, data, TDB_REPLACE );
TDB_REPLACE       486 source3/printing/nt_printing.c 	if ( tdb_store( the_tdb, new_key, data, TDB_REPLACE) != 0 ) {
TDB_REPLACE       838 source3/printing/nt_printing.c 		if (tdb_store_bystring(tdb_forms, key, dbuf, TDB_REPLACE) != 0) {
TDB_REPLACE      2156 source3/printing/nt_printing.c 	ret = tdb_store_bystring(tdb_drivers, key, dbuf, TDB_REPLACE);
TDB_REPLACE      2599 source3/printing/nt_printing.c 	ret = (tdb_store(tdb_printers, kbuf, dbuf, TDB_REPLACE) == 0? WERR_OK : WERR_NOMEM);
TDB_REPLACE      4432 source3/printing/nt_printing.c 	ret = tdb_store_bystring(tdb_drivers, key, dbuf, TDB_REPLACE);
TDB_REPLACE      5375 source3/printing/nt_printing.c 	if (tdb_trans_store(tdb_printers, kbuf, dbuf, TDB_REPLACE)==0) {
TDB_REPLACE      5518 source3/printing/nt_printing.c 		tdb_trans_store(tdb_printers, kbuf, dbuf, TDB_REPLACE);
TDB_REPLACE        95 source3/printing/printing.c 	tdb_store(rap_tdb, key, data, TDB_REPLACE);
TDB_REPLACE        96 source3/printing/printing.c 	tdb_store(rap_tdb, data, key, TDB_REPLACE);
TDB_REPLACE       576 source3/printing/printing.c 			 TDB_REPLACE) == 0);
TDB_REPLACE       929 source3/printing/printing.c 	tdb_store(pdb->tdb, key, data, TDB_REPLACE);
TDB_REPLACE      1014 source3/printing/printing.c 		  TDB_REPLACE);
TDB_REPLACE      1245 source3/printing/printing.c 	tdb_store(pdb->tdb, key, data, TDB_REPLACE);
TDB_REPLACE      1685 source3/printing/printing.c 	if (tdb_store_bystring(tdb, NOTIFY_PID_LIST_KEY, data, TDB_REPLACE) == -1) {
TDB_REPLACE      1775 source3/printing/printing.c 	if (tdb_store_bystring(tdb, NOTIFY_PID_LIST_KEY, data, TDB_REPLACE) == -1) {
TDB_REPLACE      1920 source3/printing/printing.c 			if (tdb_store(pdb->tdb, key, data, TDB_REPLACE) == -1)
TDB_REPLACE        73 source3/printing/tests/vlp.c 	tdb_store_bystring(tdb, keystr, data, TDB_REPLACE);
TDB_REPLACE       267 source3/printing/tests/vlp.c 		tdb_store_bystring(tdb, keystr, queue, TDB_REPLACE);
TDB_REPLACE       277 source3/printing/tests/vlp.c 		tdb_store_bystring(tdb, keystr, queue, TDB_REPLACE);
TDB_REPLACE       677 source3/registry/reg_backend_db.c 	status = dbwrap_store_bystring(regdb, keyname, dbuf, TDB_REPLACE);
TDB_REPLACE      1168 source3/registry/reg_backend_db.c 		TDB_REPLACE);
TDB_REPLACE      1565 source3/registry/reg_backend_db.c 	status = dbwrap_trans_store_bystring(regdb, keystr, data, TDB_REPLACE);
TDB_REPLACE        96 source3/registry/reg_objects.c 						TDB_REPLACE));
TDB_REPLACE      1341 source3/rpc_parse/parse_prs.c 	return tdb_trans_store(tdb, kbuf, dbuf, TDB_REPLACE);
TDB_REPLACE       171 source3/smbd/connection.c 	status = rec->store(rec, dbuf, TDB_REPLACE);
TDB_REPLACE       211 source3/smbd/connection.c 	status = rec->store(rec, rec->value, TDB_REPLACE);
TDB_REPLACE       438 source3/smbd/mangle_hash.c 	if (tdb_store_bystring(tdb_mangled_cache, mangled_name_key, data_val, TDB_REPLACE) != 0) {
TDB_REPLACE       238 source3/smbd/notify_internal.c 	status = rec->store(rec, dbuf, TDB_REPLACE);
TDB_REPLACE       192 source3/smbd/session.c 	status = rec->store(rec, data, TDB_REPLACE);
TDB_REPLACE       102 source3/torture/mangle_test.c 		tdb_store_bystring(tdb, shortname, namedata, TDB_REPLACE);
TDB_REPLACE       115 source3/winbindd/idmap_tdb.c 	status = dbwrap_store(s->db, rec->value, key2, TDB_REPLACE);
TDB_REPLACE       959 source3/winbindd/idmap_tdb.c 	ret = dbwrap_store(ctx->db, ksid, kid, TDB_REPLACE);
TDB_REPLACE       966 source3/winbindd/idmap_tdb.c 	ret = dbwrap_store(ctx->db, kid, ksid, TDB_REPLACE);
TDB_REPLACE       579 source3/winbindd/idmap_tdb2.c 					    TDB_REPLACE);
TDB_REPLACE       582 source3/winbindd/idmap_tdb2.c 					    TDB_REPLACE);
TDB_REPLACE       649 source3/winbindd/idmap_tdb2.c 				    TDB_REPLACE);
TDB_REPLACE       651 source3/winbindd/idmap_tdb2.c 				    TDB_REPLACE);
TDB_REPLACE       449 source3/winbindd/winbindd_cache.c 	if ( tdb_store_bystring( wcache->tdb, key_str, data, TDB_REPLACE) == -1 ) {
TDB_REPLACE       848 source3/winbindd/winbindd_cache.c 	tdb_store(wcache->tdb, key, data, TDB_REPLACE);
TDB_REPLACE      2659 source3/winbindd/winbindd_cache.c 		      TDB_REPLACE) == -1)
TDB_REPLACE      2674 source3/winbindd/winbindd_cache.c 		      TDB_REPLACE) == 0)
TDB_REPLACE       271 source4/lib/ldb/ldb_tdb/ldb_index.c 		ret = ltdb_store(module, msg, TDB_REPLACE);
TDB_REPLACE      1267 source4/lib/ldb/ldb_tdb/ldb_index.c 		ret = ltdb_store_idxptr(module, msg, TDB_REPLACE);
TDB_REPLACE      1397 source4/lib/ldb/ldb_tdb/ldb_index.c 		ret = ltdb_store_idxptr(module, msg, TDB_REPLACE);
TDB_REPLACE       360 source4/ntvfs/common/brlock_tdb.c 	if (tdb_store(brl->w->tdb, kbuf, dbuf, TDB_REPLACE) != 0) {
TDB_REPLACE       514 source4/ntvfs/common/brlock_tdb.c 			if (tdb_store(brl->w->tdb, kbuf, dbuf, TDB_REPLACE) != 0) {
TDB_REPLACE       585 source4/ntvfs/common/brlock_tdb.c 				if (tdb_store(brl->w->tdb, kbuf, dbuf, TDB_REPLACE) != 0) {
TDB_REPLACE       711 source4/ntvfs/common/brlock_tdb.c 		if (tdb_store(brl->w->tdb, kbuf, dbuf, TDB_REPLACE) != 0) {
TDB_REPLACE       239 source4/ntvfs/common/notify.c 	ret = tdb_store_bystring(notify->w->tdb, NOTIFY_KEY, dbuf, TDB_REPLACE);
TDB_REPLACE       285 source4/ntvfs/common/opendb_tdb.c 	ret = tdb_store(odb->w->tdb, lck->key, dbuf, TDB_REPLACE);
TDB_REPLACE       174 source4/ntvfs/posix/xattr_tdb.c 	if (tdb_store(pvfs->ea_db->tdb, tkey, tdata, TDB_REPLACE) == -1) {
TDB_REPLACE       108 source4/torture/basic/mangle_test.c 		tdb_store_bystring(tdb, shortname, namedata, TDB_REPLACE);