• Home
  • Raw
  • Download

Lines Matching refs:xmlChar

57     xmlChar *name;
58 xmlChar *name2;
59 xmlChar *name3;
82 xmlHashComputeKey(xmlHashTablePtr table, const xmlChar *name, in xmlHashComputeKey()
83 const xmlChar *name2, const xmlChar *name3) { in xmlHashComputeKey()
113 const xmlChar *prefix, const xmlChar *name, in xmlHashComputeQKey()
114 const xmlChar *prefix2, const xmlChar *name2, in xmlHashComputeQKey()
115 const xmlChar *prefix3, const xmlChar *name3) { in xmlHashComputeQKey()
371 xmlHashDefaultDeallocator(void *entry, const xmlChar *name ATTRIBUTE_UNUSED) { in xmlHashDefaultDeallocator()
387 xmlHashAddEntry(xmlHashTablePtr table, const xmlChar *name, void *userdata) { in xmlHashAddEntry()
404 xmlHashAddEntry2(xmlHashTablePtr table, const xmlChar *name, in xmlHashAddEntry2()
405 const xmlChar *name2, void *userdata) { in xmlHashAddEntry2()
423 xmlHashUpdateEntry(xmlHashTablePtr table, const xmlChar *name, in xmlHashUpdateEntry()
443 xmlHashUpdateEntry2(xmlHashTablePtr table, const xmlChar *name, in xmlHashUpdateEntry2()
444 const xmlChar *name2, void *userdata, in xmlHashUpdateEntry2()
459 xmlHashLookup(xmlHashTablePtr table, const xmlChar *name) { in xmlHashLookup()
474 xmlHashLookup2(xmlHashTablePtr table, const xmlChar *name, in xmlHashLookup2()
475 const xmlChar *name2) { in xmlHashLookup2()
490 xmlHashQLookup(xmlHashTablePtr table, const xmlChar *prefix, in xmlHashQLookup()
491 const xmlChar *name) { in xmlHashQLookup()
508 xmlHashQLookup2(xmlHashTablePtr table, const xmlChar *prefix, in xmlHashQLookup2()
509 const xmlChar *name, const xmlChar *prefix2, in xmlHashQLookup2()
510 const xmlChar *name2) { in xmlHashQLookup2()
529 xmlHashAddEntry3(xmlHashTablePtr table, const xmlChar *name, in xmlHashAddEntry3()
530 const xmlChar *name2, const xmlChar *name3, in xmlHashAddEntry3()
605 entry->name = (xmlChar *) name; in xmlHashAddEntry3()
606 entry->name2 = (xmlChar *) name2; in xmlHashAddEntry3()
607 entry->name3 = (xmlChar *) name3; in xmlHashAddEntry3()
645 xmlHashUpdateEntry3(xmlHashTablePtr table, const xmlChar *name, in xmlHashUpdateEntry3()
646 const xmlChar *name2, const xmlChar *name3, in xmlHashUpdateEntry3()
735 entry->name = (xmlChar *) name; in xmlHashUpdateEntry3()
736 entry->name2 = (xmlChar *) name2; in xmlHashUpdateEntry3()
737 entry->name3 = (xmlChar *) name3; in xmlHashUpdateEntry3()
767 xmlHashLookup3(xmlHashTablePtr table, const xmlChar *name, in xmlHashLookup3()
768 const xmlChar *name2, const xmlChar *name3) { in xmlHashLookup3()
812 const xmlChar *prefix, const xmlChar *name, in xmlHashQLookup3()
813 const xmlChar *prefix2, const xmlChar *name2, in xmlHashQLookup3()
814 const xmlChar *prefix3, const xmlChar *name3) { in xmlHashQLookup3()
841 stubHashScannerFull (void *payload, void *data, const xmlChar *name, in stubHashScannerFull()
842 const xmlChar *name2 ATTRIBUTE_UNUSED, in stubHashScannerFull()
843 const xmlChar *name3 ATTRIBUTE_UNUSED) { in stubHashScannerFull()
845 stubdata->hashscanner (payload, stubdata->data, (xmlChar *) name); in stubHashScannerFull()
924 xmlHashScan3(xmlHashTablePtr table, const xmlChar *name, in xmlHashScan3()
925 const xmlChar *name2, const xmlChar *name3, in xmlHashScan3()
948 xmlHashScanFull3(xmlHashTablePtr table, const xmlChar *name, in xmlHashScanFull3()
949 const xmlChar *name2, const xmlChar *name3, in xmlHashScanFull3()
1050 int xmlHashRemoveEntry(xmlHashTablePtr table, const xmlChar *name, in xmlHashRemoveEntry()
1069 xmlHashRemoveEntry2(xmlHashTablePtr table, const xmlChar *name, in xmlHashRemoveEntry2()
1070 const xmlChar *name2, xmlHashDeallocator f) { in xmlHashRemoveEntry2()
1089 xmlHashRemoveEntry3(xmlHashTablePtr table, const xmlChar *name, in xmlHashRemoveEntry3()
1090 const xmlChar *name2, const xmlChar *name3, xmlHashDeallocator f) { in xmlHashRemoveEntry3()