• Home
  • Raw
  • Download

Lines Matching refs:xmlHashTablePtr

82 xmlHashComputeKey(xmlHashTablePtr table, const xmlChar *name,  in xmlHashComputeKey()
112 xmlHashComputeQKey(xmlHashTablePtr table, in xmlHashComputeQKey()
173 xmlHashTablePtr
175 xmlHashTablePtr table; in xmlHashCreate()
207 xmlHashTablePtr
209 xmlHashTablePtr table; in xmlHashCreateDict()
229 xmlHashGrow(xmlHashTablePtr table, int size) { in xmlHashGrow()
320 xmlHashFree(xmlHashTablePtr table, xmlHashDeallocator f) { in xmlHashFree()
375 xmlHashAddEntry(xmlHashTablePtr table, const xmlChar *name, void *userdata) { in xmlHashAddEntry()
392 xmlHashAddEntry2(xmlHashTablePtr table, const xmlChar *name, in xmlHashAddEntry2()
411 xmlHashUpdateEntry(xmlHashTablePtr table, const xmlChar *name, in xmlHashUpdateEntry()
431 xmlHashUpdateEntry2(xmlHashTablePtr table, const xmlChar *name, in xmlHashUpdateEntry2()
447 xmlHashLookup(xmlHashTablePtr table, const xmlChar *name) { in xmlHashLookup()
462 xmlHashLookup2(xmlHashTablePtr table, const xmlChar *name, in xmlHashLookup2()
478 xmlHashQLookup(xmlHashTablePtr table, const xmlChar *prefix, in xmlHashQLookup()
496 xmlHashQLookup2(xmlHashTablePtr table, const xmlChar *prefix, in xmlHashQLookup2()
517 xmlHashAddEntry3(xmlHashTablePtr table, const xmlChar *name, in xmlHashAddEntry3()
633 xmlHashUpdateEntry3(xmlHashTablePtr table, const xmlChar *name, in xmlHashUpdateEntry3()
755 xmlHashLookup3(xmlHashTablePtr table, const xmlChar *name, in xmlHashLookup3()
799 xmlHashQLookup3(xmlHashTablePtr table, in xmlHashQLookup3()
845 xmlHashScan(xmlHashTablePtr table, xmlHashScanner f, void *data) { in xmlHashScan()
861 xmlHashScanFull(xmlHashTablePtr table, xmlHashScannerFull f, void *data) { in xmlHashScanFull()
912 xmlHashScan3(xmlHashTablePtr table, const xmlChar *name, in xmlHashScan3()
933 xmlHashScanFull3(xmlHashTablePtr table, const xmlChar *name, in xmlHashScanFull3()
974 xmlHashTablePtr
975 xmlHashCopy(xmlHashTablePtr table, xmlHashCopier f) { in xmlHashCopy()
979 xmlHashTablePtr ret; in xmlHashCopy()
1014 xmlHashSize(xmlHashTablePtr table) { in xmlHashSize()
1032 int xmlHashRemoveEntry(xmlHashTablePtr table, const xmlChar *name, in xmlHashRemoveEntry()
1051 xmlHashRemoveEntry2(xmlHashTablePtr table, const xmlChar *name, in xmlHashRemoveEntry2()
1071 xmlHashRemoveEntry3(xmlHashTablePtr table, const xmlChar *name, in xmlHashRemoveEntry3()