Searched refs:areBlanks (Results 1 – 4 of 4) sorted by relevance
/third_party/libxml2/ |
D | HTMLparser.c | 2421 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()
|
D | parser.c | 2870 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()
|
D | NEWS | 2116 areBlanks() heuristic failure, duplicate attributes in DTD bug
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 78433 - in areBlanks which failed. 84350 - avoiding calls to "areBlanks" when not needed.
|