Searched refs:pathkey (Results 1 – 2 of 2) sorted by relevance
112 UHashTok namekey, pathkey; in hashEntry() local114 pathkey.pointer = b->path; in hashEntry()115 return uhash_hashChars(namekey)+37*uhash_hashChars(pathkey); in hashEntry()
56 UHashTok namekey, pathkey; in hashEntry() local58 pathkey.pointer = b->fPath; in hashEntry()59 return uhash_hashChars(namekey)+37u*uhash_hashChars(pathkey); in hashEntry()