Searched refs:htmlParseLookupSequence (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | HTMLparser.c | 5285 htmlParseLookupSequence(htmlParserCtxtPtr ctxt, xmlChar first, in htmlParseLookupSequence() function 5406 mark = htmlParseLookupSequence(ctxt, '-', '-', 0, 0); in htmlParseLookupCommentEnd() 5557 (htmlParseLookupSequence(ctxt, '>', 0, 0, 1) < 0)) in htmlParseTryOrFinish() 5613 (htmlParseLookupSequence(ctxt, '>', 0, 0, 0) < 0)) in htmlParseTryOrFinish() 5627 (htmlParseLookupSequence(ctxt, '>', 0, 0, 1) < 0)) in htmlParseTryOrFinish() 5673 (htmlParseLookupSequence(ctxt, '>', 0, 0, 0) < 0)) in htmlParseTryOrFinish() 5720 (htmlParseLookupSequence(ctxt, '>', 0, 0, 0) < 0)) in htmlParseTryOrFinish() 5784 (htmlParseLookupSequence(ctxt, '>', 0, 0, 1) < 0)) in htmlParseTryOrFinish() 5929 idx = htmlParseLookupSequence(ctxt, '<', '/', 0, 0); in htmlParseTryOrFinish() 5956 (htmlParseLookupSequence(ctxt, '>', 0, 0, 1) < 0)) in htmlParseTryOrFinish() [all …]
|