This chapter describes the hash table functions in the plds (portable
library — data structures) library of NSPR. The hash table library
functions are declared in the header file plhash.h.
Warning
Warning: The NSPR hash table library functions are not thread safe.
A hash table lookup may change the internal organization of the hash table (to speed up future lookups).
Hash Table Types and Constants¶
PLHashEntry
PLHashNumber
PLHashFunction
PLHashEnumerator
PLHashAllocOps