Hash Tables

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: 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

Hash Table Functions

See also

Document Tags and Contributors

 Contributors to this page: teoli, Sheppy, ethertank, Dholbert, trevorh, Lpgcritr, alecananian
 Last updated by: teoli,