Searched refs:xmlStringComment (Results 1 – 7 of 7) sorted by relevance
/external/libxml2/ |
D | global.data | 22 #const xmlChar,xmlStringComment,[],1
|
D | tree.c | 125 const xmlChar xmlStringComment[] = { 'c', 'o', 'm', 'm', 'e', 'n', 't', 0 }; variable 2735 cur->name = xmlStringComment; in xmlNewComment() 4225 else if (node->name == xmlStringComment) in xmlStaticCopyNode() 4226 ret->name = xmlStringComment; in xmlStaticCopyNode() 9530 else if (cur->name == xmlStringComment) in xmlDOMWrapCloneNode() 9531 clone->name = xmlStringComment; in xmlDOMWrapCloneNode()
|
D | libxml2.syms | 226 xmlStringComment; # variable
|
D | debugXML.c | 384 if (node->name == xmlStringComment) in xmlCtxtGenericNodeCheck()
|
/external/libxml2/include/libxml/ |
D | parserInternals.h | 314 XMLPUBVAR const xmlChar xmlStringComment[]; variable
|
/external/libxml2/os400/libxmlrpg/ |
D | parserInternals.rpgle | 93 d xmlStringComment... 94 d s 7 import('xmlStringComment') \0 in 8th byte
|
/external/libxml2/win32/ |
D | libxml2.def.src | 160 xmlStringComment DATA
|