Home
last modified time | relevance | path

Searched refs:parseNodeWithTerminator (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/asobj/
H A DXML_as.cpp64 bool parseNodeWithTerminator( xml_iterator& it, xml_iterator end,
261 if (!parseNodeWithTerminator(it, end, "?>", content)) { in parseXMLDecl()
431 if (!parseNodeWithTerminator(it, end, "-->", content)) { in parseComment()
444 if (!parseNodeWithTerminator(it, end, "]]>", content)) { in parseCData()
888 parseNodeWithTerminator(xml_iterator& it, const xml_iterator end, in parseNodeWithTerminator() function