Searched refs:xmlParseLookupSequence (Results 1 – 1 of 1) sorted by relevance
/reactos/sdk/lib/3rdparty/libxml2/ |
H A D | parser.c | 11004 xmlParseLookupSequence(xmlParserCtxtPtr ctxt, xmlChar first, in xmlParseLookupSequence() function 11358 (xmlParseLookupSequence(ctxt, '?', '>', 0) < 0)) in xmlParseTryOrFinish() 11546 (xmlParseLookupSequence(ctxt, '?', '>', 0) < 0)) { in xmlParseTryOrFinish() 11564 term = xmlParseLookupSequence(ctxt, '-', '-', '>'); in xmlParseTryOrFinish() 11589 (xmlParseLookupSequence(ctxt, ';', 0, 0) < 0)) in xmlParseTryOrFinish() 11612 } else if (xmlParseLookupSequence(ctxt, in xmlParseTryOrFinish() 11664 base = xmlParseLookupSequence(ctxt, ']', ']', '>'); in xmlParseTryOrFinish() 11747 (xmlParseLookupSequence(ctxt, '?', '>', 0) < 0)) { in xmlParseTryOrFinish() 11788 (xmlParseLookupSequence(ctxt, '>', 0, 0) < 0)) { in xmlParseTryOrFinish() 11852 (xmlParseLookupSequence(ctxt, '?', '>', 0) < 0)) { in xmlParseTryOrFinish() [all …]
|