Home | History | Annotate | Download | only in libxml2

Lines Matching full:hash

2  * hash.c: chained hash tables
33 * it seems that having hash randomization might be a good idea
41 #include <libxml/hash.h>
55 * A single entry in the hash table
69 * The entire hash table
83 * Calculate the hash key
167 * @size: the size of the hash table
204 * @size: the size of the hash table
205 * @dict: a dictionary to use for the hash
225 * @table: the hash table
226 * @size: the new size of the hash table
228 * resize the hash table
317 * @table: the hash table
318 * @f: the deallocator function for items in the hash
320 * Free the hash @table and its contents. The userdata is
369 * @table: the hash table
373 * Add the @userdata to the hash @table. This can later be retrieved
385 * @table: the hash table
390 * Add the @userdata to the hash @table. This can later be retrieved
403 * @table: the hash table
408 * Add the @userdata to the hash @table. This can later be retrieved
422 * @table: the hash table
428 * Add the @userdata to the hash @table. This can later be retrieved
443 * @table: the hash table
457 * @table: the hash table
473 * @table: the hash table
489 * @table: the hash table
508 * @table: the hash table
514 * Add the @userdata to the hash @table. This can later be retrieved
623 * @table: the hash table
630 * Add the @userdata to the hash @table. This can later be retrieved
749 * @table: the hash table
790 * @table: the hash table
842 * @table: the hash table
843 * @f: the scanner function for items in the hash
846 * Scan the hash @table and applied @f to each value.
858 * @table: the hash table
859 * @f: the scanner function for items in the hash
862 * Scan the hash @table and applied @f to each value.
904 * @table: the hash table
908 * @f: the scanner function for items in the hash
911 * Scan the hash @table and applied @f to each value matching
925 * @table: the hash table
929 * @f: the scanner function for items in the hash
932 * Scan the hash @table and applied @f to each value matching
971 * @table: the hash table
972 * @f: the copier function for items in the hash
974 * Scan the hash @table and applied @f to each value.
1010 * @table: the hash table
1012 * Query the number of elements installed in the hash @table.
1014 * Returns the number of elements in the hash table or
1026 * @table: the hash table
1031 * it from the hash @table. Existing userdata for this tuple will be removed
1043 * @table: the hash table
1049 * it from the hash @table. Existing userdata for this tuple will be removed
1062 * @table: the hash table
1069 * it from the hash @table. Existing userdata for this tuple will be removed