Lines Matching defs:table
52 struct _xmlHashEntry *table; member
63 xmlHashComputeKey(xmlHashTablePtr table, const xmlChar *name, in xmlHashComputeKey()
88 xmlHashComputeQKey(xmlHashTablePtr table, in xmlHashComputeQKey()
146 xmlHashTablePtr table; in xmlHashCreate() local
177 xmlHashTablePtr table; in xmlHashCreateDict() local
197 xmlHashGrow(xmlHashTablePtr table, int size) { in xmlHashGrow()
288 xmlHashFree(xmlHashTablePtr table, xmlHashDeallocator f) { in xmlHashFree()
344 xmlHashAddEntry(xmlHashTablePtr table, const xmlChar *name, void *userdata) { in xmlHashAddEntry()
361 xmlHashAddEntry2(xmlHashTablePtr table, const xmlChar *name, in xmlHashAddEntry2()
380 xmlHashUpdateEntry(xmlHashTablePtr table, const xmlChar *name, in xmlHashUpdateEntry()
400 xmlHashUpdateEntry2(xmlHashTablePtr table, const xmlChar *name, in xmlHashUpdateEntry2()
416 xmlHashLookup(xmlHashTablePtr table, const xmlChar *name) { in xmlHashLookup()
431 xmlHashLookup2(xmlHashTablePtr table, const xmlChar *name, in xmlHashLookup2()
447 xmlHashQLookup(xmlHashTablePtr table, const xmlChar *prefix, in xmlHashQLookup()
465 xmlHashQLookup2(xmlHashTablePtr table, const xmlChar *prefix, in xmlHashQLookup2()
486 xmlHashAddEntry3(xmlHashTablePtr table, const xmlChar *name, in xmlHashAddEntry3()
602 xmlHashUpdateEntry3(xmlHashTablePtr table, const xmlChar *name, in xmlHashUpdateEntry3()
724 xmlHashLookup3(xmlHashTablePtr table, const xmlChar *name, in xmlHashLookup3()
768 xmlHashQLookup3(xmlHashTablePtr table, in xmlHashQLookup3()
814 xmlHashScan(xmlHashTablePtr table, xmlHashScanner f, void *data) { in xmlHashScan()
830 xmlHashScanFull(xmlHashTablePtr table, xmlHashScannerFull f, void *data) { in xmlHashScanFull()
881 xmlHashScan3(xmlHashTablePtr table, const xmlChar *name, in xmlHashScan3()
902 xmlHashScanFull3(xmlHashTablePtr table, const xmlChar *name, in xmlHashScanFull3()
944 xmlHashCopy(xmlHashTablePtr table, xmlHashCopier f) { in xmlHashCopy()
983 xmlHashSize(xmlHashTablePtr table) { in xmlHashSize()
1001 int xmlHashRemoveEntry(xmlHashTablePtr table, const xmlChar *name, in xmlHashRemoveEntry()
1020 xmlHashRemoveEntry2(xmlHashTablePtr table, const xmlChar *name, in xmlHashRemoveEntry2()
1040 xmlHashRemoveEntry3(xmlHashTablePtr table, const xmlChar *name, in xmlHashRemoveEntry3()