Lines Matching +defs:data +defs:table
68 struct _xmlHashEntry *table; member
82 xmlHashComputeKey(xmlHashTablePtr table, const xmlChar *name, in xmlHashComputeKey()
112 xmlHashComputeQKey(xmlHashTablePtr table, in xmlHashComputeQKey()
175 xmlHashTablePtr table; in xmlHashCreate() local
209 xmlHashTablePtr table; in xmlHashCreateDict() local
229 xmlHashGrow(xmlHashTablePtr table, int size) { in xmlHashGrow()
320 xmlHashFree(xmlHashTablePtr table, xmlHashDeallocator f) { in xmlHashFree()
387 xmlHashAddEntry(xmlHashTablePtr table, const xmlChar *name, void *userdata) { in xmlHashAddEntry()
404 xmlHashAddEntry2(xmlHashTablePtr table, const xmlChar *name, in xmlHashAddEntry2()
423 xmlHashUpdateEntry(xmlHashTablePtr table, const xmlChar *name, in xmlHashUpdateEntry()
443 xmlHashUpdateEntry2(xmlHashTablePtr table, const xmlChar *name, in xmlHashUpdateEntry2()
459 xmlHashLookup(xmlHashTablePtr table, const xmlChar *name) { in xmlHashLookup()
474 xmlHashLookup2(xmlHashTablePtr table, const xmlChar *name, in xmlHashLookup2()
490 xmlHashQLookup(xmlHashTablePtr table, const xmlChar *prefix, in xmlHashQLookup()
508 xmlHashQLookup2(xmlHashTablePtr table, const xmlChar *prefix, in xmlHashQLookup2()
529 xmlHashAddEntry3(xmlHashTablePtr table, const xmlChar *name, in xmlHashAddEntry3()
645 xmlHashUpdateEntry3(xmlHashTablePtr table, const xmlChar *name, in xmlHashUpdateEntry3()
767 xmlHashLookup3(xmlHashTablePtr table, const xmlChar *name, in xmlHashLookup3()
811 xmlHashQLookup3(xmlHashTablePtr table, in xmlHashQLookup3()
837 void *data; member
841 stubHashScannerFull (void *payload, void *data, const xmlChar *name, in stubHashScannerFull()
857 xmlHashScan(xmlHashTablePtr table, xmlHashScanner f, void *data) { in xmlHashScan()
873 xmlHashScanFull(xmlHashTablePtr table, xmlHashScannerFull f, void *data) { in xmlHashScanFull()
924 xmlHashScan3(xmlHashTablePtr table, const xmlChar *name, in xmlHashScan3()
926 xmlHashScanner f, void *data) { in xmlHashScan3()
948 xmlHashScanFull3(xmlHashTablePtr table, const xmlChar *name, in xmlHashScanFull3()
950 xmlHashScannerFull f, void *data) { in xmlHashScanFull3()
990 xmlHashCopy(xmlHashTablePtr table, xmlHashCopier f) { in xmlHashCopy()
1032 xmlHashSize(xmlHashTablePtr table) { in xmlHashSize()
1050 int xmlHashRemoveEntry(xmlHashTablePtr table, const xmlChar *name, in xmlHashRemoveEntry()
1069 xmlHashRemoveEntry2(xmlHashTablePtr table, const xmlChar *name, in xmlHashRemoveEntry2()
1089 xmlHashRemoveEntry3(xmlHashTablePtr table, const xmlChar *name, in xmlHashRemoveEntry3()