Lines Matching defs:table

69     struct _xmlHashEntry *table;  member
86 xmlHashComputeKey(xmlHashTablePtr table, const xmlChar *name, in xmlHashComputeKey()
119 xmlHashComputeQKey(xmlHashTablePtr table, in xmlHashComputeQKey()
182 xmlHashTablePtr table; in xmlHashCreate() local
216 xmlHashTablePtr table; in xmlHashCreateDict() local
236 xmlHashGrow(xmlHashTablePtr table, int size) { in xmlHashGrow()
327 xmlHashFree(xmlHashTablePtr table, xmlHashDeallocator f) { in xmlHashFree()
394 xmlHashAddEntry(xmlHashTablePtr table, const xmlChar *name, void *userdata) { in xmlHashAddEntry()
411 xmlHashAddEntry2(xmlHashTablePtr table, const xmlChar *name, in xmlHashAddEntry2()
430 xmlHashUpdateEntry(xmlHashTablePtr table, const xmlChar *name, in xmlHashUpdateEntry()
450 xmlHashUpdateEntry2(xmlHashTablePtr table, const xmlChar *name, in xmlHashUpdateEntry2()
466 xmlHashLookup(xmlHashTablePtr table, const xmlChar *name) { in xmlHashLookup()
481 xmlHashLookup2(xmlHashTablePtr table, const xmlChar *name, in xmlHashLookup2()
497 xmlHashQLookup(xmlHashTablePtr table, const xmlChar *prefix, in xmlHashQLookup()
515 xmlHashQLookup2(xmlHashTablePtr table, const xmlChar *prefix, in xmlHashQLookup2()
536 xmlHashAddEntry3(xmlHashTablePtr table, const xmlChar *name, in xmlHashAddEntry3()
652 xmlHashUpdateEntry3(xmlHashTablePtr table, const xmlChar *name, in xmlHashUpdateEntry3()
774 xmlHashLookup3(xmlHashTablePtr table, const xmlChar *name, in xmlHashLookup3()
818 xmlHashQLookup3(xmlHashTablePtr table, in xmlHashQLookup3()
864 xmlHashScan(xmlHashTablePtr table, xmlHashScanner f, void *data) { in xmlHashScan()
880 xmlHashScanFull(xmlHashTablePtr table, xmlHashScannerFull f, void *data) { in xmlHashScanFull()
931 xmlHashScan3(xmlHashTablePtr table, const xmlChar *name, in xmlHashScan3()
955 xmlHashScanFull3(xmlHashTablePtr table, const xmlChar *name, in xmlHashScanFull3()
997 xmlHashCopy(xmlHashTablePtr table, xmlHashCopier f) { in xmlHashCopy()
1039 xmlHashSize(xmlHashTablePtr table) { in xmlHashSize()
1057 int xmlHashRemoveEntry(xmlHashTablePtr table, const xmlChar *name, in xmlHashRemoveEntry()
1076 xmlHashRemoveEntry2(xmlHashTablePtr table, const xmlChar *name, in xmlHashRemoveEntry2()
1096 xmlHashRemoveEntry3(xmlHashTablePtr table, const xmlChar *name, in xmlHashRemoveEntry3()