<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://truxwiki.com/index.php?action=history&amp;feed=atom&amp;title=Truxton_create_everything_hashset</id>
	<title>Truxton create everything hashset - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://truxwiki.com/index.php?action=history&amp;feed=atom&amp;title=Truxton_create_everything_hashset"/>
	<link rel="alternate" type="text/html" href="https://truxwiki.com/index.php?title=Truxton_create_everything_hashset&amp;action=history"/>
	<updated>2026-09-09T22:31:03Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.1</generator>
	<entry>
		<id>https://truxwiki.com/index.php?title=Truxton_create_everything_hashset&amp;diff=5022&amp;oldid=prev</id>
		<title>Sam: Created page with &quot;This will create a hash set file of every unique hash in Truxton.  =Syntax= &lt;source lang=&quot;C&quot;&gt; void truxton_create_everything_hashset( uint64_t truxton_handle, cha...&quot;</title>
		<link rel="alternate" type="text/html" href="https://truxwiki.com/index.php?title=Truxton_create_everything_hashset&amp;diff=5022&amp;oldid=prev"/>
		<updated>2021-06-01T15:25:57Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;This will create a &lt;a href=&quot;/Hash_Set&quot; title=&quot;Hash Set&quot;&gt;hash set&lt;/a&gt; file of every unique hash in Truxton.  =Syntax= &amp;lt;source lang=&amp;quot;C&amp;quot;&amp;gt; void truxton_create_everything_hashset( uint64_t truxton_handle, cha...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This will create a [[Hash Set|hash set]] file of every unique hash in Truxton.&lt;br /&gt;
&lt;br /&gt;
=Syntax=&lt;br /&gt;
&amp;lt;source lang=&amp;quot;C&amp;quot;&amp;gt;&lt;br /&gt;
void truxton_create_everything_hashset( uint64_t truxton_handle, char const * filename );&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Parameters=&lt;br /&gt;
==&amp;lt;code&amp;gt;truxton_handle&amp;lt;/code&amp;gt;==&lt;br /&gt;
The handle created by the [[truxton_create]] call.&lt;br /&gt;
&lt;br /&gt;
==&amp;lt;code&amp;gt;filename&amp;lt;/code&amp;gt;==&lt;br /&gt;
The name of the file where the hashes will be written.&lt;br /&gt;
&lt;br /&gt;
=Sample=&lt;br /&gt;
&amp;lt;source lang=&amp;quot;C&amp;quot; highlight=&amp;quot;5&amp;quot;&amp;gt;&lt;br /&gt;
void save_truxton_hash_set( void )&lt;br /&gt;
{&lt;br /&gt;
   uint64_t truxton = truxton_create();&lt;br /&gt;
&lt;br /&gt;
   truxton_create_everything_hashset( truxton, &amp;quot;\\Server\\Master Hash Sets\\Loader01.hashset&amp;quot; );&lt;br /&gt;
&lt;br /&gt;
   truxton_destroy( truxton );&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sam</name></author>
		
	</entry>
</feed>