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.

PLHashFunction

Syntax

#include <plhash.h>

typedef PLHashNumber (PR_CALLBACK *PLHashFunction)(const void *key);

Description

PLHashNumber is a function type that maps the key of a hash table entry to a hash number.

See Also

PL_HashString

Document Tags and Contributors

 Contributors to this page: teoli, Rappo
 Last updated by: teoli,