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

/haiku-buildtools/jam/
H A Dhash.h13 typedef struct hashdata HASHDATA; typedef in typeref:struct:hashdata
16 int hashitem( struct hash *hp, HASHDATA **data, int enter );
H A Dnewstr.c52 if( hashenter( strhash, (HASHDATA **)&s ) )
H A Dtimestamp.c91 if( hashenter( bindhash, (HASHDATA **)&b ) )
117 if( hashenter( bindhash, (HASHDATA **)&b ) )
142 if( hashenter( bindhash, (HASHDATA **)&b ) )
188 if( hashenter( bindhash, (HASHDATA **)&b ) )
H A Dvariable.c229 if( varhash && hashcheck( varhash, (HASHDATA **)&v ) )
322 if( hashenter( varhash, (HASHDATA **)&v ) )
H A Dhcache.c260 if (!hashenter(hcachehash, (HASHDATA **)&c)) {
363 if (hashcheck (hcachehash, (HASHDATA **) &c))
409 if (hashenter (hcachehash, (HASHDATA **)&c)) {
H A Drules.c67 if( hashenter( rulehash, (HASHDATA **)&r ) )
104 if( hashenter( targethash, (HASHDATA **)&t ) )
H A Djcache.c373 result = hashenter(cache->entries, (HASHDATA**)&entry);
396 if (!hashcheck(cache->entries, (HASHDATA**)&entry))
H A Dhash.c94 HASHDATA **data,

Completed in 33 milliseconds