Home
last modified time | relevance | path

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

/external/libxml2/
Dparser.c10889 xmlParseLookupSequence(xmlParserCtxtPtr ctxt, xmlChar first, in xmlParseLookupSequence() function
11243 (xmlParseLookupSequence(ctxt, '?', '>', 0) < 0)) in xmlParseTryOrFinish()
11329 } else if (xmlParseLookupSequence(ctxt, '>', 0, 0) < 0) { in xmlParseTryOrFinish()
11435 (xmlParseLookupSequence(ctxt, '?', '>', 0) < 0)) { in xmlParseTryOrFinish()
11453 term = xmlParseLookupSequence(ctxt, '-', '-', '>'); in xmlParseTryOrFinish()
11478 (xmlParseLookupSequence(ctxt, ';', 0, 0) < 0)) in xmlParseTryOrFinish()
11501 } else if (xmlParseLookupSequence(ctxt, in xmlParseTryOrFinish()
11526 } else if (xmlParseLookupSequence(ctxt, '>', 0, 0) < 0) { in xmlParseTryOrFinish()
11557 base = xmlParseLookupSequence(ctxt, ']', ']', '>'); in xmlParseTryOrFinish()
11640 (xmlParseLookupSequence(ctxt, '?', '>', 0) < 0)) { in xmlParseTryOrFinish()
[all …]