Home
last modified time | relevance | path

Searched refs:HashFind (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/src/
H A Dxf86drmHash.c139 static HashBucketPtr HashFind(HashTablePtr table, in HashFind() function
174 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()