Home | History | Annotate | Download | only in libxml

Lines Matching full:hash

2  * Summary: Chained hash tables
3 * Description: This module implements the hash table support used in
19 * The hash table.
64 * @payload: the data in the hash
67 * Callback to free data from a hash.
72 * @payload: the data in the hash
75 * Callback to copy data from a hash.
82 * @payload: the data in the hash
86 * Callback when scanning data in a hash with the simple scanner.
91 * @payload: the data in the hash
97 * Callback when scanning data in a hash with the full scanner.
116 * Add a new entry to the hash table.
153 * Remove an entry from the hash table.