Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/libxml/src/
H A DHTMLparser.c5196 htmlParseLookupCommentEnd(htmlParserCtxtPtr ctxt) in htmlParseLookupCommentEnd() function
5340 if ((!terminate) && (htmlParseLookupCommentEnd(ctxt) < 0)) in htmlParseTryOrFinish()
5376 if ((!terminate) && (htmlParseLookupCommentEnd(ctxt) < 0)) in htmlParseTryOrFinish()
5407 if ((!terminate) && (htmlParseLookupCommentEnd(ctxt) < 0)) in htmlParseTryOrFinish()
5623 (htmlParseLookupCommentEnd(ctxt) < 0)) in htmlParseTryOrFinish()
H A DNEWS1129 use new htmlParseLookupCommentEnd to find comment ends (Mike Dalessio),
/aosp_15_r20/external/libxml2/
H A DHTMLparser.c4860 htmlParseLookupCommentEnd(htmlParserCtxtPtr ctxt) in htmlParseLookupCommentEnd() function
5088 (htmlParseLookupCommentEnd(ctxt) < 0)) in htmlParseTryOrFinish()
H A DNEWS1476 use new htmlParseLookupCommentEnd to find comment ends (Mike Dalessio),