Lines Matching refs:table
3 * Description: This module implements the hash table support used in
19 * The hash table.
112 xmlHashFree (xmlHashTablePtr table,
116 * Add a new entry to the hash table.
119 xmlHashAddEntry (xmlHashTablePtr table,
123 xmlHashUpdateEntry(xmlHashTablePtr table,
128 xmlHashAddEntry2(xmlHashTablePtr table,
133 xmlHashUpdateEntry2(xmlHashTablePtr table,
139 xmlHashAddEntry3(xmlHashTablePtr table,
145 xmlHashUpdateEntry3(xmlHashTablePtr table,
153 * Remove an entry from the hash table.
156 xmlHashRemoveEntry(xmlHashTablePtr table, const xmlChar *name,
159 xmlHashRemoveEntry2(xmlHashTablePtr table, const xmlChar *name,
162 xmlHashRemoveEntry3(xmlHashTablePtr table, const xmlChar *name,
170 xmlHashLookup (xmlHashTablePtr table,
173 xmlHashLookup2 (xmlHashTablePtr table,
177 xmlHashLookup3 (xmlHashTablePtr table,
182 xmlHashQLookup (xmlHashTablePtr table,
186 xmlHashQLookup2 (xmlHashTablePtr table,
192 xmlHashQLookup3 (xmlHashTablePtr table,
204 xmlHashCopy (xmlHashTablePtr table,
207 xmlHashSize (xmlHashTablePtr table);
209 xmlHashScan (xmlHashTablePtr table,
213 xmlHashScan3 (xmlHashTablePtr table,
220 xmlHashScanFull (xmlHashTablePtr table,
224 xmlHashScanFull3(xmlHashTablePtr table,