Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/docs/nspr/reference/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 612 B image not shown  

Quelle  plhashtable.rst   Sprache: unbekannt

 
Spracherkennung für: .rst vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

PLHashTable
===========

.. _plhashtable-syntax:

Syntax
------

.. code::

   #include <plhash.h>

   typedef struct PLHashTable PLHashTable;


.. _plhashtable-description:

Description
-----------

The opaque ``PLHashTable`` structure represents a hash table. Entries in
the table have the type ``PLHashEntry`` and are organized into buckets.
The number of buckets in a hash table may be changed by the library
functions during the lifetime of the table to optimize speed and space.

A new hash table is created by the :ref:`PL_NewHashTable` function, and
destroyed by the :ref:`PL_HashTableDestroy` function.

[Dauer der Verarbeitung: 0.14 Sekunden, vorverarbeitet 2026-08-25]