• Home
  • Raw
  • Download

Lines Matching refs:xmlChar

61     xmlChar *name;
62 xmlChar *name2;
63 xmlChar *name3;
86 xmlHashComputeKey(xmlHashTablePtr table, const xmlChar *name, in xmlHashComputeKey()
87 const xmlChar *name2, const xmlChar *name3) { in xmlHashComputeKey()
115 const xmlChar *prefix, const xmlChar *name, in xmlHashComputeQKey()
116 const xmlChar *prefix2, const xmlChar *name2, in xmlHashComputeQKey()
117 const xmlChar *prefix3, const xmlChar *name3) { in xmlHashComputeQKey()
379 xmlHashAddEntry(xmlHashTablePtr table, const xmlChar *name, void *userdata) { in xmlHashAddEntry()
396 xmlHashAddEntry2(xmlHashTablePtr table, const xmlChar *name, in xmlHashAddEntry2()
397 const xmlChar *name2, void *userdata) { in xmlHashAddEntry2()
415 xmlHashUpdateEntry(xmlHashTablePtr table, const xmlChar *name, in xmlHashUpdateEntry()
435 xmlHashUpdateEntry2(xmlHashTablePtr table, const xmlChar *name, in xmlHashUpdateEntry2()
436 const xmlChar *name2, void *userdata, in xmlHashUpdateEntry2()
451 xmlHashLookup(xmlHashTablePtr table, const xmlChar *name) { in xmlHashLookup()
466 xmlHashLookup2(xmlHashTablePtr table, const xmlChar *name, in xmlHashLookup2()
467 const xmlChar *name2) { in xmlHashLookup2()
482 xmlHashQLookup(xmlHashTablePtr table, const xmlChar *prefix, in xmlHashQLookup()
483 const xmlChar *name) { in xmlHashQLookup()
500 xmlHashQLookup2(xmlHashTablePtr table, const xmlChar *prefix, in xmlHashQLookup2()
501 const xmlChar *name, const xmlChar *prefix2, in xmlHashQLookup2()
502 const xmlChar *name2) { in xmlHashQLookup2()
521 xmlHashAddEntry3(xmlHashTablePtr table, const xmlChar *name, in xmlHashAddEntry3()
522 const xmlChar *name2, const xmlChar *name3, in xmlHashAddEntry3()
597 entry->name = (xmlChar *) name; in xmlHashAddEntry3()
598 entry->name2 = (xmlChar *) name2; in xmlHashAddEntry3()
599 entry->name3 = (xmlChar *) name3; in xmlHashAddEntry3()
637 xmlHashUpdateEntry3(xmlHashTablePtr table, const xmlChar *name, in xmlHashUpdateEntry3()
638 const xmlChar *name2, const xmlChar *name3, in xmlHashUpdateEntry3()
727 entry->name = (xmlChar *) name; in xmlHashUpdateEntry3()
728 entry->name2 = (xmlChar *) name2; in xmlHashUpdateEntry3()
729 entry->name3 = (xmlChar *) name3; in xmlHashUpdateEntry3()
759 xmlHashLookup3(xmlHashTablePtr table, const xmlChar *name, in xmlHashLookup3()
760 const xmlChar *name2, const xmlChar *name3) { in xmlHashLookup3()
804 const xmlChar *prefix, const xmlChar *name, in xmlHashQLookup3()
805 const xmlChar *prefix2, const xmlChar *name2, in xmlHashQLookup3()
806 const xmlChar *prefix3, const xmlChar *name3) { in xmlHashQLookup3()
833 stubHashScannerFull (void *payload, void *data, const xmlChar *name, in stubHashScannerFull()
834 const xmlChar *name2 ATTRIBUTE_UNUSED, in stubHashScannerFull()
835 const xmlChar *name3 ATTRIBUTE_UNUSED) { in stubHashScannerFull()
837 stubdata->hashscanner (payload, stubdata->data, (xmlChar *) name); in stubHashScannerFull()
916 xmlHashScan3(xmlHashTablePtr table, const xmlChar *name, in xmlHashScan3()
917 const xmlChar *name2, const xmlChar *name3, in xmlHashScan3()
937 xmlHashScanFull3(xmlHashTablePtr table, const xmlChar *name, in xmlHashScanFull3()
938 const xmlChar *name2, const xmlChar *name3, in xmlHashScanFull3()
1036 int xmlHashRemoveEntry(xmlHashTablePtr table, const xmlChar *name, in xmlHashRemoveEntry()
1055 xmlHashRemoveEntry2(xmlHashTablePtr table, const xmlChar *name, in xmlHashRemoveEntry2()
1056 const xmlChar *name2, xmlHashDeallocator f) { in xmlHashRemoveEntry2()
1075 xmlHashRemoveEntry3(xmlHashTablePtr table, const xmlChar *name, in xmlHashRemoveEntry3()
1076 const xmlChar *name2, const xmlChar *name3, xmlHashDeallocator f) { in xmlHashRemoveEntry3()