• Home
  • Raw
  • Download

Lines Matching refs:xmlHashTablePtr

93 xmlHashComputeKey(xmlHashTablePtr table, const xmlChar *name,  in xmlHashComputeKey()
123 xmlHashComputeQKey(xmlHashTablePtr table, in xmlHashComputeQKey()
184 xmlHashTablePtr
186 xmlHashTablePtr table; in xmlHashCreate()
218 xmlHashTablePtr
220 xmlHashTablePtr table; in xmlHashCreateDict()
240 xmlHashGrow(xmlHashTablePtr table, int size) { in xmlHashGrow()
331 xmlHashFree(xmlHashTablePtr table, xmlHashDeallocator f) { in xmlHashFree()
398 xmlHashAddEntry(xmlHashTablePtr table, const xmlChar *name, void *userdata) { in xmlHashAddEntry()
415 xmlHashAddEntry2(xmlHashTablePtr table, const xmlChar *name, in xmlHashAddEntry2()
434 xmlHashUpdateEntry(xmlHashTablePtr table, const xmlChar *name, in xmlHashUpdateEntry()
454 xmlHashUpdateEntry2(xmlHashTablePtr table, const xmlChar *name, in xmlHashUpdateEntry2()
470 xmlHashLookup(xmlHashTablePtr table, const xmlChar *name) { in xmlHashLookup()
485 xmlHashLookup2(xmlHashTablePtr table, const xmlChar *name, in xmlHashLookup2()
501 xmlHashQLookup(xmlHashTablePtr table, const xmlChar *prefix, in xmlHashQLookup()
519 xmlHashQLookup2(xmlHashTablePtr table, const xmlChar *prefix, in xmlHashQLookup2()
540 xmlHashAddEntry3(xmlHashTablePtr table, const xmlChar *name, in xmlHashAddEntry3()
656 xmlHashUpdateEntry3(xmlHashTablePtr table, const xmlChar *name, in xmlHashUpdateEntry3()
778 xmlHashLookup3(xmlHashTablePtr table, const xmlChar *name, in xmlHashLookup3()
822 xmlHashQLookup3(xmlHashTablePtr table, in xmlHashQLookup3()
868 xmlHashScan(xmlHashTablePtr table, xmlHashScanner f, void *data) { in xmlHashScan()
884 xmlHashScanFull(xmlHashTablePtr table, xmlHashScannerFull f, void *data) { in xmlHashScanFull()
935 xmlHashScan3(xmlHashTablePtr table, const xmlChar *name, in xmlHashScan3()
959 xmlHashScanFull3(xmlHashTablePtr table, const xmlChar *name, in xmlHashScanFull3()
1000 xmlHashTablePtr
1001 xmlHashCopy(xmlHashTablePtr table, xmlHashCopier f) { in xmlHashCopy()
1005 xmlHashTablePtr ret; in xmlHashCopy()
1043 xmlHashSize(xmlHashTablePtr table) { in xmlHashSize()
1061 int xmlHashRemoveEntry(xmlHashTablePtr table, const xmlChar *name, in xmlHashRemoveEntry()
1080 xmlHashRemoveEntry2(xmlHashTablePtr table, const xmlChar *name, in xmlHashRemoveEntry2()
1100 xmlHashRemoveEntry3(xmlHashTablePtr table, const xmlChar *name, in xmlHashRemoveEntry3()