Home | History | Annotate | Download | only in libxml

Lines Matching refs:table

3  * Description: This module implements the hash table support used in
19 * The hash table.
112 xmlHashFree (xmlHashTablePtr table,
119 * Add a new entry to the hash table.
122 xmlHashAddEntry (xmlHashTablePtr table,
126 xmlHashUpdateEntry(xmlHashTablePtr table,
131 xmlHashAddEntry2(xmlHashTablePtr table,
136 xmlHashUpdateEntry2(xmlHashTablePtr table,
142 xmlHashAddEntry3(xmlHashTablePtr table,
148 xmlHashUpdateEntry3(xmlHashTablePtr table,
156 * Remove an entry from the hash table.
159 xmlHashRemoveEntry(xmlHashTablePtr table, const xmlChar *name,
162 xmlHashRemoveEntry2(xmlHashTablePtr table, const xmlChar *name,
165 xmlHashRemoveEntry3(xmlHashTablePtr table, const xmlChar *name,
173 xmlHashLookup (xmlHashTablePtr table,
176 xmlHashLookup2 (xmlHashTablePtr table,
180 xmlHashLookup3 (xmlHashTablePtr table,
185 xmlHashQLookup (xmlHashTablePtr table,
189 xmlHashQLookup2 (xmlHashTablePtr table,
195 xmlHashQLookup3 (xmlHashTablePtr table,
207 xmlHashCopy (xmlHashTablePtr table,
210 xmlHashSize (xmlHashTablePtr table);
212 xmlHashScan (xmlHashTablePtr table,
216 xmlHashScan3 (xmlHashTablePtr table,
223 xmlHashScanFull (xmlHashTablePtr table,
227 xmlHashScanFull3(xmlHashTablePtr table,