dbwrap_store_bystring  693 source3/groupdb/mapping_tdb.c 	status = dbwrap_store_bystring(
dbwrap_store_bystring   98 source3/include/dbwrap.h NTSTATUS dbwrap_store_bystring(struct db_context *db, const char *key,
dbwrap_store_bystring  105 source3/lib/privileges.c 	return NT_STATUS_IS_OK(dbwrap_store_bystring(db, keystr, data,
dbwrap_store_bystring 6083 source3/param/loadparm.c 	dbwrap_store_bystring(ServiceHash, canon_name,
dbwrap_store_bystring  765 source3/passdb/pdb_tdb.c 	status = dbwrap_store_bystring(db_sam, keystr, data, flag);
dbwrap_store_bystring  802 source3/passdb/pdb_tdb.c 	status = dbwrap_store_bystring(db_sam, keystr, data, flag);
dbwrap_store_bystring  677 source3/registry/reg_backend_db.c 	status = dbwrap_store_bystring(regdb, keyname, dbuf, TDB_REPLACE);
dbwrap_store_bystring 1166 source3/registry/reg_backend_db.c 	status = dbwrap_store_bystring(
dbwrap_store_bystring   92 source3/registry/reg_objects.c 	werr = ntstatus_to_werror(dbwrap_store_bystring(ctr->subkeys_hash,
dbwrap_store_bystring  577 source3/winbindd/idmap_tdb2.c 			dbwrap_store_bystring(idmap_tdb2, keystr,
dbwrap_store_bystring  580 source3/winbindd/idmap_tdb2.c 			dbwrap_store_bystring(idmap_tdb2, sidstr,
dbwrap_store_bystring  648 source3/winbindd/idmap_tdb2.c 		dbwrap_store_bystring(idmap_tdb2, keystr, string_term_tdb_data(idstr),
dbwrap_store_bystring  650 source3/winbindd/idmap_tdb2.c 		dbwrap_store_bystring(idmap_tdb2, idstr, string_term_tdb_data(keystr),
dbwrap_store_bystring  838 source3/winbindd/idmap_tdb2.c 	ret = dbwrap_store_bystring(idmap_tdb2, ksidstr, string_term_tdb_data(kidstr),
dbwrap_store_bystring  844 source3/winbindd/idmap_tdb2.c 	ret = dbwrap_store_bystring(idmap_tdb2, kidstr, string_term_tdb_data(ksidstr),