tdb_store          40 examples/perfcounter/perf_writer_util.c   tdb_store(db, key, data, flags);
tdb_store          52 examples/perfcounter/perf_writer_util.c   tdb_store(db, key, data, flags);
tdb_store          43 lib/tdb/common/freelistcheck.c 	return tdb_store(mem_tdb, key, data, TDB_INSERT);
tdb_store         603 lib/tdb/common/tdb.c 	ret = tdb_store(tdb, key, dbuf, 0);
tdb_store         820 lib/tdb/common/tdb.c 	if (tdb_store(state->dest_db, key, data, TDB_INSERT) != 0) {
tdb_store         111 lib/tdb/include/tdb.h int tdb_store(struct tdb_context *tdb, TDB_DATA key, TDB_DATA dbuf, int flag);
tdb_store         264 lib/tdb/pytdb.c 	ret = tdb_store(self->ctx, key, value, flag);
tdb_store         450 lib/tdb/pytdb.c 		ret = tdb_store(self->ctx, tkey, tval, TDB_REPLACE);
tdb_store          73 lib/tdb/tools/tdbbackup.c 	if (tdb_store(tdb_new, key, dbuf, TDB_INSERT) != 0) {
tdb_store         132 lib/tdb/tools/tdbtest.c 		if (tdb_store(db, key, data, TDB_REPLACE) != 0) {
tdb_store         201 lib/tdb/tools/tdbtest.c 		if (tdb_store(db, key, data, TDB_REPLACE) != 0) {
tdb_store         231 lib/tdb/tools/tdbtool.c 	if (tdb_store(tdb, key, dbuf, TDB_INSERT) == -1) {
tdb_store         258 lib/tdb/tools/tdbtool.c 	if (tdb_store(tdb, key, dbuf, TDB_REPLACE) == -1) {
tdb_store         337 lib/tdb/tools/tdbtool.c 	if ( tdb_store( dst_tdb, key, dbuf, TDB_REPLACE ) == -1 ) {
tdb_store         143 lib/tdb/tools/tdbtorture.c 		if (tdb_store(db, key, data, TDB_REPLACE) != 0) {
tdb_store         163 lib/tdb/tools/tdbtorture.c 		if (tdb_store(db, key, data, TDB_REPLACE) != 0) {
tdb_store         141 lib/util/util_tdb.c 	return tdb_store(tdb, key, data, TDB_REPLACE);
tdb_store         199 lib/util/util_tdb.c 	if (tdb_store(tdb, key, data, TDB_REPLACE) == -1)
tdb_store         223 lib/util/util_tdb.c 	return tdb_store(tdb, key, data, flags);
tdb_store         514 source3/lib/dbwrap_ctdb.c 	ret = tdb_store(h->ctx->wtdb->tdb, key, rec, TDB_REPLACE);
tdb_store         790 source3/lib/dbwrap_ctdb.c 	ret = tdb_store(crec->ctdb_ctx->wtdb->tdb, rec->key, cdata, TDB_REPLACE);
tdb_store         201 source3/lib/dbwrap_tdb.c 	return (tdb_store(ctx->wtdb->tdb, rec->key, data, flag) == 0) ?
tdb_store         788 source3/lib/eventlog/eventlog.c 	ret = tdb_store(tdb, kbuf, ebuf, 0);
tdb_store        1132 source3/lib/ldb/ldb_tdb/ldb_index.c 		tdb_store(tdb, key2, data, 0);
tdb_store         237 source3/lib/ldb/ldb_tdb/ldb_tdb.c 	ret = tdb_store(ltdb->tdb, tdb_key, tdb_data, flgs);
tdb_store         244 source3/lib/messages_local.c 	ret = tdb_store(msg_tdb, key, data, TDB_REPLACE);
tdb_store         212 source3/lib/tdb_validate.c 	if (tdb_store(data->dst, key, dbuf, TDB_INSERT) != 0) {
tdb_store         440 source3/lib/util_tdb.c 	if ((res = tdb_store(tdb, key, dbuf, flag)) != 0) {
tdb_store         315 source3/libsmb/smb_share_modes.c 		if (tdb_store(db_ctx->smb_tdb, locking_key, db_data, TDB_INSERT) == -1) {
tdb_store         358 source3/libsmb/smb_share_modes.c 	if (tdb_store(db_ctx->smb_tdb, locking_key, db_data, TDB_REPLACE) == -1) {
tdb_store         481 source3/libsmb/smb_share_modes.c 	if (tdb_store(db_ctx->smb_tdb, locking_key, db_data, TDB_REPLACE) == -1) {
tdb_store         536 source3/libsmb/smb_share_modes.c 	if (tdb_store(db_ctx->smb_tdb, locking_key, db_data, TDB_REPLACE) == -1) {
tdb_store          77 source3/libsmb/unexpected.c 	tdb_store(tdbd, kbuf, dbuf, TDB_REPLACE);
tdb_store         281 source3/nmbd/nmbd_winsserver.c 	ret = tdb_store(wins_tdb, key, data, tdb_flag);
tdb_store         275 source3/printing/nt_printing.c 			if (tdb_store(tdb_forms, kbuf, dbuf, TDB_REPLACE) != 0) {
tdb_store         289 source3/printing/nt_printing.c 			if (tdb_store(tdb_printers, kbuf, dbuf, TDB_REPLACE) != 0) {
tdb_store         303 source3/printing/nt_printing.c 			if (tdb_store(tdb_printers, kbuf, dbuf, TDB_REPLACE) != 0) {
tdb_store         421 source3/printing/nt_printing.c 	result = tdb_store( tdb_printers, key, data, TDB_REPLACE );
tdb_store         486 source3/printing/nt_printing.c 	if ( tdb_store( the_tdb, new_key, data, TDB_REPLACE) != 0 ) {
tdb_store        2599 source3/printing/nt_printing.c 	ret = (tdb_store(tdb_printers, kbuf, dbuf, TDB_REPLACE) == 0? WERR_OK : WERR_NOMEM);
tdb_store          95 source3/printing/printing.c 	tdb_store(rap_tdb, key, data, TDB_REPLACE);
tdb_store          96 source3/printing/printing.c 	tdb_store(rap_tdb, data, key, TDB_REPLACE);
tdb_store         575 source3/printing/printing.c 	ret = (tdb_store(pdb->tdb, print_key(jobid, &tmp), new_data,
tdb_store         929 source3/printing/printing.c 	tdb_store(pdb->tdb, key, data, TDB_REPLACE);
tdb_store        1013 source3/printing/printing.c 	tdb_store(pdb->tdb, string_tdb_data("INFO/linear_queue_array"), data,
tdb_store        1245 source3/printing/printing.c 	tdb_store(pdb->tdb, key, data, TDB_REPLACE);
tdb_store        1920 source3/printing/printing.c 			if (tdb_store(pdb->tdb, key, data, TDB_REPLACE) == -1)
tdb_store        2357 source3/printing/printing.c 		if (tdb_store(pdb->tdb, print_key(jobid, &tmp), dum,
tdb_store         848 source3/winbindd/winbindd_cache.c 	tdb_store(wcache->tdb, key, data, TDB_REPLACE);
tdb_store        2657 source3/winbindd/winbindd_cache.c 	if (tdb_store(wcache->tdb, string_tdb_data(key_str), 
tdb_store        2671 source3/winbindd/winbindd_cache.c 	if (tdb_store(wcache->tdb, string_tdb_data(key_str),
tdb_store        4045 source3/winbindd/winbindd_cache.c 	ret = tdb_store( wcache->tdb, key, data, 0 );
tdb_store        1556 source4/lib/ldb/ldb_tdb/ldb_index.c 		tdb_store(tdb, key2, data, 0);
tdb_store         234 source4/lib/ldb/ldb_tdb/ldb_tdb.c 	ret = tdb_store(ltdb->tdb, tdb_key, tdb_data, flgs);
tdb_store         360 source4/ntvfs/common/brlock_tdb.c 	if (tdb_store(brl->w->tdb, kbuf, dbuf, TDB_REPLACE) != 0) {
tdb_store         514 source4/ntvfs/common/brlock_tdb.c 			if (tdb_store(brl->w->tdb, kbuf, dbuf, TDB_REPLACE) != 0) {
tdb_store         585 source4/ntvfs/common/brlock_tdb.c 				if (tdb_store(brl->w->tdb, kbuf, dbuf, TDB_REPLACE) != 0) {
tdb_store         711 source4/ntvfs/common/brlock_tdb.c 		if (tdb_store(brl->w->tdb, kbuf, dbuf, TDB_REPLACE) != 0) {
tdb_store         285 source4/ntvfs/common/opendb_tdb.c 	ret = tdb_store(odb->w->tdb, lck->key, dbuf, TDB_REPLACE);
tdb_store         174 source4/ntvfs/posix/xattr_tdb.c 	if (tdb_store(pvfs->ea_db->tdb, tkey, tdata, TDB_REPLACE) == -1) {
tdb_store          44 source4/torture/local/dbspeed.c 	ret = tdb_store(tdbw->tdb, key, data, TDB_INSERT);