Searched refs:htmlParseLookupString (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/libxml2/ |
H A D | HTMLparser.c | 4802 htmlParseLookupString(xmlParserCtxtPtr ctxt, size_t startDelta, in htmlParseLookupString() function 4866 mark = htmlParseLookupString(ctxt, 2, "--", 2, 0); in htmlParseLookupCommentEnd() 5062 (htmlParseLookupString(ctxt, 0, "<", 1, in htmlParseTryOrFinish() 5102 (htmlParseLookupString(ctxt, 9, ">", 1, in htmlParseTryOrFinish() 5110 (htmlParseLookupString(ctxt, 2, ">", 1, 0) < 0)) in htmlParseTryOrFinish() 5117 (htmlParseLookupString(ctxt, 2, ">", 1, 0) < 0)) in htmlParseTryOrFinish() 5148 (htmlParseLookupString(ctxt, 0, "<", 1, 0) < 0)) in htmlParseTryOrFinish()
|