Searched refs:pathkey (Results 1 – 2 of 2) sorted by relevance
110 UHashTok namekey, pathkey; in hashEntry() local112 pathkey.pointer = b->path; in hashEntry()113 return uhash_hashChars(namekey)+37*uhash_hashChars(pathkey); in hashEntry()
54 UHashTok namekey, pathkey; in hashEntry() local56 pathkey.pointer = b->fPath; in hashEntry()57 return uhash_hashChars(namekey)+37u*uhash_hashChars(pathkey); in hashEntry()