Home
last modified time | relevance | path

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

/third_party/libxml2/
DHTMLparser.c2421 static int areBlanks(htmlParserCtxtPtr ctxt, const xmlChar *str, int len) { in areBlanks() function
3198 if (areBlanks(ctxt, buf, nbchar)) { in htmlParseCharDataInternal()
3236 if (areBlanks(ctxt, buf, nbchar)) { in htmlParseCharDataInternal()
Dparser.c2870 static int areBlanks(xmlParserCtxtPtr ctxt, const xmlChar *str, int len, in areBlanks() function
4465 if (areBlanks(ctxt, tmp, nbchar, 1)) { in xmlParseCharData()
4518 if (areBlanks(ctxt, tmp, nbchar, 0)) { in xmlParseCharData()
4612 if (areBlanks(ctxt, buf, nbchar, 0)) { in xmlParseCharDataComplex()
4645 if (areBlanks(ctxt, buf, nbchar, 0)) { in xmlParseCharDataComplex()
DNEWS2116 areBlanks() heuristic failure, duplicate attributes in DTD bug
/third_party/chromium/patch/
D0001-cve.patch78433 - in areBlanks which failed.
84350 - avoiding calls to "areBlanks" when not needed.