tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

plhashfunction.rst (299B)


      1 Syntax
      2 ------
      3 
      4 .. code::
      5 
      6   #include <plhash.h>
      7 
      8   typedef PLHashNumber (PR_CALLBACK *PLHashFunction)(const void *key);
      9 
     10 
     11 Description
     12 -----------
     13 
     14 ``PLHashNumber`` is a function type that maps the key of a hash table
     15 entry to a hash number.
     16 
     17 
     18 See Also
     19 --------
     20 
     21 `PL_HashString <PL_HashString>`__