Searched refs:xmlParseLookupSequence (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | parser.c | 10999 xmlParseLookupSequence(xmlParserCtxtPtr ctxt, xmlChar first, in xmlParseLookupSequence() function 11353 (xmlParseLookupSequence(ctxt, '?', '>', 0) < 0)) in xmlParseTryOrFinish() 11440 } else if (xmlParseLookupSequence(ctxt, '>', 0, 0) < 0) { in xmlParseTryOrFinish() 11541 (xmlParseLookupSequence(ctxt, '?', '>', 0) < 0)) { in xmlParseTryOrFinish() 11559 term = xmlParseLookupSequence(ctxt, '-', '-', '>'); in xmlParseTryOrFinish() 11584 (xmlParseLookupSequence(ctxt, ';', 0, 0) < 0)) in xmlParseTryOrFinish() 11607 } else if (xmlParseLookupSequence(ctxt, in xmlParseTryOrFinish() 11632 } else if (xmlParseLookupSequence(ctxt, '>', 0, 0) < 0) { in xmlParseTryOrFinish() 11659 base = xmlParseLookupSequence(ctxt, ']', ']', '>'); in xmlParseTryOrFinish() 11742 (xmlParseLookupSequence(ctxt, '?', '>', 0) < 0)) { in xmlParseTryOrFinish() [all …]
|