Searched refs:HashFind (Results 1 – 1 of 1) sorted by relevance
139 static HashBucketPtr HashFind(HashTablePtr table, in HashFind() function174 bucket = HashFind(table, key, NULL); in drmHashLookup()188 if (HashFind(table, key, &hash)) return 1; /* Already in table */ in drmHashInsert()207 bucket = HashFind(table, key, &hash); in drmHashDelete()