Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

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, Rappo
 Last updated by: teoli,