Searched refs:xmlStringComment (Results 1 – 7 of 7) sorted by relevance
/external/libxml2/include/libxml/ |
D | parserInternals.h | 314 XMLPUBVAR const xmlChar xmlStringComment[]; variable
|
/external/chromium_org/third_party/libxml/src/include/libxml/ |
D | parserInternals.h | 281 XMLPUBVAR const xmlChar xmlStringComment[]; variable
|
/external/libxml2/ |
D | tree.c | 119 const xmlChar xmlStringComment[] = { 'c', 'o', 'm', 'm', 'e', 'n', 't', 0 }; variable 2719 cur->name = xmlStringComment; in xmlNewComment() 4187 else if (node->name == xmlStringComment) in xmlStaticCopyNode() 4188 ret->name = xmlStringComment; in xmlStaticCopyNode() 9482 else if (cur->name == xmlStringComment) in xmlDOMWrapCloneNode() 9483 clone->name = xmlStringComment; in xmlDOMWrapCloneNode()
|
D | debugXML.c | 382 if (node->name == xmlStringComment) in xmlCtxtGenericNodeCheck()
|
/external/chromium_org/third_party/libxml/src/ |
D | tree.c | 116 const xmlChar xmlStringComment[] = { 'c', 'o', 'm', 'm', 'e', 'n', 't', 0 }; variable 2679 cur->name = xmlStringComment; in xmlNewComment() 4134 else if (node->name == xmlStringComment) in xmlStaticCopyNode() 4135 ret->name = xmlStringComment; in xmlStaticCopyNode() 9305 else if (cur->name == xmlStringComment) in xmlDOMWrapCloneNode() 9306 clone->name = xmlStringComment; in xmlDOMWrapCloneNode()
|
D | debugXML.c | 382 if (node->name == xmlStringComment) in xmlCtxtGenericNodeCheck()
|
/external/chromium_org/third_party/libxml/src/win32/ |
D | libxml2.def.src | 160 xmlStringComment DATA
|