Searched refs:hashinit (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/jam/
H A Dhash.h15 struct hash * hashinit( int datalen, const char *name );
H A Dnewstr.c48 strhash = hashinit( sizeof( STRING ), "strings" );
H A Drules.c63 rulehash = hashinit( sizeof( RULE ), "rules" );
100 targethash = hashinit( sizeof( TARGET ), "targets" );
H A Dtimestamp.c83 bindhash = hashinit( sizeof( BINDING ), "bindings" );
H A Dvariable.c317 varhash = hashinit( sizeof( VARIABLE ), "variables" );
H A Dhash.c12 * hashinit() - initialize a hash table, returning a handle
36 /* It's actual size is given to hashinit(). */
182 * hashinit() - initialize a hash table, returning a handle
186 hashinit( function
H A Dhcache.c176 hcachehash = hashinit (sizeof (HCACHEDATA), "hcache");
H A Djcache.c279 cache->entries = hashinit(sizeof(jcache_entry), "jcache");

Completed in 64 milliseconds